|
|||||||||
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.DmnErLink
public abstract class DmnErLink
Entity object that represents a link to a daemon agent.
Method Summary | |
---|---|
DmnErAgent |
getAgent()
Get the agent associated with this link. |
com.neeve.util.UtlAddressDescriptor |
getDescriptor()
Get the link descriptor. |
int |
getThreadAffinity()
Get the link's daemon thread affinity |
void |
setAgent(DmnErAgent agent)
Set the agent associated with this link. |
void |
setThreadAffinity(int threadId)
Set the link's daemon thread affinity. |
String |
toString()
Get a string representation of this object. |
boolean |
wasAccepted()
Get whether the link was accepted using an acceptor or connector. |
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 boolean wasAccepted()
public final com.neeve.util.UtlAddressDescriptor getDescriptor()
For accepted links, this method returns the acceptor descriptor. For links established using a connector, this method returns the connector descriptor.
public final void setAgent(DmnErAgent agent)
public final DmnErAgent getAgent()
public final void setThreadAffinity(int threadId)
public final int getThreadAffinity()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |