com.ibm.cics.core.connections
Class ConnectionServiceListener.ConnectionServiceEvent
java.lang.Object
com.ibm.cics.core.connections.ConnectionServiceListener.ConnectionServiceEvent
- Direct Known Subclasses:
- ConnectionServiceListener.ConnectedEvent, ConnectionServiceListener.ConnectingEvent, ConnectionServiceListener.DisconnectedEvent, ConnectionServiceListener.DisconnectingEvent, ConnectionServiceListener.ExceptionEvent
- Enclosing class:
- ConnectionServiceListener
public abstract static class ConnectionServiceListener.ConnectionServiceEvent
- extends java.lang.Object
Abstract class for connection service events.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ConnectionServiceListener.ConnectionServiceEvent
protected ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category,
IConnectable connectable,
ConnectionProfile connectionProfile)
getConnectable
public IConnectable getConnectable()
- Returns:
- the connectable the event pertains to
getConnectionCategoryId
public java.lang.String getConnectionCategoryId()
- Returns:
- the connection category ID of the connectable
getConnectionProfile
public ConnectionProfile getConnectionProfile()
- Returns:
- the connection profile in use
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
Copyright © 2013 IBM Corp. All Rights Reserved.