Uses of Class
org.ow2.jasmine.adapter.jmx.pool.outbound.JMXConnectionImpl.States

Packages that use JMXConnectionImpl.States
org.ow2.jasmine.adapter.jmx.pool.outbound   
 

Uses of JMXConnectionImpl.States in org.ow2.jasmine.adapter.jmx.pool.outbound
 

Methods in org.ow2.jasmine.adapter.jmx.pool.outbound that return JMXConnectionImpl.States
 JMXConnectionImpl.States JMXConnectionImpl.getState()
          Get the state of the connection.
static JMXConnectionImpl.States JMXConnectionImpl.States.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JMXConnectionImpl.States[] JMXConnectionImpl.States.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.ow2.jasmine.adapter.jmx.pool.outbound with parameters of type JMXConnectionImpl.States
 void JMXConnectionImpl.setState(JMXConnectionImpl.States s)
          Set the state of the connection.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.