|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.isi.pegasus.planner.dax.Invoke
public class Invoke
The Notification invoke object for the Dax API
| Nested Class Summary | |
|---|---|
static class |
Invoke.WHEN
WHEN To INVOKE |
| Field Summary | |
|---|---|
protected String |
mWhat
What to invoke |
protected Invoke.WHEN |
mWhen
WHen to Invoke |
| Constructor Summary | |
|---|---|
Invoke(Invoke.WHEN when)
Crete a new Invoke object |
|
Invoke(Invoke.WHEN when,
String what)
Create a new Invoke object |
|
Invoke(Invoke i)
Copy Constructor |
|
| Method Summary | |
|---|---|
Invoke |
clone()
Create a copy of this Invoke object |
String |
getWhat()
Get what to invoke |
String |
getWhen()
Get when to Invoke |
Invoke |
setWhat(String what)
Set what executable to invoke and how |
Invoke |
setWhen(Invoke.WHEN when)
Set when to invoke |
String |
toString()
Returns the object as String |
void |
toXML(XMLWriter writer)
|
void |
toXML(XMLWriter writer,
int indent)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Invoke.WHEN mWhen
protected String mWhat
| Constructor Detail |
|---|
public Invoke(Invoke i)
i - public Invoke(Invoke.WHEN when)
when -
public Invoke(Invoke.WHEN when,
String what)
when - what - | Method Detail |
|---|
public String getWhen()
public Invoke setWhen(Invoke.WHEN when)
when -
public String getWhat()
public Invoke setWhat(String what)
what -
public Invoke clone()
clone in class Objectpublic void toXML(XMLWriter writer)
public void toXML(XMLWriter writer,
int indent)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||