com.ibm.cics.core.connections
Class ConnectionManagerListener.ConnectionManagerEvent

java.lang.Object
  extended by com.ibm.cics.core.connections.ConnectionManagerListener.ConnectionManagerEvent
Direct Known Subclasses:
ConnectionManagerListener.ConnectionProfileAddedEvent, ConnectionManagerListener.ConnectionProfileRemovedEvent, ConnectionManagerListener.ConnectionProfileUpdatedEvent
Enclosing class:
ConnectionManagerListener

public abstract static class ConnectionManagerListener.ConnectionManagerEvent
extends java.lang.Object

Abstract connection manager event


Constructor Summary
ConnectionManagerListener.ConnectionManagerEvent(ConnectionProfile configuration)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ConnectionProfile getConnectionProfile()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerListener.ConnectionManagerEvent

public ConnectionManagerListener.ConnectionManagerEvent(ConnectionProfile configuration)
Method Detail

getConnectionProfile

public ConnectionProfile getConnectionProfile()
Returns:
the connection manager being modified

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.