|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISResourcePublisher
Defines a local interface for registering GCUBEResource
| Method Summary | |
|---|---|
void |
register(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Registers a GCUBEResource on the Information System |
void |
remove(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
Removes a GCUBEResource from the Information System |
void |
update(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
Updates a GCUBEResource in the Information System |
| Method Detail |
|---|
void register(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
throws ISPublisherException
GCUBEResource on the Information System
resource - the GCUBEResource to registerscope - the GCUBEScope in which to register the resourcemanager - the GCUBESecurityManager for contacting the IS
ISPublisherException - Exception
void remove(String ID,
String type,
GCUBEScope scope,
GCUBESecurityManager manager)
throws ISPublisherException
GCUBEResource from the Information System
ID - the ID related to the GCUBEResource to removetype - the GCUBEResource type to removescope - the registration GCUBEScopemanager - the GCUBESecurityManager for contacting the IS
ISPublisherException - Exception
void update(GCUBEResource resource,
GCUBEScope scope,
GCUBESecurityManager manager)
throws ISPublisherException
GCUBEResource in the Information System
resource - the new GCUBEResource to updatemanager - the GCUBESecurityManager for contacting the IS
ISPublisherException - Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||