ajanta.server
Class SocketAction

java.lang.Object
  |
  +--ajanta.server.SocketAction
All Implemented Interfaces:
java.security.PrivilegedExceptionAction

public class SocketAction
extends java.lang.Object
implements java.security.PrivilegedExceptionAction


Constructor Summary
SocketAction(java.lang.String host, int port)
           
 
Method Summary
 java.lang.Object run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketAction

public SocketAction(java.lang.String host,
                    int port)
Method Detail

run

public java.lang.Object run()
                     throws java.lang.Exception
Specified by:
run in interface java.security.PrivilegedExceptionAction
java.lang.Exception