|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JDBCStateManagerMBean
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 |
| Method Summary | |
|---|---|
javax.management.ObjectName |
getConnectionManager()
Get the connection manager name |
int |
getConnectionRetryAttempts()
Gets the ConnectionRetryAttempts. |
String |
getSqlProperties()
Gets the sqlProperties. |
boolean |
hasSecurityManager()
Whether we have a security manager |
void |
setConnectionManager(javax.management.ObjectName connectionManagerName)
Set the connection manager name |
void |
setConnectionRetryAttempts(int value)
Sets the ConnectionRetryAttempts. |
void |
setHasSecurityManager(boolean hasSecurityManager)
Set whether we have a security manager |
void |
setSqlProperties(String value)
Sets the sqlProperties. |
| Methods inherited from interface org.jboss.mq.sm.AbstractStateManagerMBean |
|---|
getInstance |
| Methods inherited from interface org.jboss.system.ServiceMBean |
|---|
getName, getState, getStateString, jbossInternalLifecycle |
| Methods inherited from interface org.jboss.system.Service |
|---|
create, destroy, start, stop |
| Method Detail |
|---|
javax.management.ObjectName getConnectionManager()
void setConnectionManager(javax.management.ObjectName connectionManagerName)
connectionManagerName - the nameboolean hasSecurityManager()
void setHasSecurityManager(boolean hasSecurityManager)
hasSecurityManager - true when there is a security managerString getSqlProperties()
void setSqlProperties(String value)
sqlProperties - sqlProperties to setvoid setConnectionRetryAttempts(int value)
connectionRetryAttempts - valueint getConnectionRetryAttempts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||