electric.util.async
Interface IAsyncTransport
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- AsyncTransport
- public interface IAsyncTransport
- extends java.io.Serializable
IAsyncTransport.
- Author:
- webMethods
writeResponse
public void writeResponse(java.lang.Object message)
throws java.io.IOException
- Parameters:
message
-
- Throws:
java.io.IOException
getResponse
public java.lang.Object getResponse(long timeout)
throws java.io.IOException,
TimeoutException
- Parameters:
timeout
-
- Throws:
java.io.IOException
TimeoutException
getResponseNoWait
public java.lang.Object getResponseNoWait()
throws java.io.IOException
- Throws:
java.io.IOException
getResponse
public java.lang.Object getResponse()
throws java.io.IOException
- Throws:
java.io.IOException
setCallback
public void setCallback(Async callback)
throws java.io.IOException
- Parameters:
callback
-
- Throws:
java.io.IOException
copyright© 2001-2004 by webMethods All Rights Reserved.