com.ibm.cics.core.connections
Interface IConnectionState
public interface IConnectionState
Represents the current state of an IConnectable
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
getID
java.lang.String getID()
- Returns:
- the ID of the configuration represented by this connection state
getName
java.lang.String getName()
- Returns:
- the name of the connection profile being used
getMessage
java.lang.String getMessage()
- Returns:
- a description of the current connection state
getImage
Image getImage()
- Returns:
- an
Image
for the current connection state
getMenuMessage
java.lang.String getMenuMessage()
- Returns:
- a menu message for this
IConnectionState
getConnectionProfile
ConnectionProfile getConnectionProfile()
- Returns:
- the
ConnectionProfile
this connection state pertains to.
Copyright © 2013 IBM Corp. All Rights Reserved.