Uses of Package
solar.util

Packages that use solar.util
solar.api Contains some basic Solar APIs, such as event, attribute, and request. 
solar.module.cache Contains the caching module. 
solar.module.protocol   
solar.service Contains the core Solar service framework. 
solar.service.dan Contains DAN (Data Aggregation Network) service and related classes. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.dispatch Contains the data dispatching service. 
solar.service.fap Contains FAP (Filter-and-Pipe) service and related classes. 
solar.service.fork   
solar.service.mcode Contains mobile code service that manages logical mobility. 
solar.service.mhost Contains mobile host service that manages physical mobility. 
solar.service.multicast Contains the event multicasting service. 
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
solar.service.pubsub   
solar.service.rmtobj Contains the service to monitor the liveness of and communicate with remote objects. 
solar.service.routing Contains the data routing service, currently not used by Solar. 
solar.service.rpc Contains the simulated RPC service. 
solar.service.transport Contains the data transport service. 
solar.util Contains some basic Solar utilities, such as Queues. 
 

Classes in solar.util used by solar.api
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.module.cache
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.module.protocol
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service
SolarException
          The base class of all exceptions thrown by Solar.
SolarRuntimeException
          This is a base class of all runtime exeptions thrown by Solar.
 

Classes in solar.util used by solar.service.dan
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.directory
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.dispatch
Queue
          A queue interface with standard enqueue/dequeue operations.
 

Classes in solar.util used by solar.service.fap
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.fork
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.mcode
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.mhost
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.multicast
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.pack
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.pubsub
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.rmtobj
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.routing
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.rpc
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.service.transport
SolarException
          The base class of all exceptions thrown by Solar.
 

Classes in solar.util used by solar.util
Queue
          A queue interface with standard enqueue/dequeue operations.
ssLinkedList
          The ssLinkedList class is just that - a linked list abstraction that supports very efficient insertion and deletion, as well as an Enumeration interface.
ssLinkedList.ssLinkedListElement
          This inner class is the chaining mechanism for the linked list
ssLinkedListComparator
          The ssLinkedListComparator interface allows you to search for elements inside a ssLinkedList.
ssLinkedListEqualityComparator
          This class provides a default comparator for matching objects on ssLinkedLists.