org.gcube.informationsystem.registry.impl.porttypes
Class LocalResourceRegistration

java.lang.Object
  extended by org.gcube.informationsystem.registry.impl.porttypes.LocalResourceRegistration

public class LocalResourceRegistration
extends java.lang.Object


Constructor Summary
LocalResourceRegistration()
           
 
Method Summary
 void create(GCUBEResource resource)
           
 void remove(java.lang.String id, java.lang.String type)
           
 void update(GCUBEResource resource)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalResourceRegistration

public LocalResourceRegistration()
Method Detail

create

public void create(GCUBEResource resource)
            throws java.lang.Exception
Throws:
java.lang.Exception

remove

public void remove(java.lang.String id,
                   java.lang.String type)
            throws java.lang.Exception
Parameters:
id -
type -
Throws:
java.lang.Exception

update

public void update(GCUBEResource resource)
            throws java.lang.Exception
Throws:
java.lang.Exception