|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sysmgt.sdk.remote.Call
Class used for command communication between client and server
Constructor Summary | |
---|---|
Call()
Constructor |
|
Call(LoginSession session)
|
Method Summary | |
---|---|
java.lang.String |
getMethodName()
getMethodName |
java.util.Vector |
getParams()
getParams - get parameters of command object |
LoginSession |
getSession()
getSession - get session object of this communication |
java.lang.String |
getTargetObjectURI()
getTargetObjectURI - get service name |
int |
getTimeout()
getTimeout |
Response |
invoke()
invoke - send the command synchronously |
void |
setMethodName(java.lang.String methodName)
setMethodName |
void |
setParam(java.lang.Object object)
setParam - set parameter for command |
void |
setParams(java.util.Vector params)
setParams - set parameters of the command object |
void |
setSession(LoginSession session)
setSession - set session object for this communication |
void |
setTargetObjectURI(java.lang.String targetObjectURI)
setTargetObjectURI - set service name. |
void |
setTimeout(int value)
setTimeout |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Call()
public Call(LoginSession session)
session
- Method Detail |
public Response invoke() throws ServerCommunicationException, RequestFailedException
ServerCommunicationException
RequestFailedException
public void setTimeout(int value)
value
- of the timeout in millisecondspublic int getTimeout()
public void setParams(java.util.Vector params)
public java.util.Vector getParams()
public void setTargetObjectURI(java.lang.String targetObjectURI)
targetObjectURI
- stringvalue of service namepublic java.lang.String getTargetObjectURI()
public void setMethodName(java.lang.String methodName)
methodName
- - method to be invokedpublic java.lang.String getMethodName()
public LoginSession getSession()
public void setSession(LoginSession session)
session
- public void setParam(java.lang.Object object)
object
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |