Uses of Interface
com.jrockit.memleak.DisconnectCallback

Packages that use DisconnectCallback
com.jrockit.memleak Provides classes and interfaces for obtaining memory leak information from a Oracle JRockit virtual machine 
com.jrockit.memleak.mlp   
com.jrockit.memleak.util   
 

Uses of DisconnectCallback in com.jrockit.memleak
 

Methods in com.jrockit.memleak with parameters of type DisconnectCallback
 void IMemLeak.setDisconnectCallback(DisconnectCallback disconnectCallback)
          Sets the callback called if we're disconnected because communication with the server fails.
 

Uses of DisconnectCallback in com.jrockit.memleak.mlp
 

Methods in com.jrockit.memleak.mlp that return DisconnectCallback
 DisconnectCallback AbstractMemLeak.AsyncCallbackThread.getDisconnectCallback()
          Return the callback called if we're disconnected because communication with the server fails.
 

Methods in com.jrockit.memleak.mlp with parameters of type DisconnectCallback
 void AbstractMemLeak.setDisconnectCallback(DisconnectCallback disconnectCallback)
           
 void AbstractMemLeak.AsyncCallbackThread.setDisconnectCallback(DisconnectCallback disconnectCallback)
          Sets the callback called if we're disconnected because communication with the server fails.
 

Uses of DisconnectCallback in com.jrockit.memleak.util
 

Methods in com.jrockit.memleak.util with parameters of type DisconnectCallback
 void MemLeakAdapter.setDisconnectCallback(DisconnectCallback disconnectCallback)
           
 



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