CursorRuntimeMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, RuntimeMBean, WebLogicMBeanPSAssemblyRuntimeMBeanpublic interface PSEntryCursorRuntimeMBean extends CursorRuntimeMBean
CursorRuntimeMBean| Modifier and Type | Method | Description |
|---|---|---|
javax.management.openmbean.CompositeData |
getMember(java.lang.String cursorHandle,
java.lang.Integer itemHandle) |
Get the member of path service entry referenced by this object.
|
java.lang.Void |
remove(java.lang.String cursorHandle,
java.lang.Integer itemHandle) |
Remove the path service entry referenced by this object.
|
java.lang.Void |
update(java.lang.String cursorHandle,
java.lang.Integer itemHandle,
javax.management.openmbean.CompositeData newMember) |
Update the path service entry referenced by this object.
|
closeCursor, getCursorEndPosition, getCursorSize, getCursorStartPosition, getItems, getNext, getPreviousgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListeneraddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.Void remove(java.lang.String cursorHandle,
java.lang.Integer itemHandle)
throws ManagementException
cursorHandle - the handle to the cursoritemHandle - the handle to a specific item in the cursorjava.lang.Exception - if delete fails.ManagementExceptionjava.lang.Void update(java.lang.String cursorHandle,
java.lang.Integer itemHandle,
javax.management.openmbean.CompositeData newMember)
throws ManagementException
cursorHandle - the handle to the entrynewMember - the new member that replaces the old member in the entryjava.lang.Exception - if update fails.ManagementExceptionjavax.management.openmbean.CompositeData getMember(java.lang.String cursorHandle,
java.lang.Integer itemHandle)
throws ManagementException
cursorHandle - the handle to the cursoritemHandle - the handle to a specific item in the cursorjava.lang.Exception - if it fails.ManagementException