|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 ConnectionProfile s known to the connections framework. |
java.util.List<ConnectionProfile> |
IConnectionManager.getConnectionProfiles(java.lang.String connectionTypeId)
Returns a List of all ConnectionProfile s 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 ConnectionProfile s, 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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |