com.nhncorp.neptune.client
Class AsyncCall

java.lang.Object
  extended by com.nhncorp.neptune.client.AsyncCall

public abstract class AsyncCall
extends java.lang.Object


Constructor Summary
AsyncCall()
           
 
Method Summary
 void call(java.lang.String callName, AsyncCallProtocol server, int timeout)
           
abstract  java.lang.String run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncCall

public AsyncCall()
Method Detail

run

public abstract java.lang.String run()
                              throws java.io.IOException
Throws:
java.io.IOException

call

public void call(java.lang.String callName,
                 AsyncCallProtocol server,
                 int timeout)
          throws java.io.IOException
Throws:
java.io.IOException