Uses of Interface
hiit.blackboard.protocol.ComponentInfo

Packages that use ComponentInfo
hiit.blackboard   
hiit.blackboard.protocol   
 

Uses of ComponentInfo in hiit.blackboard
 

Classes in hiit.blackboard that implement ComponentInfo
 class CustomerInfo
           
 

Methods in hiit.blackboard with parameters of type ComponentInfo
static boolean BlackboardUtil.matches(int type, int user, int id, ComponentInfo cInfo)
          Checks if a ComponentInfo (or CustomerInfo) matches a set of parameters specified.
 

Uses of ComponentInfo in hiit.blackboard.protocol
 

Classes in hiit.blackboard.protocol that implement ComponentInfo
 class BasicComponentInfo
           
 

Methods in hiit.blackboard.protocol that return ComponentInfo
static ComponentInfo[] Protocol.readComponentList(java.io.InputStream in)
           
static ComponentInfo[] StringProtocolAdapter.readModulesList(java.io.InputStream in)
          Reads the resulting modules list.
 

Methods in hiit.blackboard.protocol with parameters of type ComponentInfo
static void Protocol.writeComponentList(java.io.ByteArrayOutputStream bos, ComponentInfo[] comps)