bsh.util

Class Sessiond

public class Sessiond extends Thread

BeanShell remote session server. Starts instances of bsh for client connections. Note: the sessiond effectively maps all connections to the same interpreter (shared namespace).
Constructor Summary
Sessiond(NameSpace globalNameSpace, int port)
Method Summary
voidrun()

Constructor Detail

Sessiond

public Sessiond(NameSpace globalNameSpace, int port)

Method Detail

run

public void run()
B) 2000 pat@pat.net :-)