Uses of Interface
solar.service.rpc.RpcConstants

Packages that use RpcConstants
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.fork   
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.rpc.comm Events and requests for RPC service. 
 

Uses of RpcConstants in solar.service.dan
 

Classes in solar.service.dan that implement RpcConstants
 class DanClientService
          The client interface for DAN (Data Aggregation Network) service.
(package private)  class PipeConnector
          A pipe connector is responsible to set up a pipe between a data source and a data sink.
 

Uses of RpcConstants in solar.service.directory
 

Classes in solar.service.directory that implement RpcConstants
 class CentralDirectoryService
          A centralized directory service, which requires a rpc and a transport services.
 class DistDirectoryService
          A distributed implementation of directory service.
(package private)  class RemoteDirectoryListener
          A proxy class for remote name observer.
 

Uses of RpcConstants in solar.service.fork
 

Classes in solar.service.fork that implement RpcConstants
 class SolarForkService
          An implementation of forking service.
 

Uses of RpcConstants in solar.service.mhost
 

Classes in solar.service.mhost that implement RpcConstants
 class SolarMobileHostService
          Solar implementation of mobile host service.
 

Uses of RpcConstants in solar.service.multicast
 

Classes in solar.service.multicast that implement RpcConstants
 class RemoteMulticastMember
          A proxy class for remote multicast member.
 

Uses of RpcConstants in solar.service.pack
 

Classes in solar.service.pack that implement RpcConstants
 class ClientPackService
          The PACK service that runs at the client side.
 class ScribePackService
          The PACK service that runs at the server side and is built on top of Scribe.
 

Uses of RpcConstants in solar.service.pubsub
 

Classes in solar.service.pubsub that implement RpcConstants
 class ClientPubSubService
          The PACK service that runs at the client side.
 class ScribePubSubService
          The Pub/Sub service that runs at the server side and is built on top of Scribe.
 

Uses of RpcConstants in solar.service.rmtobj
 

Classes in solar.service.rmtobj that implement RpcConstants
 class SolarRemoteObjectService
          This RemoteObjectService uses a softstate protocol to monitoring remote object and uses RPC service to invoke request.
 

Uses of RpcConstants in solar.service.rpc.comm
 

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