|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectspace.voyager.agent.Agent
The Agent class provides methods for obtaining an autonomous agent facet of an objecvt. Use IAgent interface to operate on an agent.
Method Summary | |
static IAgent |
get(java.lang.Object object)
If the specified object implements IAgent, return the object. |
static IAgent |
of(java.lang.Object object)
If the specified object implements IAgent, return the object. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public static IAgent of(java.lang.Object object) throws java.lang.ClassCastException
object
- The primary object.public static IAgent get(java.lang.Object object)
object
- The primary object.
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |