|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cri.xcat.api.Request
com.cri.xcat.api.helpers.BasicRequest
com.cri.xcat.api.examples.DetailedRequest
public class DetailedRequest
Constructor Summary | |
---|---|
DetailedRequest(java.lang.String commandName)
|
Method Summary | |
---|---|
void |
buildXmlOutputStream(java.io.OutputStream stream)
Creates the XML and sends it to the xCAT server. |
java.lang.String |
getTransactionId()
|
void |
setTransactionId(java.lang.String transactionId)
|
Methods inherited from class com.cri.xcat.api.helpers.BasicRequest |
---|
getArgs, getCommandName, getCurrentWorkingDirectory, getNodeRange, setArgs, setCommandName, setCurrentWorkingDirectory, setNodeRange |
Methods inherited from class com.cri.xcat.api.Request |
---|
getConnection, getHandler, getSocketTimeOut, setSocketTimeOut, submitRequest, submitRequest |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailedRequest(java.lang.String commandName)
Method Detail |
---|
public void setTransactionId(java.lang.String transactionId)
transactionId
- the transactionId to setpublic java.lang.String getTransactionId()
public void buildXmlOutputStream(java.io.OutputStream stream) throws XcatCommunicationException
Request
buildXmlOutputStream
in class BasicRequest
stream
- The OutputStream from the SSL socket to the xCAT server. The
XML created should be sent to this output stream.
XcatCommunicationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |