public static enum SynapseWireLogHolder.PHASE extends Enum<SynapseWireLogHolder.PHASE>
Enum Constant and Description |
---|
SOURCE_REQUEST_DONE |
SOURCE_REQUEST_READY |
SOURCE_RESPONSE_DONE |
SOURCE_RESPONSE_READY |
TARGET_REQUEST_DONE |
TARGET_REQUEST_READY |
TARGET_RESPONSE_DONE |
TARGET_RESPONSE_READY |
Modifier and Type | Method and Description |
---|---|
static SynapseWireLogHolder.PHASE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SynapseWireLogHolder.PHASE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SynapseWireLogHolder.PHASE SOURCE_REQUEST_READY
public static final SynapseWireLogHolder.PHASE SOURCE_REQUEST_DONE
public static final SynapseWireLogHolder.PHASE TARGET_REQUEST_READY
public static final SynapseWireLogHolder.PHASE TARGET_REQUEST_DONE
public static final SynapseWireLogHolder.PHASE TARGET_RESPONSE_READY
public static final SynapseWireLogHolder.PHASE TARGET_RESPONSE_DONE
public static final SynapseWireLogHolder.PHASE SOURCE_RESPONSE_READY
public static final SynapseWireLogHolder.PHASE SOURCE_RESPONSE_DONE
public static SynapseWireLogHolder.PHASE[] values()
for (SynapseWireLogHolder.PHASE c : SynapseWireLogHolder.PHASE.values()) System.out.println(c);
public static SynapseWireLogHolder.PHASE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2005–2020 Apache Software Foundation. All rights reserved.