
Public Member Functions | |
| ManagedComponentPrx | newManagedComponent (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
| UnmanagedComponentPrx | newUnmanagedComponent (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
| WorkingMemoryPrx | newWorkingMemory (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
| TaskManagerPrx | newTaskManager (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
| String | getVersionString (Ice.Current __current) |
Package Functions | |
| CASTComponentPrx | newComponent (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
Definition at line 23 of file _ComponentFactoryOperations.java.
| String cast.interfaces._ComponentFactoryOperations.getVersionString | ( | Ice.Current | __current | ) |
Returns version information for this factory
| __current | The Current object for the invocation. |
Implemented in cast.interfaces._ComponentFactoryTie.
| CASTComponentPrx cast.interfaces._ComponentFactoryOperations.newComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException [package] |
Implemented in cast.interfaces._ComponentFactoryTie.
| ManagedComponentPrx cast.interfaces._ComponentFactoryOperations.newManagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implemented in cast.interfaces._ComponentFactoryTie.
| TaskManagerPrx cast.interfaces._ComponentFactoryOperations.newTaskManager | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implemented in cast.interfaces._ComponentFactoryTie.
| UnmanagedComponentPrx cast.interfaces._ComponentFactoryOperations.newUnmanagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implemented in cast.interfaces._ComponentFactoryTie.
| WorkingMemoryPrx cast.interfaces._ComponentFactoryOperations.newWorkingMemory | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implemented in cast.interfaces._ComponentFactoryTie.
1.5.8