org.neo.swarm.services.binding
Class BindingService

java.lang.Object
  extended byorg.neo.swarm.services.binding.BindingService
All Implemented Interfaces:
Service, org.picocontainer.Startable

public class BindingService
extends java.lang.Object
implements Service

Generic BindRunnable Service Wrapper,

Author:
navery
See Also:
DynamicRunnable, StaticRunnable

Constructor Summary
BindingService(java.lang.String serviceName, BindingRunnable bindingThread, ThreadPool threadpool)
           
 
Method Summary
 java.lang.String getName()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingService

public BindingService(java.lang.String serviceName,
                      BindingRunnable bindingThread,
                      ThreadPool threadpool)
Method Detail

start

public void start()
Specified by:
start in interface org.picocontainer.Startable

stop

public void stop()
Specified by:
stop in interface org.picocontainer.Startable

getName

public java.lang.String getName()
Specified by:
getName in interface Service


Copyright © 2001-2004 SWARM-ONE -First Generation (S)calable(W)ide(AR)ea(M)esh. All Rights Reserved.