com.jrockit.memleak
Interface DisconnectCallback


public interface DisconnectCallback

Interface that those who wish to be notified of a disconnect event should implement.

Since:
Creation date: 2005-feb-14
Author:
Staffan Larsen

Method Summary
 void disconnectEvent(java.lang.Exception ex)
          Called when the Memory Leak Detector is disconnected from JRockit.
 

Method Detail

disconnectEvent

void disconnectEvent(java.lang.Exception ex)
Called when the Memory Leak Detector is disconnected from JRockit.

Parameters:
ex - exception (if any) causing disconnect


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