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

java.lang.Object
  extended by 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.


Constructor Summary
protected ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 IConnectable getConnectable()
           
 java.lang.String getConnectionCategoryId()
           
 ConnectionProfile getConnectionProfile()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionServiceListener.ConnectionServiceEvent

protected ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category,
                                                           IConnectable connectable,
                                                           ConnectionProfile connectionProfile)
Method Detail

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.