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

java.lang.Object
  extended by com.ibm.cics.core.connections.ConnectionManagerListener.ConnectionManagerEvent
      extended by com.ibm.cics.core.connections.ConnectionManagerListener.ConnectionProfileUpdatedEvent
Enclosing class:
ConnectionManagerListener

public static class ConnectionManagerListener.ConnectionProfileUpdatedEvent
extends ConnectionManagerListener.ConnectionManagerEvent

Indicates that a connection profile has been updated


Constructor Summary
ConnectionManagerListener.ConnectionProfileUpdatedEvent(ConnectionProfile oldConfiguration, ConnectionProfile newConfiguration)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ConnectionProfile getOldConnectionProfile()
           
 int hashCode()
           
 
Methods inherited from class com.ibm.cics.core.connections.ConnectionManagerListener.ConnectionManagerEvent
getConnectionProfile
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionManagerListener.ConnectionProfileUpdatedEvent

public ConnectionManagerListener.ConnectionProfileUpdatedEvent(ConnectionProfile oldConfiguration,
                                                               ConnectionProfile newConfiguration)
Method Detail

getOldConnectionProfile

public ConnectionProfile getOldConnectionProfile()
Returns:
the old ConnectionProfile

hashCode

public int hashCode()
Overrides:
hashCode in class ConnectionManagerListener.ConnectionManagerEvent

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ConnectionManagerListener.ConnectionManagerEvent


Copyright © 2013 IBM Corp. All Rights Reserved.