Uses of Class
com.ibm.cics.core.connections.ConnectionProfile

Packages that use ConnectionProfile
com.ibm.cics.core.connections   
 

Uses of ConnectionProfile in com.ibm.cics.core.connections
 

Methods in com.ibm.cics.core.connections that return ConnectionProfile
 ConnectionProfile ConnectionManagerListener.ConnectionManagerEvent.getConnectionProfile()
           
 ConnectionProfile ConnectionServiceListener.ConnectionServiceEvent.getConnectionProfile()
           
 ConnectionProfile IConnectionState.getConnectionProfile()
           
 ConnectionProfile IConnectionManager.getConnectionProfile(java.lang.String id)
          Returns a ConnectionProfile identified by the supplied id
 ConnectionProfile ConnectionManagerListener.ConnectionProfileUpdatedEvent.getOldConnectionProfile()
           
 

Methods in com.ibm.cics.core.connections that return types with arguments of type ConnectionProfile
 java.util.List<ConnectionProfile> IConnectionManager.getConnectionProfiles()
          Returns a List of all ConnectionProfiles known to the connections framework.
 java.util.List<ConnectionProfile> IConnectionManager.getConnectionProfiles(java.lang.String connectionTypeId)
          Returns a List of all ConnectionProfiles for a given connection type id known to the connections framework.
 java.util.Map<IConnectionDescriptor,java.util.List<ConnectionProfile>> IConnectionManager.getConnectionProfilesByDescriptor()
          Returns a Map of all ConnectionProfiles, indexed by IConnectionDescriptor.
 

Methods in com.ibm.cics.core.connections with parameters of type ConnectionProfile
 IConnectionState IConnectionService.getConnectionState(ConnectionProfile profile)
          Returns an IConnectionState corresponding to the supplied connection profile, or a disconnected state, if there was no pre-existing state for that connection profile.
 

Constructors in com.ibm.cics.core.connections with parameters of type ConnectionProfile
ConnectionManagerListener.ConnectionManagerEvent(ConnectionProfile configuration)
           
ConnectionManagerListener.ConnectionProfileAddedEvent(ConnectionProfile addedConfiguration)
           
ConnectionManagerListener.ConnectionProfileRemovedEvent(ConnectionProfile removedConfiguration)
           
ConnectionManagerListener.ConnectionProfileUpdatedEvent(ConnectionProfile oldConfiguration, ConnectionProfile newConfiguration)
           
ConnectionServiceListener.ConnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ConnectionServiceEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectedEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.DisconnectingEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile)
           
ConnectionServiceListener.ExceptionEvent(IConnectionCategory category, IConnectable connectable, ConnectionProfile connectionProfile, java.lang.Exception exception)
           
 



Copyright © 2013 IBM Corp. All Rights Reserved.