com.ibm.cics.core.connections
Class ConnectionServiceListener.ExceptionEvent

java.lang.Object
  extended by com.ibm.cics.core.connections.ConnectionServiceListener.ConnectionServiceEvent
      extended by com.ibm.cics.core.connections.ConnectionServiceListener.ExceptionEvent
Enclosing class:
ConnectionServiceListener

public static class ConnectionServiceListener.ExceptionEvent
extends ConnectionServiceListener.ConnectionServiceEvent

Indicates that the connectable is in exception state


Constructor Summary
ConnectionServiceListener.ExceptionEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile, java.lang.Exception exception)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Exception getException()
           
 int hashCode()
           
 
Methods inherited from class com.ibm.cics.core.connections.ConnectionServiceListener.ConnectionServiceEvent
getConnectable, getConnectionCategoryId, getConnectionProfile
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionServiceListener.ExceptionEvent

public ConnectionServiceListener.ExceptionEvent(IConnectionCategory category,
                                                IConnectable connectable,
                                                ConnectionProfile connectionProfile,
                                                java.lang.Exception exception)
Method Detail

getException

public java.lang.Exception getException()
Returns:
the associated exception

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ConnectionServiceListener.ConnectionServiceEvent

hashCode

public int hashCode()
Overrides:
hashCode in class ConnectionServiceListener.ConnectionServiceEvent


Copyright © 2013 IBM Corp. All Rights Reserved.