javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanpublic interface WseePortConfigurationRuntimeMBean extends RuntimeMBean
Encapsulates runtime policy subject information about a particular Port. The subject name attribute of this MBean will be the value of the local part of port QName.
| Modifier and Type | Method | Description | 
|---|---|---|
WseeOperationConfigurationRuntimeMBean[] | 
getOperations() | 
 Specifies the array of operation configurations that are associated with this port. 
 | 
java.lang.String | 
getPolicyAttachmentSupport() | 
 Get attachment support for this operation MBean. 
 | 
java.lang.String | 
getPolicySubjectAbsolutePortableExpression() | 
 The policySubject AbsolutePortableExpression
 This is the WSM ResourcePattern AbsolutePortableExpression string 
 | 
java.lang.String | 
getPolicySubjectName() | 
 Get subject name for this operation MBean. 
 | 
java.lang.String | 
getPolicySubjectResourcePattern() | 
 The policySubject parameter must uniquely identify what application,
 module, service, and port (port or operation for WLS Policy) is targeted. 
 | 
java.lang.String | 
getPolicySubjectType() | 
 Get subject type for this operation MBean. 
 | 
getAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.String getPolicySubjectResourcePattern()
java.lang.String getPolicySubjectName()
java.lang.String getPolicySubjectType()
java.lang.String getPolicyAttachmentSupport()
java.lang.String getPolicySubjectAbsolutePortableExpression()
WseeOperationConfigurationRuntimeMBean[] getOperations()