public static enum ProtocolMessages.Request extends java.lang.Enum<ProtocolMessages.Request>
Enum Constant and Description |
---|
CLEAR_DISTRIBUTED_STATISTICS
CLEAR_DISTRIBUTED_STATISTICS
|
DELTA_DOWORK_ACCEPTED
DELTA_DOWORK_ACCEPTED
|
DELTA_DOWORK_REJECTED
DELTA_DOWORK_REJECTED
|
DELTA_SCHEDULEWORK_ACCEPTED
DELTA_SCHEDULEWORK_ACCEPTED
|
DELTA_SCHEDULEWORK_REJECTED
DELTA_SCHEDULEWORK_REJECTED
|
DELTA_STARTWORK_ACCEPTED
DELTA_STARTWORK_ACCEPTED
|
DELTA_STARTWORK_REJECTED
DELTA_STARTWORK_REJECTED
|
DELTA_WORK_FAILED
DELTA_WORK_FAILED
|
DELTA_WORK_SUCCESSFUL
DELTA_WORK_SUCCESSFUL
|
DO_WORK
do work
|
GET_DISTRIBUTED_STATISTICS
GET_DISTRIBUTED_STATISTICS
|
GET_LONGRUNNING_FREE
get long running free
|
GET_SHORTRUNNING_FREE
get short running free
|
GET_WORKMANAGERS
get workmanagers
|
JOIN
join
|
LEAVE
leave
|
PING
PING
|
SCHEDULE_WORK
schedule work
|
START_WORK
start work
|
UPDATE_LONGRUNNING_FREE
update long running free
|
UPDATE_SHORTRUNNING_FREE
update short running free
|
WORKMANAGER_ADD
workmanager add
|
WORKMANAGER_REMOVE
workmanager remove
|
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfParameter()
Get the numberOfParameter.
|
java.lang.Class<?>[] |
getTypeOfParameters()
Get the typeOfParameters.
|
static ProtocolMessages.Request |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolMessages.Request[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolMessages.Request JOIN
public static final ProtocolMessages.Request LEAVE
public static final ProtocolMessages.Request GET_WORKMANAGERS
public static final ProtocolMessages.Request WORKMANAGER_ADD
public static final ProtocolMessages.Request WORKMANAGER_REMOVE
public static final ProtocolMessages.Request UPDATE_SHORTRUNNING_FREE
public static final ProtocolMessages.Request UPDATE_LONGRUNNING_FREE
public static final ProtocolMessages.Request GET_SHORTRUNNING_FREE
public static final ProtocolMessages.Request GET_LONGRUNNING_FREE
public static final ProtocolMessages.Request GET_DISTRIBUTED_STATISTICS
public static final ProtocolMessages.Request CLEAR_DISTRIBUTED_STATISTICS
public static final ProtocolMessages.Request DELTA_DOWORK_ACCEPTED
public static final ProtocolMessages.Request DELTA_DOWORK_REJECTED
public static final ProtocolMessages.Request DELTA_STARTWORK_ACCEPTED
public static final ProtocolMessages.Request DELTA_STARTWORK_REJECTED
public static final ProtocolMessages.Request DELTA_SCHEDULEWORK_ACCEPTED
public static final ProtocolMessages.Request DELTA_SCHEDULEWORK_REJECTED
public static final ProtocolMessages.Request DELTA_WORK_SUCCESSFUL
public static final ProtocolMessages.Request DELTA_WORK_FAILED
public static final ProtocolMessages.Request PING
public static final ProtocolMessages.Request DO_WORK
public static final ProtocolMessages.Request SCHEDULE_WORK
public static final ProtocolMessages.Request START_WORK
public static ProtocolMessages.Request[] values()
for (ProtocolMessages.Request c : ProtocolMessages.Request.values()) System.out.println(c);
public static ProtocolMessages.Request 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 namejava.lang.NullPointerException
- if the argument is nullpublic int getNumberOfParameter()
public java.lang.Class<?>[] getTypeOfParameters()
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)