
Public Member Functions | |
| boolean | ice_isA (String s) |
| boolean | ice_isA (String s, Ice.Current __current) |
| String[] | ice_ids () |
| String[] | ice_ids (Ice.Current __current) |
| String | ice_id () |
| String | ice_id (Ice.Current __current) |
| final String | getVersionString () |
| final CASTComponentPrx | newComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException |
| final ManagedComponentPrx | newManagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException |
| final TaskManagerPrx | newTaskManager (String id, String type, boolean newProcess) throws cast.ComponentCreationException |
| final UnmanagedComponentPrx | newUnmanagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException |
| final WorkingMemoryPrx | newWorkingMemory (String id, String type, boolean newProcess) throws cast.ComponentCreationException |
| Ice.DispatchStatus | __dispatch (IceInternal.Incoming in, Ice.Current __current) |
| void | __write (IceInternal.BasicStream __os) |
| void | __read (IceInternal.BasicStream __is, boolean __rid) |
| void | __write (Ice.OutputStream __outS) |
| void | __read (Ice.InputStream __inS, boolean __rid) |
Static Public Member Functions | |
| static String | ice_staticId () |
| static Ice.DispatchStatus | ___newComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___newManagedComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___newUnmanagedComponent (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___newWorkingMemory (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___newTaskManager (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
| static Ice.DispatchStatus | ___getVersionString (ComponentFactory __obj, IceInternal.Incoming __inS, Ice.Current __current) |
Static Public Attributes | |
| static final String[] | __ids |
Protected Member Functions | |
| void | ice_copyStateFrom (Ice.Object __obj) throws java.lang.CloneNotSupportedException |
Definition at line 23 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___getVersionString | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 260 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newComponent | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 125 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newManagedComponent | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 152 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newTaskManager | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 233 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newUnmanagedComponent | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 179 of file _ComponentFactoryDisp.java.
| static Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.___newWorkingMemory | ( | ComponentFactory | __obj, | |
| IceInternal.Incoming | __inS, | |||
| Ice.Current | __current | |||
| ) | [static] |
Definition at line 206 of file _ComponentFactoryDisp.java.
| Ice.DispatchStatus cast.interfaces._ComponentFactoryDisp.__dispatch | ( | IceInternal.Incoming | in, | |
| Ice.Current | __current | |||
| ) |
Definition at line 285 of file _ComponentFactoryDisp.java.
| void cast.interfaces._ComponentFactoryDisp.__read | ( | Ice.InputStream | __inS, | |
| boolean | __rid | |||
| ) |
Definition at line 372 of file _ComponentFactoryDisp.java.
| void cast.interfaces._ComponentFactoryDisp.__read | ( | IceInternal.BasicStream | __is, | |
| boolean | __rid | |||
| ) |
Definition at line 351 of file _ComponentFactoryDisp.java.
| void cast.interfaces._ComponentFactoryDisp.__write | ( | Ice.OutputStream | __outS | ) |
Definition at line 363 of file _ComponentFactoryDisp.java.
| void cast.interfaces._ComponentFactoryDisp.__write | ( | IceInternal.BasicStream | __os | ) |
Definition at line 342 of file _ComponentFactoryDisp.java.
| final String cast.interfaces._ComponentFactoryDisp.getVersionString | ( | ) |
Returns version information for this factory
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 84 of file _ComponentFactoryDisp.java.
| void cast.interfaces._ComponentFactoryDisp.ice_copyStateFrom | ( | Ice.Object | __obj | ) | throws java.lang.CloneNotSupportedException [protected] |
Definition at line 26 of file _ComponentFactoryDisp.java.
| String cast.interfaces._ComponentFactoryDisp.ice_id | ( | Ice.Current | __current | ) |
Definition at line 69 of file _ComponentFactoryDisp.java.
| String cast.interfaces._ComponentFactoryDisp.ice_id | ( | ) |
Definition at line 63 of file _ComponentFactoryDisp.java.
| String [] cast.interfaces._ComponentFactoryDisp.ice_ids | ( | Ice.Current | __current | ) |
Definition at line 57 of file _ComponentFactoryDisp.java.
| String [] cast.interfaces._ComponentFactoryDisp.ice_ids | ( | ) |
Definition at line 51 of file _ComponentFactoryDisp.java.
| boolean cast.interfaces._ComponentFactoryDisp.ice_isA | ( | String | s, | |
| Ice.Current | __current | |||
| ) |
Definition at line 45 of file _ComponentFactoryDisp.java.
| boolean cast.interfaces._ComponentFactoryDisp.ice_isA | ( | String | s | ) |
Definition at line 39 of file _ComponentFactoryDisp.java.
| static String cast.interfaces._ComponentFactoryDisp.ice_staticId | ( | ) | [static] |
Definition at line 75 of file _ComponentFactoryDisp.java.
| final CASTComponentPrx cast.interfaces._ComponentFactoryDisp.newComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 90 of file _ComponentFactoryDisp.java.
| final ManagedComponentPrx cast.interfaces._ComponentFactoryDisp.newManagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 97 of file _ComponentFactoryDisp.java.
| final TaskManagerPrx cast.interfaces._ComponentFactoryDisp.newTaskManager | ( | String | id, | |
| String | type, | |||
| boolean | newProcess | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 104 of file _ComponentFactoryDisp.java.
| final UnmanagedComponentPrx cast.interfaces._ComponentFactoryDisp.newUnmanagedComponent | ( | String | id, | |
| String | type, | |||
| boolean | newProcess | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 111 of file _ComponentFactoryDisp.java.
| final WorkingMemoryPrx cast.interfaces._ComponentFactoryDisp.newWorkingMemory | ( | String | id, | |
| String | type, | |||
| boolean | newProcess | |||
| ) | throws cast.ComponentCreationException |
Implements cast.interfaces._ComponentFactoryOperationsNC.
Definition at line 118 of file _ComponentFactoryDisp.java.
final String [] cast.interfaces._ComponentFactoryDisp.__ids [static] |
Initial value:
{
"::Ice::Object",
"::cast::interfaces::ComponentFactory"
}
Definition at line 32 of file _ComponentFactoryDisp.java.
1.5.8