| java.lang.Object com.tc.net.core.event.TCConnectionEventCaller
TCConnectionEventCaller | public class TCConnectionEventCaller (Code) | | |
Method Summary | |
public void | fireCloseEvent(List eventListeners, TCConnection conn) | public static void | fireCloseEvent(List eventListeners, TCConnectionEvent event, TCLogger logger) | public void | fireConnectEvent(List eventListeners, TCConnection conn) | public static void | fireConnectEvent(List eventListeners, TCConnectionEvent event, TCLogger logger) | public void | fireEndOfFileEvent(List eventListeners, TCConnection conn) | public static void | fireEndOfFileEvent(List eventListeners, TCConnectionEvent event, TCLogger logger) | public void | fireErrorEvent(List eventListeners, TCConnection conn, Exception exception, TCNetworkMessage context) | public static void | fireErrorEvent(List eventListeners, TCConnectionErrorEvent event, TCLogger logger) |
TCConnectionEventCaller | public TCConnectionEventCaller(TCLogger logger)(Code) | | |
|
|