IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib.admin
Class SIBMQClientLinkState

java.lang.Object
  extended by com.ibm.ws.sib.admin.SIBMQClientLinkState
      extended by com.ibm.websphere.sib.admin.SIBMQClientLinkState
All Implemented Interfaces:
java.io.Serializable

public class SIBMQClientLinkState
extends com.ibm.ws.sib.admin.SIBMQClientLinkState
implements java.io.Serializable

This class encapsulates the MQ Client Link runtime state.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.ws.sib.admin.SIBMQClientLinkState
BINDING, BINDING_LITERAL, INACTIVE, INACTIVE_LITERAL, MULTIPLE, MULTIPLE_LITERAL, RUNNING, RUNNING_LITERAL, STARTING, STARTING_LITERAL, STOPPED, STOPPED_LITERAL, STOPPING, STOPPING_LITERAL
 
Constructor Summary
SIBMQClientLinkState(int state)
           
 
Method Summary
 
Methods inherited from class com.ibm.ws.sib.admin.SIBMQClientLinkState
intValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SIBMQClientLinkState

public SIBMQClientLinkState(int state)

IBM WebSphere Application ServerTM
Release 7