|
||||||||||
| 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()
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 |
|---|
javax.management.ObjectName getConnectionManager()
void setConnectionManager(javax.management.ObjectName connectionManagerName)
int getGCPeriodSecs()
void setGCPeriodSecs(int gcPeriodSecs)
int getConnectionRetryAttempts()
void setConnectionRetryAttempts(int value)
value - the number of retry attemptsString getSqlProperties()
void setSqlProperties(String value)
sqlProperties - The sqlProperties to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||