cz.cuni.amis.pogamut.base.utils.logging
Class NetworkLogClient.LoggingStopped

java.lang.Object
  extended by cz.cuni.amis.pogamut.base.utils.logging.NetworkLogClient.LoggingStopped
Enclosing class:
NetworkLogClient

public static class NetworkLogClient.LoggingStopped
extends java.lang.Object

Event that marks that client has been disconnected (or stopped).


Constructor Summary
NetworkLogClient.LoggingStopped()
           
NetworkLogClient.LoggingStopped(java.lang.Throwable e)
           
 
Method Summary
 java.lang.Throwable getException()
           
 boolean isExpected()
           
 boolean isFailure()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkLogClient.LoggingStopped

public NetworkLogClient.LoggingStopped()

NetworkLogClient.LoggingStopped

public NetworkLogClient.LoggingStopped(java.lang.Throwable e)
Method Detail

getException

public java.lang.Throwable getException()

isExpected

public boolean isExpected()

isFailure

public boolean isFailure()