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

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

public static class ConnectionManagerListener.ConnectionProfileAddedEvent
extends ConnectionManagerListener.ConnectionManagerEvent

Indicates that a new connection profile has been added.


Constructor Summary
ConnectionManagerListener.ConnectionProfileAddedEvent(ConnectionProfile addedConfiguration)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 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.ConnectionProfileAddedEvent

public ConnectionManagerListener.ConnectionProfileAddedEvent(ConnectionProfile addedConfiguration)
Method Detail

equals

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

hashCode

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


Copyright © 2013 IBM Corp. All Rights Reserved.