Uses of Interface
solar.api.AttributeRecord

Packages that use AttributeRecord
solar.api Contains some basic Solar APIs, such as event, attribute, and request. 
solar.impl Contains some implementation of common APIs, such as various formatted events, event factory, etc. 
solar.module.protocol   
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.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 AttributeRecord in solar.api
 

Subinterfaces of AttributeRecord in solar.api
 interface Event
          The interface for Solar events.
 

Uses of AttributeRecord in solar.impl
 

Classes in solar.impl that implement AttributeRecord
 class AbstractAttributeRecord
          An abstract implementation of attribute record.
 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.
 

Constructors in solar.impl with parameters of type AttributeRecord
PlainEvent(AttributeRecord ar)
          Constructs an event with a list of attributes.
PlainAttributeRecord(AttributeRecord aRec)
          Constructs an atribute record by copying from another one.
 

Uses of AttributeRecord in solar.module.protocol
 

Subinterfaces of AttributeRecord in solar.module.protocol
 interface ProtocolEvent
          Interface for protocol-specific control events, such as ACK and NACK.
 

Uses of AttributeRecord in solar.service.dan
 

Methods in solar.service.dan that return AttributeRecord
private  AttributeRecord Monitor.replaceValue(AttributeRecord ar, Event evt)
           
 

Methods in solar.service.dan with parameters of type AttributeRecord
private  AttributeRecord Monitor.replaceValue(AttributeRecord ar, Event evt)
           
 

Uses of AttributeRecord in solar.service.directory
 

Subinterfaces of AttributeRecord in solar.service.directory
 interface Name
          The interface for the names stored in the directory.
 

Classes in solar.service.directory that implement AttributeRecord
 class PlainName
          A name with strings encoded in square brackets.
 

Methods in solar.service.directory with parameters of type AttributeRecord
private  void PlainName.fillStrandsFromAR(AttributeRecord ar, java.lang.String prefix, java.util.List ret)
           
 

Constructors in solar.service.directory with parameters of type AttributeRecord
PlainName(AttributeRecord ar)
          Constructs a name with a list of attributes.
 

Uses of AttributeRecord in solar.service.fap.comm
 

Classes in solar.service.fap.comm that implement AttributeRecord
 class PipePushEvent
          A wrapper event encoding the data pushed down the pipe.
 

Uses of AttributeRecord in solar.service.fork.comm
 

Classes in solar.service.fork.comm that implement AttributeRecord
 class TaskFinishEvent
          Notification of task finished.
 

Uses of AttributeRecord in solar.service.pack.comm
 

Classes in solar.service.pack.comm that implement AttributeRecord
 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 AttributeRecord in solar.service.pack.proto
 

Classes in solar.service.pack.proto that implement AttributeRecord
 class BufferedEvent
          Container event output from buffer manager, for internal use instead of wired transfer.
 

Uses of AttributeRecord in solar.service.pubsub.comm
 

Classes in solar.service.pubsub.comm that implement AttributeRecord
 class PubEvent
          A wrapper class for published event.
 

Uses of AttributeRecord in solar.service.rmtobj.comm
 

Classes in solar.service.rmtobj.comm that implement AttributeRecord
 class PingEvent
          A wrapper event to notify interested parties about local objects.
 

Uses of AttributeRecord in solar.service.routing.comm
 

Classes in solar.service.routing.comm that implement AttributeRecord
 class RoutingEvent
          A periodic event containing routing information.
 

Uses of AttributeRecord in solar.service.rpc.comm
 

Classes in solar.service.rpc.comm that implement AttributeRecord
 class ReplyEvent
          An event encoding RPC request.
 class RequestEvent
          An event encoding RPC request.