com.nhncorp.neptune.common
Interface AsyncCallProtocol

All Superinterfaces:
NVersionedProtocol
All Known Subinterfaces:
NeptuneMasterIF, TableManagerProtocol
All Known Implementing Classes:
NeptuneMaster

public interface AsyncCallProtocol
extends NVersionedProtocol


Method Summary
 AsyncTaskStatus getAsyncTaskStatus(java.lang.String taskId)
           
 void removeAsyncTask(java.lang.String taskId)
           
 
Methods inherited from interface com.nhncorp.neptune.common.ipc.NVersionedProtocol
getProtocolVersion
 

Method Detail

getAsyncTaskStatus

AsyncTaskStatus getAsyncTaskStatus(java.lang.String taskId)
                                   throws java.io.IOException
Throws:
java.io.IOException

removeAsyncTask

void removeAsyncTask(java.lang.String taskId)
                     throws java.io.IOException
Throws:
java.io.IOException