| Package | Description |
|---|---|
| org.cristalise.kernel.entity |
The implementations of Items, and their core functionality.
|
| org.cristalise.kernel.entity.proxy |
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_AgentStub
Agent is a ManageableEntity that represents an Activity executor in the
system.
|
| Modifier and Type | Field and Description |
|---|---|
Agent |
AgentHolder.value |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentPOA._this() |
Agent |
AgentPOA._this(ORB orb) |
static Agent |
AgentHelper.extract(Any a) |
static Agent |
AgentHelper.narrow(Object obj) |
static Agent |
AgentHelper.read(InputStream istream) |
static Agent |
AgentHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
AgentHelper.insert(Any a,
Agent that) |
static void |
AgentHelper.write(OutputStream ostream,
Agent value) |
| Constructor and Description |
|---|
AgentHolder(Agent initialValue) |
| Modifier and Type | Method and Description |
|---|---|
Agent |
AgentProxy.narrow() |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.