public class CorbaServer extends Object
| Constructor and Description |
|---|
CorbaServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
ActiveEntity |
createAgent(AgentPath agentPath,
TransactionKey transactionKey) |
TraceableEntity |
createItem(ItemPath itemPath,
TransactionKey transactionKey) |
ActiveEntity |
getAgent(AgentPath agentPath,
TransactionKey transactionKey)
Returns a CORBA servant for a pre-existing entity
|
Object |
getAgentIOR(AgentPath agentPath) |
TraceableEntity |
getItem(ItemPath itemPath,
TransactionKey transactionKey)
Returns a CORBA servant for a pre-existing entity
|
Object |
getItemIOR(ItemPath itemPath) |
public CorbaServer()
throws CannotManageException
CannotManageExceptionpublic void close()
public TraceableEntity getItem(ItemPath itemPath, TransactionKey transactionKey) throws ObjectNotFoundException
itemPath - the ItemPath representing the ItemObjectNotFoundException - itemPath was not foundpublic ActiveEntity getAgent(AgentPath agentPath, TransactionKey transactionKey) throws InvalidAgentPathException, ObjectNotFoundException
agentPath - the AgentPath representing the AgentInvalidAgentPathException - agentPath was not AgentObjectNotFoundException - agentPath was not foundpublic TraceableEntity createItem(ItemPath itemPath, TransactionKey transactionKey) throws CannotManageException, ObjectAlreadyExistsException
public ActiveEntity createAgent(AgentPath agentPath, TransactionKey transactionKey) throws CannotManageException, ObjectAlreadyExistsException
Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.