public interface WseePolicySubjectManagerRuntimeMBean extends RuntimeMBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
attachPolicyReference(String policySubject,
                     CompositeData policyReference)  | 
TabularData | 
getPolicyReferenceInfos(String policySubject)  | 
String | 
getPolicyRefStatus(String policySubject,
                  String policyReferenceURI)  | 
boolean | 
isOWSMAttachable(String policySubject)  | 
void | 
removePolicyReference(String policySubject,
                     String policyReferenceURI)  | 
void | 
setPolicyReferenceInfo(String policySubject,
                      CompositeData policyReference)  | 
void | 
setPolicyReferenceInfos(String policySubject,
                       TabularData policyReferences)  | 
void | 
setPolicyRefStatus(String policySubject,
                  String policyReferenceURI,
                  Boolean enable)  | 
addPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerTabularData getPolicyReferenceInfos(String policySubject) throws ManagementException
ManagementExceptionvoid setPolicyReferenceInfos(String policySubject, TabularData policyReferences) throws ManagementException
policySubject - policyReferences - ManagementExceptionvoid setPolicyReferenceInfo(String policySubject, CompositeData policyReference) throws ManagementException
policySubject - policyReference - ManagementExceptionvoid attachPolicyReference(String policySubject, CompositeData policyReference) throws ManagementException
policySubject - policyReference - ManagementExceptionvoid removePolicyReference(String policySubject, String policyReferenceURI) throws ManagementException
policySubject - policyReferenceURI - ManagementExceptionString getPolicyRefStatus(String policySubject, String policyReferenceURI) throws ManagementException
policySubject - policyReferenceURI - ManagementExceptionvoid setPolicyRefStatus(String policySubject, String policyReferenceURI, Boolean enable) throws ManagementException
policySubject - policyReferenceURI - enable - ManagementExceptionboolean isOWSMAttachable(String policySubject) throws ManagementException
policySubject - ManagementException