public interface PSAssemblyRuntimeMBean extends PSEntryCursorRuntimeMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getMapEntries()
Returns all entries in a persistent map's assembly.
|
String |
getMapEntries(int timeout)
Returns all entries in a persistent map's assembly.
|
getMember, remove, updatecloseCursor, getCursorEndPosition, getCursorSize, getCursorStartPosition, getItems, getNext, getPreviousaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preDeregister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenerString getMapEntries() throws ManagementException
ManagementExceptionString getMapEntries(int timeout) throws ManagementException
timeout - how many seconds till operatoin times out.
Zero is an infinite timeout.ManagementException