| Package | Description |
|---|---|
| org.cristalise.kernel.common | |
| org.cristalise.kernel.entity |
The implementations of Items, and their core functionality.
|
| org.cristalise.kernel.entity.agent |
The implementation of Agents, and their Jobs.
|
| org.cristalise.kernel.entity.imports | |
| org.cristalise.kernel.lifecycle.instance | |
| org.cristalise.kernel.lifecycle.instance.predefined | |
| org.cristalise.kernel.lifecycle.instance.predefined.agent | |
| org.cristalise.kernel.lifecycle.instance.predefined.item | |
| org.cristalise.kernel.lifecycle.instance.predefined.server | |
| org.cristalise.kernel.process | |
| org.cristalise.kernel.process.module |
| Modifier and Type | Field and Description |
|---|---|
CannotManageException |
CannotManageExceptionHolder.value |
| Modifier and Type | Method and Description |
|---|---|
static CannotManageException |
CannotManageExceptionHelper.extract(Any a) |
static CannotManageException |
CannotManageExceptionHelper.read(InputStream istream) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CannotManageExceptionHelper.insert(Any a,
CannotManageException that) |
static void |
CannotManageExceptionHelper.write(OutputStream ostream,
CannotManageException value) |
| Constructor and Description |
|---|
CannotManageExceptionHolder(CannotManageException initialValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentPOATie.addRole(String roleName)
Add this Agent to the given role
|
void |
_AgentStub.addRole(String roleName)
Add this Agent to the given role
|
void |
AgentOperations.addRole(String roleName)
Add this Agent to the given role
|
ActiveEntity |
CorbaServer.createAgent(AgentPath agentPath) |
TraceableEntity |
CorbaServer.createItem(ItemPath itemPath) |
void |
AgentPOATie.removeRole(String roleName)
Remove this Agent from the given role
|
void |
_AgentStub.removeRole(String roleName)
Remove this Agent from the given role
|
void |
AgentOperations.removeRole(String roleName)
Remove this Agent from the given role
|
| Constructor and Description |
|---|
CorbaServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentImplementation.addRole(String roleName)
Adds the given Role to this Agent.
|
void |
ActiveEntity.addRole(String roleName) |
void |
AgentImplementation.removeRole(String roleName)
Removes the given Role from this Agent.
|
void |
ActiveEntity.removeRole(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
Path |
ImportRole.create(AgentPath agentPath,
boolean reset) |
Path |
ImportAgent.create(AgentPath agentPath,
boolean reset) |
Path |
ImportItem.create(AgentPath agentPath,
boolean reset) |
void |
ImportRole.update(AgentPath agentPath) |
| Modifier and Type | Method and Description |
|---|---|
String |
Activity.request(AgentPath agent,
AgentPath delegate,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
CompositeActivity.request(AgentPath agent,
AgentPath delegator,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment,
Object locker) |
String |
Workflow.requestAction(AgentPath agent,
AgentPath delegator,
String stepPath,
ItemPath itemPath,
int transitionID,
String requestData,
String attachmentType,
byte[] attachment) |
protected String |
Activity.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Overridden in predefined steps
|
| Modifier and Type | Method and Description |
|---|---|
protected ActiveEntity |
CreateAgentFromDescription.createAgentAddRoles(AgentPath newAgentPath,
String[] roles,
String pwd)
Create Corba server, AgentPath and add Roles to agent
|
protected String |
RemoveDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
ChangeName.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateAgentFromDescription.runActivityLogic(AgentPath agentPath,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
Params:
Agent name
Domain context
Comma-delimited Role names to assign to the Agent
Password (optional)
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
protected String |
Erase.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker)
|
protected String |
AddDomainPath.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected abstract String |
PredefinedStep.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
All predefined steps must override this to implement their action
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
SetAgentPassword.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveAgent.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateItemFromDescription.initialiseItem(ItemOperations newItem,
AgentPath agent,
ItemPath descItemPath,
PropertyArrayList initProps,
String outcome,
String newName,
String descVer,
DomainPath context,
ItemPath newItemPath,
Object locker) |
protected String |
CreateItemFromDescription.runActivityLogic(AgentPath agent,
ItemPath descItemPath,
int transitionID,
String requestData,
Object locker)
Params:
Item name
Domain context
Description version to use(optional)
Initial properties to set in the new Agent (optional)
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
UpdateRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewAgent.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
BulkImport.runActivityLogic(AgentPath agent,
ItemPath itemPath,
int transitionID,
String requestData,
Object locker) |
protected String |
CreateNewItem.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
AddDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveRole.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
protected String |
RemoveDomainContext.runActivityLogic(AgentPath agent,
ItemPath item,
int transitionID,
String requestData,
Object locker) |
| Modifier and Type | Method and Description |
|---|---|
static LookupManager |
Gateway.getLookupManager() |
static void |
StandardServer.resetAgentIORs(RolePath root) |
static void |
StandardServer.resetItemIORs(DomainPath root) |
static void |
Gateway.startServer()
Makes this process capable of creating and managing server entities.
|
static void |
Gateway.startServer(Authenticator auth)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
ModuleResource.create(AgentPath agentPath,
boolean reset) |
Path |
ModuleActivity.create(AgentPath agentPath,
boolean reset) |
abstract Path |
ModuleImport.create(AgentPath agentPath,
boolean reset) |
void |
ModuleActivity.populateActivityDef() |
void |
ModuleWorkflow.populateActivityDef() |
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.