solar.service.pack
Class ScribePackService.Forwarder

java.lang.Object
  |
  +--solar.service.pack.ScribePackService.Forwarder
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ScribePackService

class ScribePackService.Forwarder
extends java.lang.Object
implements java.lang.Runnable

Responsible to delivery events to children in multicast tree.


Field Summary
(package private)  Protocol _protocol
           
 
Constructor Summary
ScribePackService.Forwarder(Protocol protocol)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_protocol

Protocol _protocol
Constructor Detail

ScribePackService.Forwarder

public ScribePackService.Forwarder(Protocol protocol)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable