|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ProcessResult
public class ProcessResult
The ProcessResult
performs the indicated command
on the specified server.
Depending on the values you specify for the getStatus()
and
getOutput()
parameters, you can execute the command as an independent
process or wait for the process to complete and return the result to the client. The
system executes the command based on the access privileges of the user who
launched the AR System server.
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getOutput()
Returns string containing the process output. |
int |
getStatus()
Returns an integer identifying the status of the operation. |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public int getStatus()
NULL
for this
parameter and the getOutput
parameter
if you want the system to launch
an independent process and not wait for it to complete. Otherwise, specify a value
for this parameter if you want the system to wait for the process to complete
before returning. If the process does not finish within the time-out interval,
adjust
the filter process time-out interval to prevent server blocking
(configurable from 1
to 20 seconds).
public String getOutput()
NULL
for this parameter and the getStatus
parameter
if you want the system to
launch an independent process and not wait for it to complete. Otherwise, specify
a value for this parameter if you want the system to wait for the process to
complete before returning. If the process does not finish within the time-out
interval, adjust the filter process time-out interval to prevent server blocking
(configurable from 1 to 20 seconds).
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |