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

Package class diagram package 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 Object

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

Author:
Jimmy

Constructor Summary
NetworkLogClient.LoggingStopped()
           
NetworkLogClient.LoggingStopped(Throwable e)
           
 
Method Summary
 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(Throwable e)
Method Detail

getException

public Throwable getException()

isExpected

public boolean isExpected()

isFailure

public boolean isFailure()


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.