|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.channel.framework.FlowType
The FlowType class is an enumerated type used among the entire framework to specify whether this is Inbound or Outbound connections.
Field Summary | |
---|---|
static FlowType |
INBOUND
INBOUND (server side) FlowType. |
static FlowType |
OUTBOUND
OUTBOUND (client side) FlowType. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object o)
|
static FlowType |
getKey(int ordinal)
Fetch the FlowType for a particular integer. |
int |
getOrdinal()
Get the ordinal of a particular FlowType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final FlowType INBOUND
public static final FlowType OUTBOUND
Method Detail |
public static FlowType getKey(int ordinal)
public int getOrdinal()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |