|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectruon.jiao.JIAO.Directive
public static class JIAO.Directive
Directive is returned by methods communicating with the server to indicate what the server is expecting the agent to do. A directive has a verb which describes the action and a modifier called X that changes in meaning, depending on the verb.
| Field Summary | |
|---|---|
static ruon.jiao.JIAO.Directive.VERB |
DIE
Something is going terribly wrong and the server would like the agent to stop communicating. |
static ruon.jiao.JIAO.Directive.VERB |
SLEEP
Agent is expected call keep alive again in X seconds. |
static ruon.jiao.JIAO.Directive.VERB |
UNINSTALL
Sent as a response to an explicit request by the user to perform an uninstall. |
static ruon.jiao.JIAO.Directive.VERB |
UPGRADE
This directive is intended for public agents only and tells the agent to perform an upgrade. |
| Method Summary | |
|---|---|
ruon.jiao.JIAO.Directive.VERB |
getVerb()
Return the directive's verb |
java.lang.String |
getX()
Verb modifier, meaning depends on verb context |
java.lang.String |
toString()
Returns a String representation |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static ruon.jiao.JIAO.Directive.VERB DIE
public static ruon.jiao.JIAO.Directive.VERB SLEEP
public static ruon.jiao.JIAO.Directive.VERB UNINSTALL
public static ruon.jiao.JIAO.Directive.VERB UPGRADE
| Method Detail |
|---|
public ruon.jiao.JIAO.Directive.VERB getVerb()
public java.lang.String getX()
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 | ||||||