Uses of Class
net.sf.asyncobjects.vats.Vat.VatState

Packages that use Vat.VatState
net.sf.asyncobjects.vats This package contains core classes releate to vats and vat runners. 
 

Uses of Vat.VatState in net.sf.asyncobjects.vats
 

Fields in net.sf.asyncobjects.vats declared as Vat.VatState
protected  Vat.VatState Vat.state
          state of vat, guarded by state lock
 

Methods in net.sf.asyncobjects.vats that return Vat.VatState
static Vat.VatState Vat.VatState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Vat.VatState[] Vat.VatState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2002-2007 Constantine Plotnikov. All Rights Reserved.