CursorRuntimeMBean, javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, PSEntryCursorRuntimeMBean, RuntimeMBean, WebLogicMBeanpublic interface PSAssemblyRuntimeMBean extends PSEntryCursorRuntimeMBean
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getMapEntries() | 
 Returns all entries in a persistent map's assembly. 
 | 
java.lang.String | 
getMapEntries(int timeout) | 
 Returns all entries in a persistent map's assembly. 
 | 
closeCursor, getCursorEndPosition, getCursorSize, getCursorStartPosition, getItems, getNext, getPreviousgetAttribute, getAttributes, invoke, setAttribute, setAttributespostDeregister, postRegister, preRegisteraddNotificationListener, getNotificationInfo, removeNotificationListenergetMember, remove, updateaddPropertyChangeListener, removePropertyChangeListenergetMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setName, setParentjava.lang.String getMapEntries()
                        throws ManagementException
ManagementExceptionjava.lang.String getMapEntries(int timeout)
                        throws ManagementException
timeout - how many seconds till operatoin times out.
 Zero is an infinite timeout.ManagementException