|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.remoting.stream.StreamCallPayload
public class StreamCallPayload
The StreamCallPayload is used when making calls from the server to the client to read from the original input stream. It will contain the method name being called from the server side (i.e. available(), read(), etc.) along with any parameters for the respective method.
Constructor Summary | |
---|---|
StreamCallPayload(java.lang.String methodCallName)
Constructor which requires the name of the method to call on the the original stream. |
Method Summary | |
---|---|
java.lang.String |
getMethod()
Gets the method to call on the original stream. |
java.lang.Object[] |
getParams()
Gets the params for the method to call on the stream. |
void |
setParams(java.lang.Object[] params)
Sets the params for the method to call on the stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamCallPayload(java.lang.String methodCallName)
methodCallName
- Method Detail |
---|
public java.lang.String getMethod()
public void setParams(java.lang.Object[] params)
params
- public java.lang.Object[] getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |