Uses of Interface
solar.SolarConstants

Packages that use SolarConstants
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.service.dan.comm Events and requests for DAN service. 
solar.service.dan.lang Language parser for DAN service. 
solar.service.directory Contains directory service that allows name advertisements and lookups. 
solar.service.directory.comm Events and requests for directory service. 
solar.service.fap.comm Events and requests for FAP service. 
solar.service.fork.comm   
solar.service.mhost.comm   
solar.service.multicast.comm Events and requests for multicast service. 
solar.service.pack Contains the PACK service that allows customized flow-control polices. 
solar.service.pack.comm Events and requests for PACK service. 
solar.service.pack.lang Language parser 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 Contains the simulated RPC service. 
solar.service.rpc.comm Events and requests for RPC service. 
solar.service.transport Contains the data transport service. 
 

Uses of SolarConstants in solar.api
 

Classes in solar.api that implement SolarConstants
 class Attribute
          An attribute is a key-value pair.
 class Guid
          An object ID that is unique in global distributed system.
 class Id
          An object ID that is unique in local JVM.
 class Request
          A request contains a method name with a list of arguments.
 

Uses of SolarConstants in solar.impl
 

Classes in solar.impl that implement SolarConstants
 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.
 

Uses of SolarConstants in solar.service.dan.comm
 

Classes in solar.service.dan.comm that implement SolarConstants
 class AdvertiseRequest
          A request to make advertisement.
 class LookupRequest
          A request to lookup naming directory.
 class PipeConnectRequest
          A request to set up a pipe.
 

Uses of SolarConstants in solar.service.dan.lang
 

Classes in solar.service.dan.lang that implement SolarConstants
 class FilterSpec
          The spec for a filter node as either source or sink of a connecting pipe.
 class GraphSpec
          The parsed specification of operator graph.
 class PipeSpec
          The spec for a pipe connecting two filters.
 

Uses of SolarConstants in solar.service.directory
 

Classes in solar.service.directory that implement SolarConstants
 class Advertisement
          A directory advertisement includes a full name and corresponding name record.
 class NameRecord
          A record kept corresponding to a named resource, including its guid and current address.
 class PlainName
          A name with strings encoded in square brackets.
 

Uses of SolarConstants in solar.service.directory.comm
 

Classes in solar.service.directory.comm that implement SolarConstants
 class AddListenerRequest
          Request to add a directory listener.
 class NameAddedRequest
          Request to name added notification.
 class NameMigratedRequest
          Request to name migration notification.
 class NameRemovedRequest
          Request to name removed notification.
 class NameUpdatedRequest
          Request to name updated notification.
 class RemoveListenerRequest
          Request to add a directory listener.
 class UnadvertiseRequest
          Request to cancel an advertisement made before.
 class UpdateRequest
          Request to update a directory.
 

Uses of SolarConstants in solar.service.fap.comm
 

Classes in solar.service.fap.comm that implement SolarConstants
 class PipePullRequest
          A request to pull data from the pipe.
 class PipePushEvent
          A wrapper event encoding the data pushed down the pipe.
 

Uses of SolarConstants in solar.service.fork.comm
 

Classes in solar.service.fork.comm that implement SolarConstants
 class DestroyRequest
          Request to destroy a previously created process on remote host.
 class StartTaskRequest
          Request to execute an command on remote host.
 class TaskFinishEvent
          Notification of task finished.
 

Uses of SolarConstants in solar.service.mhost.comm
 

Classes in solar.service.mhost.comm that implement SolarConstants
 class AttachRequest
          A request to attach a client to a server, issued either by the client or the server.
 class DetachRequest
          A request to deattach a client from a server, issued either by the client or the server.
 

Uses of SolarConstants in solar.service.multicast.comm
 

Classes in solar.service.multicast.comm that implement SolarConstants
 class JoinRequest
          A request to join a multicast group.
 class LeaveRequest
          A request to leave a multicast group.
 class MulticastRequest
          A request to multicast an event to all group members.
 class ReceiveRequest
          A notification request about a received multicast event.
 

Uses of SolarConstants in solar.service.pack
 

Classes in solar.service.pack that implement SolarConstants
 class PackPolicy
          A flow-control policy for PACK service.
 

Uses of SolarConstants in solar.service.pack.comm
 

Classes in solar.service.pack.comm that implement SolarConstants
 class AckEvent
          Acknowledge event by subscribers.
 class AttachPublisherRequest
          Reuqest to attach a PACK publisher to server.
 class AttachSubscriberRequest
          Reuqest to attach a PACK subscriber to server.
 class DetachPublisherRequest
          Reuqest to detach a PACK publisher from server.
 class DetachSubscriberRequest
          Reuqest to detach a PACK subscriber from server.
 class PackEvent
          A wrapper class for PACK event that is used for wire transfer.
 class ScribeRootRequest
          A request to set up root for some publishing topic.
 class SubscribeEvent
          Periodic subscription event updating the path along multicast tree.
 class SubscribeRequest
          A reuqest for PACK subscription.
 

Uses of SolarConstants in solar.service.pack.lang
 

Classes in solar.service.pack.lang that implement SolarConstants
 class FilterConfig
          A configuration of a PACK filter, such as its parameters.
 

Uses of SolarConstants in solar.service.pack.proto
 

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

Uses of SolarConstants in solar.service.pubsub.comm
 

Classes in solar.service.pubsub.comm that implement SolarConstants
 class PubEvent
          A wrapper class for published event.
 class PubRegisterRequest
          A reuqest to register a PACK publisher.
 class SubRegisterRequest
          A reuqest to register a PACK subscriber.
 

Uses of SolarConstants in solar.service.rmtobj.comm
 

Classes in solar.service.rmtobj.comm that implement SolarConstants
 class PingEvent
          A wrapper event to notify interested parties about local objects.
 class RegisterRequest
          A request to register interest on a remote object.
 class UnregisterRequest
          A request to unregister interest on a remote object.
 

Uses of SolarConstants in solar.service.routing.comm
 

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

Uses of SolarConstants in solar.service.rpc
 

Classes in solar.service.rpc that implement SolarConstants
 class RpcAck
          Empty object to acknowledge a RPC request.
 

Uses of SolarConstants in solar.service.rpc.comm
 

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

Uses of SolarConstants in solar.service.transport
 

Classes in solar.service.transport that implement SolarConstants
 class Header
          The header for each ADU sent or received.