Uses of Interface
com.jrockit.mc.rjmx.IConnectionHandleStateListener

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

Uses of IConnectionHandleStateListener in com.jrockit.mc.rjmx
 

Methods in com.jrockit.mc.rjmx with parameters of type IConnectionHandleStateListener
 void IConnectionManager.addConnectionHandleStateListener(IConnectionHandleStateListener listener, IConnectionHandleFilter filter)
          Registers a listener for changes to IConnectionHandles.
 void ConnectionManager.addConnectionHandleStateListener(IConnectionHandleStateListener listener, IConnectionHandleFilter filter)
           
 void IConnectionManager.removeConnectionHandleStateListener(IConnectionHandleStateListener listener)
          Removes the specified listener.
 void ConnectionManager.removeConnectionHandleStateListener(IConnectionHandleStateListener listener)
           
 



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