Methods Summary |
---|
public int | getInUseConnections()Get the inuse connections
|
public CachedConnectionManager | getInstance()The Instance attribute simply holds the current instance, which is normally the only instance of CachedConnectionManager.
|
public javax.management.ObjectName | getTransactionManagerServiceName()Get the TransactionManagerServiceName value.
|
public boolean | isDebug()Get the debug value.
|
public boolean | isError()Get the error value.
|
public boolean | isSpecCompliant()Get the SpecCompliant value.
|
public java.util.Map | listInUseConnections()List the inuse connections
|
public void | setDebug(boolean value)Set the Debug value.
|
public void | setError(boolean value)Set the error value.
|
public void | setSpecCompliant(boolean specCompliant)Set the SpecCompliant value.
|
public void | setTransactionManagerServiceName(javax.management.ObjectName transactionManagerServiceName)Set the TransactionManagerServiceName value.
|