| 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 | Interface and Description |
|---|---|
interface |
Agent
Agent is a ManageableEntity that represents an Activity executor in the
system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_AgentStub
Agent is a ManageableEntity that represents an Activity executor in the
system.
|
class |
_ItemStub
ManageableEntity is the CORBA super-interface for Entities.
|
| Modifier and Type | Field and Description |
|---|---|
Item |
ItemHolder.value |
| Modifier and Type | Method and Description |
|---|---|
Item |
ItemPOA._this() |
Item |
ItemPOA._this(ORB orb) |
static Item |
ItemHelper.extract(Any a) |
static Item |
ItemHelper.narrow(Object obj) |
static Item |
ItemHelper.read(InputStream istream) |
static Item |
ItemHelper.unchecked_narrow(Object obj) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ItemHelper.insert(Any a,
Item that) |
static void |
ItemHelper.write(OutputStream ostream,
Item value) |
| Constructor and Description |
|---|
ItemHolder(Item initialValue) |
| Modifier and Type | Field and Description |
|---|---|
protected Item |
ItemProxy.mItem |
| Modifier and Type | Method and Description |
|---|---|
protected Item |
ItemProxy.getItem()
Returns the CORBA Item this proxy is linked with
|
Item |
ItemProxy.narrow()
Narrows the CORBA Item this proxy is linked with
|
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.