Uses of Class
solar.service.rpc.comm.RequestEvent

Packages that use RequestEvent
solar.service.rpc Contains the simulated RPC service. 
 

Uses of RequestEvent in solar.service.rpc
 

Fields in solar.service.rpc declared as RequestEvent
protected  RequestEvent SolarRpcService.RpcWorker._evt
           
 

Methods in solar.service.rpc with parameters of type RequestEvent
private  void SolarRpcService.doHandleRequest(RequestEvent evt, Address source)
           
 

Constructors in solar.service.rpc with parameters of type RequestEvent
SolarRpcService.RpcWorker(RequestEvent evt, Address source)