Uses of Class
to.etc.dbpool.ConnState

Packages that use ConnState
to.etc.dbpool   
 

Uses of ConnState in to.etc.dbpool
 

Methods in to.etc.dbpool that return ConnState
 ConnState ConnectionProxy.getState()
           
static ConnState ConnState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnState[] ConnState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.