Uses of Package
solar.service.rpc

Packages that use solar.service.rpc
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 Contains FAP (Filter-and-Pipe) service and related classes. 
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 Contains the simulated RPC service. 
solar.service.rpc.comm Events and requests for RPC service. 
 

Classes in solar.service.rpc used by solar.service.dan
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.directory
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.fap
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.fork
RpcConstants
          Constants for RPC service.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.mhost
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.multicast
RpcConstants
          Constants for RPC service.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.pack
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.pubsub
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.rmtobj
RpcConstants
          Constants for RPC service.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.rpc
RpcAck
          Empty object to acknowledge a RPC request.
RpcException
          A generic exception thrown by RPC services.
RpcService
          A service emulates the remote procedure calls.
 

Classes in solar.service.rpc used by solar.service.rpc.comm
RpcConstants
          Constants for RPC service.