jpel.remote.language.socket
Class ExpressionServerSocket

java.lang.Object
  |
  +--jpel.remote.language.socket.ExpressionServerSocket
All Implemented Interfaces:
java.lang.Runnable

public class ExpressionServerSocket
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
ExpressionServerSocket(int port, jpel.language.Environment environment)
           
 
Method Summary
 void close()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionServerSocket

public ExpressionServerSocket(int port,
                              jpel.language.Environment environment)
                       throws java.io.IOException
Method Detail

close

public void close()

run

public void run()
Specified by:
run in interface java.lang.Runnable