inklings.jgatms
Class CommandKeys

java.lang.Object
  extended byinklings.jgatms.CommandKeys

public class CommandKeys
extends java.lang.Object

Contains key Strings to identify all JGATMS commands. Any of these constants can be passed to the commons-chain API to get a command chain. The chain can then be executed by invoking command.execute() .


Field Summary
static java.lang.String ADD_MEMBER
           
static java.lang.String ADD_RESPONSE_TO_QUESTION
           
static java.lang.String GET_MEMBER_LIST
           
static java.lang.String GET_QUESTION
           
static java.lang.String GET_QUESTIONS
           
static java.lang.String GET_RESPONSES
           
static java.lang.String GET_SKILLS_LIST
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_QUESTION

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

GET_QUESTIONS

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

GET_RESPONSES

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

ADD_RESPONSE_TO_QUESTION

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

GET_SKILLS_LIST

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

GET_MEMBER_LIST

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

ADD_MEMBER

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


Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.