|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.twss.spm.admin.svc.ServiceAdministrationInterfaceProxy
public class ServiceAdministrationInterfaceProxy
Constructor Summary | |
---|---|
ServiceAdministrationInterfaceProxy()
|
Method Summary | |
---|---|
CreateOperationResponse |
createOperation(CreateOperationRequest request)
Creates a new operation definition under the specified service name. |
CreateServiceResponse |
createService(CreateServiceRequest request)
Creates a new service definition within the hierarchy. |
CreateServiceImplementationResponse |
createServiceImplementation(CreateServiceImplementationRequest request)
Create a new service implementation under the specified service. |
FindMatchingServicesResponse |
findMatchingServices(FindMatchingServicesRequest request)
Finds all service definitions matching the specified criteria. |
GetAllOperationsResponse |
getAllOperations(GetAllOperationsRequest request)
Gets all operation definitions for the specified service. |
GetChildrenResponse |
getChildren(GetChildrenRequest request)
Gets all child service definitions for the specified service group. |
java.lang.String |
getEndpoint()
|
GetOperationResponse |
getOperation(GetOperationRequest request)
Gets an operation definition for the supplied service and operation name. |
GetParentChainResponse |
getParentChain(GetParentChainRequest request)
Gets the chain of parent definitions from the specified service identifier up to the root definition. |
GetServiceResponse |
getService(GetServiceRequest request)
Gets the service definition for the specified service name. |
ServiceAdministrationInterface |
getServiceAdministrationInterface()
|
GetServiceImplementationsResponse |
getServiceImplementations(GetServiceImplementationsRequest request)
Gets a list of service implementation definitions for the supplied service name. |
RemoveOperationResponse |
removeOperation(RemoveOperationRequest request)
Removes an operation from the specified service. |
RemoveServiceResponse |
removeService(RemoveServiceRequest request)
Removes the the specified sevice identifier. |
RemoveServiceImplementationResponse |
removeServiceImplementation(RemoveServiceImplementationRequest request)
Removes a service implementation definition from the specified service. |
ResolveOperationEnabledResponse |
resolveOperationEnabled(ResolveOperationEnabledRequest request)
Performs hierarchical resolution to determine the enablement status of the specified operation. |
ResolveServiceEnabledResponse |
resolveServiceEnabled(ResolveServiceEnabledRequest request)
Performs hierarchical resolution to determine the enablement status of the specified service identifier. |
void |
setEndpoint(java.lang.String endpoint)
|
UpdateOperationResponse |
updateOperation(UpdateOperationRequest request)
Updates an operation definition. |
UpdateServiceResponse |
updateService(UpdateServiceRequest request)
Updates the supplied service definition. |
UpdateServiceImplementationResponse |
updateServiceImplementation(UpdateServiceImplementationRequest request)
Updates a service implementation definition. |
void |
useJNDI(boolean useJNDI)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceAdministrationInterfaceProxy()
Method Detail |
---|
public void useJNDI(boolean useJNDI)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public ServiceAdministrationInterface getServiceAdministrationInterface()
public CreateServiceResponse createService(CreateServiceRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
createService
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service definition is invalid,
already exists, or if an internal error occurs.
java.rmi.RemoteException
public UpdateServiceResponse updateService(UpdateServiceRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
updateService
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the updated definition refers a non-existant service,
the update content is invalid, or if an internal error occurs.
java.rmi.RemoteException
public GetServiceResponse getService(GetServiceRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getService
in interface ServiceAdministrationInterface
java.rmi.RemoteException
ServicePolicyException
public RemoveServiceResponse removeService(RemoveServiceRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
removeService
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the specified service identifier does not exist, if
an attempt was made to remove a definition that contains children
without setting the includingChildren flag accordingly, or if an internal
error occurs.
java.rmi.RemoteException
public CreateOperationResponse createOperation(CreateOperationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
createOperation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raise if the given service does not exist, the given service is
a service group, if the given operation already exists, or if an internal
error occurs.
java.rmi.RemoteException
public UpdateOperationResponse updateOperation(UpdateOperationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
updateOperation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service or operation does not exist, or
if an internal error occurs.
java.rmi.RemoteException
public GetOperationResponse getOperation(GetOperationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getOperation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service or operation does not exist,
or if an internal error occurs.
java.rmi.RemoteException
public RemoveOperationResponse removeOperation(RemoveOperationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
removeOperation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service or operation does not exist,
or if an internal error occurs.
java.rmi.RemoteException
public CreateServiceImplementationResponse createServiceImplementation(CreateServiceImplementationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
createServiceImplementation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service does not exist, the supplied
service name corresponds to a service group, the service implementation
already exists, or if an internal error occurs.
java.rmi.RemoteException
public UpdateServiceImplementationResponse updateServiceImplementation(UpdateServiceImplementationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
updateServiceImplementation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service or service implementation does
not exist, or if an internal error occurs.
java.rmi.RemoteException
public GetServiceImplementationsResponse getServiceImplementations(GetServiceImplementationsRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getServiceImplementations
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service does not exist, is a service
group, or if an internal error occurs.
java.rmi.RemoteException
public RemoveServiceImplementationResponse removeServiceImplementation(RemoveServiceImplementationRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
removeServiceImplementation
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the specified service or service implementation
does not exist, or if an internal error occurs.
java.rmi.RemoteException
public ResolveServiceEnabledResponse resolveServiceEnabled(ResolveServiceEnabledRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
resolveServiceEnabled
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service identifier does not exist,
or if an internal error occurs.
java.rmi.RemoteException
public ResolveOperationEnabledResponse resolveOperationEnabled(ResolveOperationEnabledRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
resolveOperationEnabled
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the supplied service or operation does not exist,
or if an internal error occurs.
java.rmi.RemoteException
public FindMatchingServicesResponse findMatchingServices(FindMatchingServicesRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
findMatchingServices
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if invalid criteria is supplied, or if an internal error
occurs.
java.rmi.RemoteException
public GetAllOperationsResponse getAllOperations(GetAllOperationsRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getAllOperations
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the specified service does not exist, or if an internal
error occurs.
java.rmi.RemoteException
public GetChildrenResponse getChildren(GetChildrenRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getChildren
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the specified service is an individual service,
does not exist, or if an internal error occurs.
java.rmi.RemoteException
public GetParentChainResponse getParentChain(GetParentChainRequest request) throws java.rmi.RemoteException, ServicePolicyException
ServiceAdministrationInterface
getParentChain
in interface ServiceAdministrationInterface
ServicePolicyException
- Raised if the specified service identifier does not exist, or
if an internal error occurs.
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |