Uses of Class
solar.service.rpc.RpcException

Packages that use RpcException
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.mhost Contains mobile host service that manages physical mobility. 
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. 
 

Uses of RpcException in solar.service.dan
 

Methods in solar.service.dan that throw RpcException
private  java.lang.Object DanClientService.callRpc(Request req)
          Invoke a RPC call with specified request.
private  java.lang.Object PipeConnector.callRpc(Address addr, Request req)
          Invoke a RPC call with specified request.
 

Uses of RpcException in solar.service.directory
 

Methods in solar.service.directory that throw RpcException
private  java.lang.Object RemoteDirectoryListener.callRpc(Request req)
           
private  java.lang.Object CentralDirectoryService.callRpc(Request req)
           
 

Uses of RpcException in solar.service.mhost
 

Methods in solar.service.mhost that throw RpcException
private  java.lang.Object SolarMobileHostService.callRpc(Address address, Request request)
           
 

Uses of RpcException in solar.service.pack
 

Methods in solar.service.pack that throw RpcException
private  java.lang.Object ClientPackService.callRpc(Request request)
           
 

Uses of RpcException in solar.service.pubsub
 

Methods in solar.service.pubsub that throw RpcException
private  java.lang.Object ClientPubSubService.callRpc(Request request)
           
 

Uses of RpcException in solar.service.rmtobj
 

Methods in solar.service.rmtobj that throw RpcException
private  java.lang.Object SolarRemoteObjectService.callRpc(Address address, Request request)
           
 

Uses of RpcException in solar.service.rpc
 

Methods in solar.service.rpc that throw RpcException
 java.lang.Object SolarRpcService.invoke(Address dest, java.lang.String handler, Request req)
           
 java.lang.Object SolarRpcService.invoke(Address dest, java.lang.String handler, Request req, long timeout)
           
 java.lang.Object RpcService.invoke(Address dest, java.lang.String handler, Request req)
          Send the request to remote party and wait for the result.
 java.lang.Object RpcService.invoke(Address dest, java.lang.String handler, Request req, long timeout)
          Send the request and wait for the result for a fixed period.