|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CachedConnectionManagerMBean
MBean interface.
Field Summary | |
---|---|
static javax.management.ObjectName |
OBJECT_NAME
|
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 | |
---|---|
CachedConnectionManager |
getInstance()
The Instance attribute simply holds the current instance, which is normally the only instance of CachedConnectionManager. |
int |
getInUseConnections()
Get the inuse connections |
javax.management.ObjectName |
getTransactionManagerServiceName()
Get the TransactionManagerServiceName value. |
boolean |
isDebug()
Get the debug value. |
boolean |
isError()
Get the error value. |
boolean |
isSpecCompliant()
Get the SpecCompliant value. |
Map |
listInUseConnections()
List the inuse connections |
void |
setDebug(boolean value)
Set the Debug value. |
void |
setError(boolean value)
Set the error value. |
void |
setSpecCompliant(boolean specCompliant)
Set the SpecCompliant value. |
void |
setTransactionManagerServiceName(javax.management.ObjectName transactionManagerServiceName)
Set the TransactionManagerServiceName value. |
Methods inherited from interface org.jboss.system.ServiceMBean |
---|
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
---|
create, destroy, start, stop |
Field Detail |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
boolean isSpecCompliant()
void setSpecCompliant(boolean specCompliant)
specCompliant
- The new SpecCompliant value.boolean isDebug()
void setDebug(boolean value)
value
- The new debug value.boolean isError()
void setError(boolean value)
value
- The new error value.javax.management.ObjectName getTransactionManagerServiceName()
void setTransactionManagerServiceName(javax.management.ObjectName transactionManagerServiceName)
transactionManagerServiceName
- The new TransactionManagerServiceName value.CachedConnectionManager getInstance()
CachedConnectionManager
valueint getInUseConnections()
Map listInUseConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |