|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectproper.remote.Job
public class Job
This class encapsulates a job and defines some methods to access its data.
A Job consists of colon separated commands, where the first one is always a
class with necessary parameters (but can be empty). The following commands
are of the form "request data[ data[ data]]". Here are some examples:
Field Summary | |
---|---|
static java.lang.String |
SEPARATOR
the separator for between the parts of a job |
Constructor Summary | |
---|---|
Job(java.lang.String data)
initializes the object |
Method Summary | |
---|---|
java.lang.String[] |
getAdditional()
returns additional parameters for the job, e.g. |
java.lang.String |
getClassName()
returns the class of the job |
java.lang.String |
getLogFilename()
returns the value for the parameter "-log", if available |
java.lang.String[] |
getParameter()
returns the parameters of the job to be run; can be NULL |
java.lang.String |
toString()
the job in a string representation |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEPARATOR
Constructor Detail |
---|
public Job(java.lang.String data)
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String[] getParameter()
public java.lang.String[] getAdditional()
public java.lang.String getLogFilename()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |