public interface PSEntryCursorRuntimeMBean extends CursorRuntimeMBean
CursorRuntimeMBean| Modifier and Type | Method and Description | 
|---|---|
| CompositeData | getMember(String cursorHandle,
         Integer itemHandle)Get the member of path service entry referenced by this object. | 
| Void | remove(String cursorHandle,
      Integer itemHandle)Remove the path service entry referenced by this object. | 
| Void | update(String cursorHandle,
      Integer itemHandle,
      CompositeData newMember)Update the path service entry referenced by this object. | 
closeCursor, getCursorEndPosition, getCursorSize, getCursorStartPosition, getItems, getNext, getPreviousaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerVoid remove(String cursorHandle, Integer itemHandle) throws ManagementException
cursorHandle - the handle to the cursoritemHandle - the handle to a specific item in the cursorException - if delete fails.ManagementExceptionVoid update(String cursorHandle, Integer itemHandle, CompositeData newMember) throws ManagementException
cursorHandle - the handle to the entrynewMember - the new member that replaces the old member in the entryException - if update fails.ManagementExceptionCompositeData getMember(String cursorHandle, Integer itemHandle) throws ManagementException
cursorHandle - the handle to the cursoritemHandle - the handle to a specific item in the cursorException - if it fails.ManagementException