com.ibm.cics.core.connections
Interface IConnectionStateViewer


public interface IConnectionStateViewer

A viewer for IConnectionStates


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void setConnectionCategory(java.lang.String connectionCategory)
          Set the connection category to display states for.
 void showState(IConnectionState connectionState)
          Ask this connection state viewer to display the supplied IConnectionState.
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

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.