Uses of Class
com.jrockit.mc.rjmx.ConnectionHandleEvent.State

Packages that use ConnectionHandleEvent.State
com.jrockit.mc.rjmx This package contains the core RJMX API. 
 

Uses of ConnectionHandleEvent.State in com.jrockit.mc.rjmx
 

Fields in com.jrockit.mc.rjmx declared as ConnectionHandleEvent.State
static ConnectionHandleEvent.State ConnectionHandleEvent.State.PostConnect
          State after the connection has been physically established, but just before the connection handle is returned to the client.
static ConnectionHandleEvent.State ConnectionHandleEvent.State.PostDisconnect
          State when the user the connection has been disconnect due to call to IConnectionManager.disconnect(IConnectionHandle)
static ConnectionHandleEvent.State ConnectionHandleEvent.State.PreConnect
          State before the connection is physically established.
static ConnectionHandleEvent.State ConnectionHandleEvent.State.PreDisconnect
          State when there has been a call to IConnectionManager.disconnect(IConnectionHandle) but the connection has not been physically disconnected yet.
 

Methods in com.jrockit.mc.rjmx that return ConnectionHandleEvent.State
 ConnectionHandleEvent.State ConnectionHandleEvent.getState()
          Returns the state the connection is in
 

Constructors in com.jrockit.mc.rjmx with parameters of type ConnectionHandleEvent.State
ConnectionHandleEvent(IConnectionHandle handle, ConnectionHandleEvent.State state)
          Constructs an IConnectionHandleStateListener event
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.