org.histpop.server.acu
Class ACU

java.lang.Object
  extended by org.histpop.server.acu.ACU

public class ACU
extends java.lang.Object


Constructor Summary
ACU(java.lang.String policy)
           
 
Method Summary
 Condition evaluate(ServerContext ctx)
          creates a condition list based on the policy and the given parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACU

public ACU(java.lang.String policy)
    throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

evaluate

public Condition evaluate(ServerContext ctx)
                   throws ServerException
creates a condition list based on the policy and the given parameters

Throws:
ServerException