|
|||||||||||
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 | |
javax.management.ObjectName |
getConnectionManager()
Retrieve the connection manager object name |
int |
getConnectionRetryAttempts()
Gets the ConnectionRetryAttempts. |
int |
getGCPeriodSecs()
Set the garbage collection period |
String |
getSqlProperties()
Gets the sqlProperties. |
void |
setConnectionManager(javax.management.ObjectName connectionManagerName)
Set the connection manager object name |
void |
setConnectionRetryAttempts(int value)
Sets the ConnectionRetryAttempts. |
void |
setGCPeriodSecs(int gcPeriodSecs)
Set the garbage collection period in seconds |
void |
setSqlProperties(String value)
Sets the sqlProperties. |
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 |
getInstance, getMessageCache, setMessageCache |
Methods inherited from interface org.jboss.mq.pm.CacheStoreMBean |
getInstance |
Method Detail |
public javax.management.ObjectName getConnectionManager()
public void setConnectionManager(javax.management.ObjectName connectionManagerName)
public int getGCPeriodSecs()
public void setGCPeriodSecs(int gcPeriodSecs)
public int getConnectionRetryAttempts()
public void setConnectionRetryAttempts(int value)
value
- the number of retry attemptspublic String getSqlProperties()
public void setSqlProperties(String value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |