Uses of Class
extvisitor.AExtVisitorHost

Packages that use AExtVisitorHost
datapacket   
status   
 

Uses of AExtVisitorHost in datapacket
 

Subclasses of AExtVisitorHost in datapacket
 class ADataPacket
          Abstract data packet that defines the use of a Class object as the index type.
 class DataPacket<T>
          Concrete data packet that holds a generic type of data.
 

Uses of AExtVisitorHost in status
 

Subclasses of AExtVisitorHost in status
 class AStatus
          Abstract status object.
 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.