com.ibm.cics.core.connections
Interface IConnectionStateViewer
public interface IConnectionStateViewer
A viewer for IConnectionState
s
Field Summary |
static java.lang.String |
COPYRIGHT
|
COPYRIGHT
static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
showState
void showState(IConnectionState connectionState)
- Ask this connection state viewer to display the supplied
IConnectionState
.
- Parameters:
connectionState
- the connection state to display.
setConnectionCategory
void setConnectionCategory(java.lang.String connectionCategory)
- Set the connection category to display states for.
- Parameters:
connectionCategory
- the connection category to display states for.
Copyright © 2013 IBM Corp. All Rights Reserved.