org.teiid.rhq.plugin.util
Interface PluginConstants.Operation

Enclosing interface:
PluginConstants

public static interface PluginConstants.Operation

Use these operation names when calling executeOperation() on the connection interface.

Since:
1.0

Nested Class Summary
static interface PluginConstants.Operation.Value
          Use these value names when calling executeOperation() on the connection interface.
 
Field Summary
static java.lang.String GET_PROPERTIES
           
static java.lang.String GET_REQUESTS
           
static java.lang.String GET_SESSIONS
           
static java.lang.String GET_VDBS
           
static java.lang.String KILL_REQUEST
           
 

Field Detail

KILL_REQUEST

static final java.lang.String KILL_REQUEST
See Also:
Constant Field Values

GET_VDBS

static final java.lang.String GET_VDBS
See Also:
Constant Field Values

GET_PROPERTIES

static final java.lang.String GET_PROPERTIES
See Also:
Constant Field Values

GET_REQUESTS

static final java.lang.String GET_REQUESTS
See Also:
Constant Field Values

GET_SESSIONS

static final java.lang.String GET_SESSIONS
See Also:
Constant Field Values


Copyright © 2011. All Rights Reserved.