|
CICS® Transaction Gateway Programming Reference v1.1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<FlowTopology>
com.ibm.ctg.monitoring.FlowTopology
public enum FlowTopology
FlowTopology enumerates the parts of the topologies over which a flow may pass.
Enum Constant Summary | |
---|---|
Gateway
Flow is in a Gateway daemon. |
|
LocalClient
Flow is in a Java client in local mode. |
|
RemoteClient
Flow is in a Java client in remote mode. |
Method Summary | |
---|---|
static FlowTopology |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FlowTopology[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FlowTopology Gateway
public static final FlowTopology RemoteClient
public static final FlowTopology LocalClient
Method Detail |
---|
public static final FlowTopology[] values()
for(FlowTopology c : FlowTopology.values()) System.out.println(c);
public static FlowTopology valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
©Copyright IBM Corp. 1994, 2014 Legal |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |