|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistenceManagerMBean
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 |
getRecoverMessagesChunk()
Returns the recover messages chunk |
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 |
setRecoverMessagesChunk(int recoverMessagesChunk)
Set the recover messages chunk |
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 |
---|
Object getInstance()
getInstance
in interface CacheStoreMBean
getInstance
in interface PersistenceManagerMBean
javax.management.ObjectName getConnectionManager()
void setConnectionManager(javax.management.ObjectName connectionManagerName)
connectionManagerName
- the object name of the DataSourceString getSqlProperties()
void setSqlProperties(String value)
sqlProperties
- The sqlProperties to setvoid setConnectionRetryAttempts(int value)
connectionRetryAttempts
- valueint getConnectionRetryAttempts()
int getRecoveryTimeout()
void setRecoveryTimeout(int timeout)
timeout
- the timeoutint getRecoveryRetries()
void setRecoveryRetries(int retries)
retries
- the number of retriesint getRecoverMessagesChunk()
void setRecoverMessagesChunk(int recoverMessagesChunk)
recoverMessagesChunk
- the chunk size
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |