|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
| Field Summary |
| Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
| Fields inherited from interface org.jboss.mq.pm.PersistenceManagerMBean |
OBJECT_NAME |
| Method Summary | |
String |
getDataDirectory()
Gets the DataDirectory attribute of the PersistenceManagerMBean object |
Object |
getInstance()
Returns this instance. |
int |
getRollOverSize()
Gets maximum number of messages until log rolls over |
void |
setDataDirectory(String newDataDirectory)
Sets the DataDirectory attribute of the PersistenceManagerMBean object |
void |
setRollOverSize(int rollOverSize)
Sets the maximum number of messages before log rolls over |
| Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
| Methods inherited from interface org.jboss.mq.pm.PersistenceManagerMBean |
getMessageCache, setMessageCache |
| Method Detail |
public void setDataDirectory(String newDataDirectory)
newDataDirectory - The new DataDirectory valuepublic String getDataDirectory()
public void setRollOverSize(int rollOverSize)
rollOverSize - The maximum number of messages before rollover occurspublic int getRollOverSize()
public Object getInstance()
getInstance in interface PersistenceManagerMBean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||