com.jrockit.mc.rjmx
Class ConnectionHandleEvent.State

java.lang.Object
  extended by com.jrockit.mc.rjmx.ConnectionHandleEvent.State
Enclosing class:
ConnectionHandleEvent

public static final class ConnectionHandleEvent.State
extends java.lang.Object

Class for the connection state.


Field Summary
static 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 PostDisconnect
          State when the user the connection has been disconnect due to call to IConnectionManager.disconnect(IConnectionHandle)
static ConnectionHandleEvent.State PreConnect
          State before the connection is physically established.
static ConnectionHandleEvent.State PreDisconnect
          State when there has been a call to IConnectionManager.disconnect(IConnectionHandle) but the connection has not been physically disconnected yet.
 
Method Summary
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PreConnect

public static final ConnectionHandleEvent.State PreConnect
State before the connection is physically established.


PostConnect

public static final ConnectionHandleEvent.State PostConnect
State after the connection has been physically established, but just before the connection handle is returned to the client.


PreDisconnect

public static final ConnectionHandleEvent.State PreDisconnect
State when there has been a call to IConnectionManager.disconnect(IConnectionHandle) but the connection has not been physically disconnected yet.


PostDisconnect

public static final ConnectionHandleEvent.State PostDisconnect
State when the user the connection has been disconnect due to call to IConnectionManager.disconnect(IConnectionHandle)

Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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