|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.root.RootObject
com.neeve.daemon.er.DmnErEntity
com.neeve.daemon.er.DmnErAgent
public abstract class DmnErAgent
Entity object that represents a daemon agent.
Method Summary | |
---|---|
int |
getAddr()
Get the agent fabric address. |
DmnErLink |
getLink()
Get the agent link. |
String |
getName()
Get the agent name. |
String |
toString()
Get a string representation of the object |
Methods inherited from class com.neeve.root.RootObject |
---|
getChecked, getThreaded, getTracer, setChecked, setTracer |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public final String getName()
public final int getAddr()
public final DmnErLink getLink()
Each connected agent can be uniqely identified by a communications link. This method returns the the link entity object for an agent.
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |