Uses of Class
status.AStatus

Packages that use AStatus
status   
 

Uses of AStatus in status
 

Classes in status with type parameters of type AStatus
 class AStatusAlgoCmd<R,S extends AStatus,P>
          Convenience class to simplify the code and to tighten the type checking on status processing code.
 

Subclasses of AStatus in status
 class FailStatus
          Concrete status object that represents a failure.
 class InfoStatus
          Concrete subclass that represents a informational status message.
 class OkStatus
          Concrete singleton subclass that represents an "OK" status.
 

Methods in status with type parameters of type AStatus
<T extends IExtVisitorHost<java.lang.Class<? extends AStatus>,? super AStatus>>
R
AStatusAlgoCmd.apply(java.lang.Class<? extends AStatus> index, T host, P... params)
          The actual method called by the host visitor when the associated case is invoked.
<T extends IExtVisitorHost<java.lang.Class<? extends AStatus>,? super AStatus>>
R
AStatusAlgoCmd.apply(java.lang.Class<? extends AStatus> index, T host, P... params)
          The actual method called by the host visitor when the associated case is invoked.
 

Method parameters in status with type arguments of type AStatus
<T extends IExtVisitorHost<java.lang.Class<? extends AStatus>,? super AStatus>>
R
AStatusAlgoCmd.apply(java.lang.Class<? extends AStatus> index, T host, P... params)
          The actual method called by the host visitor when the associated case is invoked.
 

Constructor parameters in status with type arguments of type AStatus
AStatus(java.lang.Class<? extends AStatus> idx)
          Constructor for class
StatusAlgo(AStatusAlgoCmd<R,AStatus,P> defaultCmd)
          Constructor for the class