|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AccessorLoggingIndicator>
com.ail.core.command.AccessorLoggingIndicator
public enum AccessorLoggingIndicator
Accessors of the facility to output a message to the log giving details of how the service they are accessing is being use. The logging indicator is set in the service's configuration to one of:
| Enum Constant Summary | |
|---|---|
CALL
CALL - Log the values passed into the service call |
|
FULL
FULL - Log the values passed into the service call and those returned |
|
NONE
NONE - perform no logging |
|
| Method Summary | |
|---|---|
java.lang.String |
getLongName()
|
static AccessorLoggingIndicator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessorLoggingIndicator[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
java.lang.String |
valuesAsCsv()
|
| 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 AccessorLoggingIndicator NONE
public static final AccessorLoggingIndicator CALL
public static final AccessorLoggingIndicator FULL
| Method Detail |
|---|
public static final AccessorLoggingIndicator[] values()
for(AccessorLoggingIndicator c : AccessorLoggingIndicator.values())
System.out.println(c);
public static AccessorLoggingIndicator 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 namepublic java.lang.String getLongName()
public java.lang.String valuesAsCsv()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||