|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.scheduler.runtime.JobDefinitionName
public class JobDefinitionName
This class represnts the name of a job defintion. A name consists of an application name and a job name. The application name corresponds to the name of the application where the job definition is deployed in.
| Constructor Summary | |
|---|---|
JobDefinitionName(String name)
Constructs a new JobDefinitionName from a string. |
|
JobDefinitionName(String appName,
String name)
Constructs a new JobDefinitionName from an application name and a job name. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true if the provided object represents the same application name. |
String |
getApplicationName()
Returns the application name. |
String |
getName()
Returns the job definition name. |
int |
hashCode()
Returns the hash code of this job definition name. |
String |
toString()
Returns the name of this job definition as a string. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JobDefinitionName(String name)
throws NullPointerException,
IllegalArgumentException
name - the name of a job definition represented as a String. This
can either be the name of the job definition or the name of the application
followed by a colon folloed by the name of the job definition.
NullPointerException - if the name is null
IllegalArgumentException - if the name is not a legal job definition
name
public JobDefinitionName(String appName,
String name)
appName - application namename - name of job definition within the application
NullPointerException - if appName or
name are null.| Method Detail |
|---|
public String getName()
public String getApplicationName()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objecto - the object to compare
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||