|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjist.runtime.EntityRef
jist.runtime.EntityRefDist
public class EntityRefDist
Distributed EntityRef.
Field Summary | |
---|---|
private ControllerRemote |
controller
Controller owning entity. |
Fields inherited from class jist.runtime.EntityRef |
---|
NULL |
Constructor Summary | |
---|---|
EntityRefDist(ControllerRemote controller,
int index)
Initialise a new entity reference with given Controller and Entity IDs. |
Method Summary | |
---|---|
ControllerRemote |
getController()
Return controller of referenced entity. |
Methods inherited from class jist.runtime.EntityRef |
---|
equals, getClassRef, getIndex, hashCode, invoke, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final ControllerRemote controller
Constructor Detail |
---|
public EntityRefDist(ControllerRemote controller, int index)
controller
- controller IDindex
- entity IDMethod Detail |
---|
public ControllerRemote getController()
getController
in class EntityRef
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |