|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ulc.util.UlcObject | +--com.ibm.ulc.comm.Request
Encapsulates a request. A request knows its target, method, and arguments.
IRequestProcessor
, Serialized FormConstructor Summary | |
Request()
|
Method Summary | |
abstract void |
dispatch()
Executes the request. |
void |
dump(java.io.OutputStream os)
Dumps the contents of a request. |
int |
getByteCount()
Gets the number of bytes a request will take up when streamed. |
java.lang.String |
getName()
Gets the name of a request. |
boolean |
read(java.io.InputStream is)
Reads the request from the given input stream. |
boolean |
readEx(java.io.InputStream is)
Reads the request from the given input stream. |
void |
write(java.io.OutputStream os)
Marshals and writes a request to the given output stream. |
void |
writeEx(java.io.OutputStream os)
Marshals and writes a request to the given output stream. |
Methods inherited from class com.ibm.ulc.util.UlcObject |
trouble,
trouble2,
trouble2Err,
troubleErr |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Request()
Method Detail |
public abstract void dispatch()
public void dump(java.io.OutputStream os)
public int getByteCount()
public java.lang.String getName()
public boolean read(java.io.InputStream is)
public boolean readEx(java.io.InputStream is) throws java.io.IOException
public void write(java.io.OutputStream os)
public void writeEx(java.io.OutputStream os) throws java.io.InterruptedIOException, java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |