|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for our ResourceManager delegate. This mirrors the ResourceManager interface, without the RemoteExceptions.
| Method Summary | |
org.astrogrid.community.common.policy.data.ResourceData |
addResource()
Register a new Resource. |
org.astrogrid.community.common.policy.data.ResourceData |
delResource(java.lang.String ident)
Delete a Resource. |
org.astrogrid.community.common.policy.data.ResourceData |
getResource(java.lang.String ident)
Request the details for a Resource. |
java.lang.Object[] |
getResources()
Request the details for a Resource. |
org.astrogrid.community.common.policy.data.ResourceData |
setResource(org.astrogrid.community.common.policy.data.ResourceData resource)
Update the details for a Resource. |
| Methods inherited from interface org.astrogrid.community.client.service.CommunityServiceDelegate |
getServiceStatus |
| Method Detail |
public org.astrogrid.community.common.policy.data.ResourceData addResource()
throws org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
public org.astrogrid.community.common.policy.data.ResourceData getResource(java.lang.String ident)
throws org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityResourceException,
org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityResourceException - If unable to locate the resource.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the resource identifier is not valid.public java.lang.Object[] getResources()
org.astrogrid.community.common.exception.CommunityResourceException - If unable to locate the resource.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the resource identifier is not valid.
public org.astrogrid.community.common.policy.data.ResourceData setResource(org.astrogrid.community.common.policy.data.ResourceData resource)
throws org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityResourceException,
org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityResourceException - If unable to locate the resource.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the resource identifier is not valid.
public org.astrogrid.community.common.policy.data.ResourceData delResource(java.lang.String ident)
throws org.astrogrid.community.common.exception.CommunityIdentifierException,
org.astrogrid.community.common.exception.CommunityResourceException,
org.astrogrid.community.common.exception.CommunityServiceException
org.astrogrid.community.common.exception.CommunityResourceException - If unable to locate the resource.
org.astrogrid.community.common.exception.CommunityServiceException - If there is an internal error in the service.
org.astrogrid.community.common.exception.CommunityIdentifierException - If the identifier is not valid.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||