|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a handle to a remote command, which is either a transient command or a command shell.
Field Summary | |
---|---|
static String |
Copyright
|
Method Summary | |
---|---|
void |
addJob(Object output)
Add an output object to the list of output for this command |
void |
addJobs(Object[] output)
|
Object[] |
getChildren()
Get the list of output objects for this command. |
int |
getChildrenNumber()
|
String |
getJobSubsys()
|
String |
getName()
Gets the name of the command shell or command that is being run. |
Object |
getParent()
|
com.ibm.etools.systems.subsystems.SubSystem |
getSubSystem()
|
String |
getType()
Gets the type of the command shell or command that is being run. |
boolean |
hasChild()
|
void |
setJobs(Object[] jobs)
|
void |
setParent(Object parent)
|
Field Detail |
public static final String Copyright
Method Detail |
public String getName()
public String getType()
public String getJobSubsys()
public Object[] getChildren()
public int getChildrenNumber()
public boolean hasChild()
public Object getParent()
public void setParent(Object parent)
public com.ibm.etools.systems.subsystems.SubSystem getSubSystem()
public void setJobs(Object[] jobs)
public void addJob(Object output)
output
- the output object to addpublic void addJobs(Object[] output)
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |