|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.histpop.server.acu.Condition
public abstract class Condition
Field Summary | |
---|---|
static java.lang.String |
FALSE
|
static java.lang.String |
TRUE
|
Constructor Summary | |
---|---|
Condition()
|
Method Summary | |
---|---|
abstract Condition |
evaluate(ServerContext ctx)
|
ServerMethod |
getAction()
|
java.lang.String |
getMessage()
|
boolean |
hasAction()
|
boolean |
isTrue()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TRUE
public static final java.lang.String FALSE
Constructor Detail |
---|
public Condition()
Method Detail |
---|
public abstract Condition evaluate(ServerContext ctx) throws ServerException
ServerException
public ServerMethod getAction()
public boolean isTrue()
public boolean hasAction()
public java.lang.String getMessage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |