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