|
|||||||||||
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()
Get the object name of the DataSource |
int |
getConnectionRetryAttempts()
Gets the ConnectionRetryAttempts. |
Object |
getInstance()
Get the instance of the persistence manager |
int |
getRecoveryRetries()
Returns the recovery retries |
int |
getRecoveryTimeout()
Any override recovery transaction timeout |
String |
getSqlProperties()
Gets the sqlProperties. |
void |
setConnectionManager(javax.management.ObjectName connectionManagerName)
Set the object name of the DataSource |
void |
setConnectionRetryAttempts(int value)
Sets the ConnectionRetryAttempts. |
void |
setRecoveryRetries(int retries)
Set the recovery retries |
void |
setRecoveryTimeout(int timeout)
Set the override recovery transaction timeout |
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 |
getMessageCache, setMessageCache |
Method Detail |
public Object getInstance()
getInstance
in interface PersistenceManagerMBean
public javax.management.ObjectName getConnectionManager()
public void setConnectionManager(javax.management.ObjectName connectionManagerName)
connectionManagerName
- the object name of the DataSourcepublic String getSqlProperties()
public void setSqlProperties(String value)
public void setConnectionRetryAttempts(int value)
public int getConnectionRetryAttempts()
public int getRecoveryTimeout()
public void setRecoveryTimeout(int timeout)
timeout
- the timeoutpublic int getRecoveryRetries()
public void setRecoveryRetries(int retries)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |