Uses of Class
solar.impl.SerializedEvent

Packages that use SerializedEvent
solar.service.fap.comm Events and requests for FAP service. 
solar.service.fork.comm   
solar.service.pack.comm Events and requests for PACK service. 
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.comm Events and requests for RPC service. 
 

Uses of SerializedEvent in solar.service.fap.comm
 

Subclasses of SerializedEvent in solar.service.fap.comm
 class PipePushEvent
          A wrapper event encoding the data pushed down the pipe.
 

Uses of SerializedEvent in solar.service.fork.comm
 

Subclasses of SerializedEvent in solar.service.fork.comm
 class TaskFinishEvent
          Notification of task finished.
 

Uses of SerializedEvent in solar.service.pack.comm
 

Subclasses of SerializedEvent in solar.service.pack.comm
 class AckEvent
          Acknowledge event by subscribers.
 class PackEvent
          A wrapper class for PACK event that is used for wire transfer.
 class SubscribeEvent
          Periodic subscription event updating the path along multicast tree.
 

Uses of SerializedEvent in solar.service.pubsub.comm
 

Subclasses of SerializedEvent in solar.service.pubsub.comm
 class PubEvent
          A wrapper class for published event.
 

Uses of SerializedEvent in solar.service.rmtobj.comm
 

Subclasses of SerializedEvent in solar.service.rmtobj.comm
 class PingEvent
          A wrapper event to notify interested parties about local objects.
 

Uses of SerializedEvent in solar.service.routing.comm
 

Subclasses of SerializedEvent in solar.service.routing.comm
 class RoutingEvent
          A periodic event containing routing information.
 

Uses of SerializedEvent in solar.service.rpc.comm
 

Subclasses of SerializedEvent in solar.service.rpc.comm
 class ReplyEvent
          An event encoding RPC request.
 class RequestEvent
          An event encoding RPC request.