org.jgroups.protocols
Class BSH
Beanshell (
"www.beanshell.org") interpreter class.
The
eval() method receives Java code, executes it and returns the
result of the evaluation (or an exception).
User: Bela
Date: Mar 8, 2003
Time: 1:57:07 PM
- Bela Ban
down_handler, down_prot, down_queue, down_thread, down_thread_prio, log, observer, props, stack, up_handler, up_prot, up_queue, up_thread, up_thread_prio |
destroy, down, getDownProtocol, getDownQueue, getName, getProperties, getUpProtocol, getUpQueue, handleSpecialDownEvent, init, passDown, passUp, providedDownServices, providedUpServices, receiveDownEvent, receiveUpEvent, requiredDownServices, requiredUpServices, setDownProtocol, setObserver, setProperties, setPropertiesInternal, setProtocolStack, setUpProtocol, start, startDownHandler, startUpHandler, stop, stopInternal, up |
destroy
public void destroy()
- destroy in interface Protocol
destroyInterpreter
public void destroyInterpreter()
getName
public String getName()
- getName in interface Protocol
init
public void init()
throws Exception- init in interface Protocol
start
public void start()
throws Exception- start in interface Protocol
startDownHandler
public void startDownHandler()
We have no down handler thread
- startDownHandler in interface Protocol
startUpHandler
public void startUpHandler()
We have no up handler thread
- startUpHandler in interface Protocol
stop
public void stop()
- stop in interface Protocol
Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.