|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.twss.spm.admin.type.TypeAdministrationInterfaceProxy
public class TypeAdministrationInterfaceProxy
Constructor Summary | |
---|---|
TypeAdministrationInterfaceProxy()
|
Method Summary | |
---|---|
CreatePolicyTypeResponse |
createPolicyType(CreatePolicyTypeRequest request)
Creates a new policy type in the service policy manager. |
GetAllPolicyTypesResponse |
getAllPolicyTypes(GetAllPolicyTypesRequest request)
Retrieve all the policy type definitions from the service policy manager system. |
java.lang.String |
getEndpoint()
|
GetPolicyTypeResponse |
getPolicyType(GetPolicyTypeRequest request)
Gets the policy type definition for the supplied type name. |
TypeAdministrationInterface |
getTypeAdministrationInterface()
|
RemovePolicyTypeResponse |
removePolicyType(RemovePolicyTypeRequest request)
Removes a policy type from the service policy manager. |
void |
setEndpoint(java.lang.String endpoint)
|
UpdatePolicyTypeResponse |
updatePolicyType(UpdatePolicyTypeRequest request)
Updates the specified policy type 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 TypeAdministrationInterfaceProxy()
Method Detail |
---|
public void useJNDI(boolean useJNDI)
public java.lang.String getEndpoint()
public void setEndpoint(java.lang.String endpoint)
public TypeAdministrationInterface getTypeAdministrationInterface()
public CreatePolicyTypeResponse createPolicyType(CreatePolicyTypeRequest request) throws java.rmi.RemoteException, ServicePolicyException
TypeAdministrationInterface
createPolicyType
in interface TypeAdministrationInterface
ServicePolicyException
- Raised if an invalid type defintion is specified, if the
type already exists, or if an internal error occurs.
java.rmi.RemoteException
public UpdatePolicyTypeResponse updatePolicyType(UpdatePolicyTypeRequest request) throws java.rmi.RemoteException, ServicePolicyException
TypeAdministrationInterface
updatePolicyType
in interface TypeAdministrationInterface
ServicePolicyException
- Raised if the specified policy type does not exist, if an
invalid change is made, or if an internal error occurs.
java.rmi.RemoteException
public GetPolicyTypeResponse getPolicyType(GetPolicyTypeRequest request) throws java.rmi.RemoteException, ServicePolicyException
TypeAdministrationInterface
getPolicyType
in interface TypeAdministrationInterface
ServicePolicyException
- Raised if the supplied type name does not exist, or if an
internal error occurs.
java.rmi.RemoteException
public RemovePolicyTypeResponse removePolicyType(RemovePolicyTypeRequest request) throws java.rmi.RemoteException, ServicePolicyException
TypeAdministrationInterface
removePolicyType
in interface TypeAdministrationInterface
ServicePolicyException
- Raised if the specified policy type is still in use by
the system, if the specified type does not exist, or if an
internal error occurs.
java.rmi.RemoteException
public GetAllPolicyTypesResponse getAllPolicyTypes(GetAllPolicyTypesRequest request) throws java.rmi.RemoteException, ServicePolicyException
TypeAdministrationInterface
getAllPolicyTypes
in interface TypeAdministrationInterface
ServicePolicyException
- Raised if an internal error occurs.
java.rmi.RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |