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

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

public static class ConnectionServiceListener.ConnectedEvent
extends ConnectionServiceListener.ConnectionServiceEvent

Indicates that the connectable is in connected state


Constructor Summary
ConnectionServiceListener.ConnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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.ConnectedEvent

public ConnectionServiceListener.ConnectedEvent(IConnectionCategory category,
                                                IConnectable connectable,
                                                ConnectionProfile connectionProfile)
Method Detail

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.