|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RegistryClient
The client interface to the registry service.
| Method Summary | ||
|---|---|---|
|
getResources(javax.xml.namespace.QName resourceType,
ClientFactory<ClientType> factory)
Get the registered resources with the specified resource type. |
|
|
getTargetSystemServices()
|
|
java.lang.String |
getURL()
|
|
ResourceRegistration |
newResourceRegistration()
Create a new ResourceRegistration object |
|
|
register(ResourceRegistration reg)
Register the target system at the registry. |
|
| Methods inherited from interface com.intel.gpe.clients.api.WSLTClient |
|---|
destroy, getCurrentTime, getTerminationTime, setTerminationTime |
| Methods inherited from interface com.intel.gpe.clients.api.WSRPClient |
|---|
getMultipleResourceProperties, getResourceProperty, getResourcePropertyDocument, queryXPath10Properties |
| Method Detail |
|---|
<SubscriptionClientType extends WSLTClient> SubscriptionClientType register(ResourceRegistration reg)
throws GPEContentCreationFailedException,
GPEUnsupportedMemberInterfaceException,
GPEAddRefusedException,
GPEMiddlewareServiceException,
GPESecurityException,
GPEMiddlewareRemoteException
reg - The target system registration query
GPEContentCreationFailedException - If Registry fails to create RegistryEntry resource
GPEUnsupportedMemberInterfaceException - If Registry refuses to register a resource beacause it does not comply the MemberInterfaces part of
MembershipContentRule
GPEAddRefusedException - If Registry refuses to register a resource due to some non-specific reason
GPEMiddlewareServiceException - If middleware throws analogue of ServiceException
GPEMiddlewareRemoteException - If middleware throws analogue of RemoteException
GPESecurityException - If client side fails to setup security
<TargetSystemClientType extends TargetSystemClient> java.util.List<TargetSystemClientType> getTargetSystemServices()
throws GPEInvalidResourcePropertyQNameException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException,
GPEResourceUnknownException
GPEMiddlewareServiceException
GPEMiddlewareRemoteException
GPESecurityException
GPEUnmarshallingException
GPEInvalidResourcePropertyQNameException
GPEResourceUnknownExceptionjava.lang.String getURL()
ResourceRegistration newResourceRegistration()
ResourceRegistration object
<ClientType extends WSRFClient> java.util.List<ClientType> getResources(javax.xml.namespace.QName resourceType,
ClientFactory<ClientType> factory)
throws GPEInvalidResourcePropertyQNameException,
GPEUnmarshallingException,
GPESecurityException,
GPEMiddlewareRemoteException,
GPEMiddlewareServiceException,
GPEResourceUnknownException
null
the list of WSLTClient is returned.
resourceType -
GPEInvalidResourcePropertyQNameException
GPEUnmarshallingException
GPESecurityException
GPEMiddlewareRemoteException
GPEMiddlewareServiceException
GPEResourceUnknownException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||