Uses of Class
solar.impl.AbstractAttributeRecord

Packages that use AbstractAttributeRecord
solar.impl Contains some implementation of common APIs, such as various formatted events, event factory, etc. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.fap.comm Events and requests for FAP service. 
solar.service.fork.comm   
solar.service.pack.comm Events and requests for PACK service. 
solar.service.pack.proto Contains the suite of PACK protocols. 
solar.service.pubsub.comm   
solar.service.rmtobj.comm Events and requests for remote object service. 
solar.service.routing.comm Events and requests for routing service. 
solar.service.rpc.comm Events and requests for RPC service. 
 

Uses of AbstractAttributeRecord in solar.impl
 

Subclasses of AbstractAttributeRecord in solar.impl
 class PlainAttributeRecord
          Plain attribute record encodes string attributes in square brackets.
 class PlainEvent
          An event with plain encoding of square brackets.
 class SerializedEvent
          SerializedEvent containts attributes whose value are arbituary objects and will be serialized into byte array before transmission.
 

Uses of AbstractAttributeRecord in solar.service.directory
 

Subclasses of AbstractAttributeRecord in solar.service.directory
 class PlainName
          A name with strings encoded in square brackets.
 

Uses of AbstractAttributeRecord in solar.service.fap.comm
 

Subclasses of AbstractAttributeRecord in solar.service.fap.comm
 class PipePushEvent
          A wrapper event encoding the data pushed down the pipe.
 

Uses of AbstractAttributeRecord in solar.service.fork.comm
 

Subclasses of AbstractAttributeRecord in solar.service.fork.comm
 class TaskFinishEvent
          Notification of task finished.
 

Uses of AbstractAttributeRecord in solar.service.pack.comm
 

Subclasses of AbstractAttributeRecord in solar.service.pack.comm
 class AckEvent
          Acknowledge event by subscribers.
 class PackEvent
          A wrapper class for PACK event that is used for wire transfer.
 class SubscribeEvent
          Periodic subscription event updating the path along multicast tree.
 

Uses of AbstractAttributeRecord in solar.service.pack.proto
 

Subclasses of AbstractAttributeRecord in solar.service.pack.proto
 class BufferedEvent
          Container event output from buffer manager, for internal use instead of wired transfer.
 

Uses of AbstractAttributeRecord in solar.service.pubsub.comm
 

Subclasses of AbstractAttributeRecord in solar.service.pubsub.comm
 class PubEvent
          A wrapper class for published event.
 

Uses of AbstractAttributeRecord in solar.service.rmtobj.comm
 

Subclasses of AbstractAttributeRecord in solar.service.rmtobj.comm
 class PingEvent
          A wrapper event to notify interested parties about local objects.
 

Uses of AbstractAttributeRecord in solar.service.routing.comm
 

Subclasses of AbstractAttributeRecord in solar.service.routing.comm
 class RoutingEvent
          A periodic event containing routing information.
 

Uses of AbstractAttributeRecord in solar.service.rpc.comm
 

Subclasses of AbstractAttributeRecord in solar.service.rpc.comm
 class ReplyEvent
          An event encoding RPC request.
 class RequestEvent
          An event encoding RPC request.