com.ibm.cics.core.connections
Class ConnectionServiceListener.ExceptionEvent
java.lang.Object
com.ibm.cics.core.connections.ConnectionServiceListener.ConnectionServiceEvent
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ConnectionServiceListener.ExceptionEvent
public ConnectionServiceListener.ExceptionEvent(IConnectionCategory category,
IConnectable connectable,
ConnectionProfile connectionProfile,
java.lang.Exception exception)
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.