public enum XioEvent extends Enum<XioEvent>
Modifier and Type | Method and Description |
---|---|
static XioEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XioEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XioEvent BLOCK_READ
public static final XioEvent UNBLOCK_READ
public static final XioEvent BLOCK_READCOMPLETE
public static final XioEvent UNBLOCK_READCOMPLETE
public static final XioEvent BLOCK_WRITE
public static final XioEvent UNBLOCK_WRITE
public static final XioEvent BLOCK_ACTIVE
public static final XioEvent UNBLOCK_ACTIVE
public static final XioEvent BLOCK_INACTIVE
public static final XioEvent UNBLOCK_INACTIVE
public static final XioEvent REQUEST_SENT
public static final XioEvent RESPONSE_RECIEVED
public static final XioEvent REQUEST_ERROR
public static final XioEvent RESPONSE_ERROR
public static final XioEvent REQUEST_SUCCESS
public static final XioEvent RESPONSE_SUCCESS
public static final XioEvent RATE_LIMIT
public static final XioEvent BLOCK_REQ_POLICY_BASED
public static final XioEvent BLOCK_REQ_BEHAVIORAL_BASED
public static XioEvent[] values()
for (XioEvent c : XioEvent.values()) System.out.println(c);
public static XioEvent 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 © 2016. All Rights Reserved.