|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISGenericPublisher
Generic publisher for ISResource
| Method Summary | |
|---|---|
void |
register(ISResource resource,
GCUBEScope scope)
Registers the resource in the IS |
void |
register(List<ISResource> resources,
GCUBEScope scope)
Registers a list of resources in the IS |
void |
remove(ISResource resource,
GCUBEScope scope)
Removes the resource from the IS |
void |
remove(List<ISResource> resources,
GCUBEScope scope)
Removes a list of resources from the IS |
void |
update(ISResource resource,
GCUBEScope scope)
Updates the resource in the IS |
void |
update(List<ISResource> resources,
GCUBEScope scope)
Updates a list of resources in the IS |
| Method Detail |
|---|
void register(ISResource resource,
GCUBEScope scope)
throws ISPublisherException
resource - the resource to registerscope - the scope in which to perform the operation
ISPublisherException - if the registration fails
void register(List<ISResource> resources,
GCUBEScope scope)
throws ISPublisherException
resources - the resources to registerscope - the scope in which to perform the operation
ISPublisherException - if the registration fails
void update(ISResource resource,
GCUBEScope scope)
throws ISPublisherException
resource - the resource to updatescope - the scope in which to perform the operation
ISPublisherException - if the update fails
void update(List<ISResource> resources,
GCUBEScope scope)
throws ISPublisherException
resources - the resources to updatescope - the scope in which to perform the operation
ISPublisherException - if the update fails
void remove(ISResource resource,
GCUBEScope scope)
throws ISPublisherException
resource - the resource to removescope - the scope in which to perform the operation
ISPublisherException - if the remove fails
void remove(List<ISResource> resources,
GCUBEScope scope)
throws ISPublisherException
resources - the resources to removescope - the scope in which to perform the operation
ISPublisherException - if the remove fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||