org.jgroups.protocols

Class BSH

public class BSH extends Protocol

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

Author: Bela Ban

Nested Class Summary
static classBSH.BshHeader
Constructor Summary
BSH()
Method Summary
voiddestroy()
voiddestroyInterpreter()
StringgetName()
voidinit()
voidstart()
voidstartDownHandler()
We have no down handler thread
voidstartUpHandler()
We have no up handler thread
voidstop()
voidup(Event evt)

Constructor Detail

BSH

public BSH()

Method Detail

destroy

public void destroy()

destroyInterpreter

public void destroyInterpreter()

getName

public String getName()

init

public void init()

start

public void start()

startDownHandler

public void startDownHandler()
We have no down handler thread

startUpHandler

public void startUpHandler()
We have no up handler thread

stop

public void stop()

up

public void up(Event evt)
Copyright ? 1998-2005 Bela Ban. All Rights Reserved.