net.sourceforge.basher.internal.impl
Class BeanShellServer

java.lang.Object
  extended by net.sourceforge.basher.internal.impl.BeanShellServer
All Implemented Interfaces:
EventListener, org.ops4j.gaderian.events.RegistryShutdownListener

public class BeanShellServer
extends Object
implements org.ops4j.gaderian.events.RegistryShutdownListener

Version:
$Revision$
Author:
Johan Lindquist

Constructor Summary
BeanShellServer()
           
 
Method Summary
 void initializeService()
           
 void registryDidShutdown()
           
 void setBeanShellScripts(List<String> beanShellScripts)
           
 void setContextManager(ContextManager contextManager)
           
 void setEventManager(EventManager eventManager)
           
 void setLog(org.apache.commons.logging.Log log)
           
 void setPort(int port)
           
 void setScheduler(Scheduler scheduler)
           
 void setTaskManager(TaskManager taskManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanShellServer

public BeanShellServer()
Method Detail

setBeanShellScripts

public void setBeanShellScripts(List<String> beanShellScripts)

setTaskManager

public void setTaskManager(TaskManager taskManager)

setScheduler

public void setScheduler(Scheduler scheduler)

setEventManager

public void setEventManager(EventManager eventManager)

setContextManager

public void setContextManager(ContextManager contextManager)

setPort

public void setPort(int port)

setLog

public void setLog(org.apache.commons.logging.Log log)

initializeService

public void initializeService()
                       throws Exception
Throws:
Exception

registryDidShutdown

public void registryDidShutdown()
Specified by:
registryDidShutdown in interface org.ops4j.gaderian.events.RegistryShutdownListener


Copyright © 2006-2010 Basher Team. All Rights Reserved.