
Public Member Functions | |
| _ComponentFactoryTie () | |
| _ComponentFactoryTie (_ComponentFactoryOperations delegate) | |
| java.lang.Object | ice_delegate () |
| void | ice_delegate (java.lang.Object delegate) |
| boolean | equals (java.lang.Object rhs) |
| int | hashCode () |
| String | getVersionString (Ice.Current __current) |
| CASTComponentPrx | newComponent (String id, String type, boolean newProcess, Ice.Current __current) throws cast.ComponentCreationException |
| ManagedComponentPrx | newManagedComponent (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 |
| 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 |
Definition at line 23 of file _ComponentFactoryTie.java.
| cast.interfaces._ComponentFactoryTie._ComponentFactoryTie | ( | ) |
Definition at line 26 of file _ComponentFactoryTie.java.
| cast.interfaces._ComponentFactoryTie._ComponentFactoryTie | ( | _ComponentFactoryOperations | delegate | ) |
Definition at line 31 of file _ComponentFactoryTie.java.
| boolean cast.interfaces._ComponentFactoryTie.equals | ( | java.lang.Object | rhs | ) |
Definition at line 49 of file _ComponentFactoryTie.java.
| String cast.interfaces._ComponentFactoryTie.getVersionString | ( | Ice.Current | __current | ) |
Returns version information for this factory
| __current | The Current object for the invocation. |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 70 of file _ComponentFactoryTie.java.
| int cast.interfaces._ComponentFactoryTie.hashCode | ( | ) |
Definition at line 64 of file _ComponentFactoryTie.java.
| void cast.interfaces._ComponentFactoryTie.ice_delegate | ( | java.lang.Object | delegate | ) |
Definition at line 43 of file _ComponentFactoryTie.java.
| java.lang.Object cast.interfaces._ComponentFactoryTie.ice_delegate | ( | ) |
Definition at line 37 of file _ComponentFactoryTie.java.
| CASTComponentPrx cast.interfaces._ComponentFactoryTie.newComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 76 of file _ComponentFactoryTie.java.
| ManagedComponentPrx cast.interfaces._ComponentFactoryTie.newManagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 83 of file _ComponentFactoryTie.java.
| TaskManagerPrx cast.interfaces._ComponentFactoryTie.newTaskManager | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 90 of file _ComponentFactoryTie.java.
| UnmanagedComponentPrx cast.interfaces._ComponentFactoryTie.newUnmanagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 97 of file _ComponentFactoryTie.java.
| WorkingMemoryPrx cast.interfaces._ComponentFactoryTie.newWorkingMemory | ( | String | id, | |
| String | type, | |||
| boolean | newProcess, | |||
| Ice.Current | __current | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperations.
Definition at line 104 of file _ComponentFactoryTie.java.
1.5.8