|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SimpleRegistry
A resource which allows other services and resources to be registered with it.
| Method Detail |
|---|
@WebMethod
void registerResource(org.apache.axis.message.addressing.EndpointReferenceType resource)
throws RemoteException
resource - the resource to be added
RemoteException
@WebMethod
void unregisterResource(org.apache.axis.message.addressing.EndpointReferenceType resource)
throws RemoteException
registerResource(org.apache.axis.message.addressing.EndpointReferenceType).
RemoteException
@WebMethod
org.apache.axis.message.addressing.EndpointReferenceType[] getRegisteredResources(String resourceType)
throws RemoteException
type - e.g. http://www.it-innovation.soton.ac.uk/grid/resource/data or null
RemoteException
@WebMethod
org.apache.axis.message.addressing.EndpointReferenceType findResourceByEPR(org.apache.axis.message.addressing.EndpointReferenceType epr)
throws RemoteException
epr - the EPR to look for
RemoteException
@WebMethod
org.apache.axis.message.addressing.EndpointReferenceType[] findResourcesAtService(org.apache.axis.message.addressing.EndpointReferenceType service)
throws RemoteException
service - The EPR of the service
RemoteException
@WebMethod
void updateResource(org.apache.axis.message.addressing.EndpointReferenceType epr)
throws RemoteException
epr - The endpoint to be updated
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||