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

void
run()

Constructor Details

Sessiond

public Sessiond(NameSpace globalNameSpace,
                int port)
            throws IOException

Method Details

run

public void run()

B) 2000-2005 pat@pat.net :-)