eu.larkc.core.pluginManager.remote.Servlet.Tomcat
Class OperationDescriptor

java.lang.Object
  extended by eu.larkc.core.pluginManager.remote.Servlet.Tomcat.OperationDescriptor

public class OperationDescriptor
extends java.lang.Object

Convenient class which holds the possible operation constants.


Field Summary
static java.lang.String OP_CREATE_CONTEXT
          Operation "create context"
static java.lang.String OP_GET_IDENTIFIER
          Operation "get identifier"
static java.lang.String OP_GET_QOS_INFO
          Operation "get QoS information".
static java.lang.String OP_INVOKE
          Operation "invoke"
static java.lang.String OPERATION
          Identifies an operation
 
Constructor Summary
OperationDescriptor()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION

public static final java.lang.String OPERATION
Identifies an operation

See Also:
Constant Field Values

OP_GET_QOS_INFO

public static final java.lang.String OP_GET_QOS_INFO
Operation "get QoS information".

See Also:
Constant Field Values

OP_GET_IDENTIFIER

public static final java.lang.String OP_GET_IDENTIFIER
Operation "get identifier"

See Also:
Constant Field Values

OP_CREATE_CONTEXT

public static final java.lang.String OP_CREATE_CONTEXT
Operation "create context"

See Also:
Constant Field Values

OP_INVOKE

public static final java.lang.String OP_INVOKE
Operation "invoke"

See Also:
Constant Field Values
Constructor Detail

OperationDescriptor

public OperationDescriptor()