cast.interfaces.ComponentFactoryPrx Interface Reference

Inheritance diagram for cast.interfaces.ComponentFactoryPrx:

cast.interfaces.ComponentFactoryPrxHelper

List of all members.

Public Member Functions

CASTComponentPrx newComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
CASTComponentPrx newComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx) throws cast.ComponentCreationException
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess)
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess, Ice.Callback __cb)
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess, Callback_ComponentFactory_newComponent __cb)
Ice.AsyncResult begin_newComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Callback_ComponentFactory_newComponent __cb)
CASTComponentPrx end_newComponent (Ice.AsyncResult __result) throws cast.ComponentCreationException
ManagedComponentPrx newManagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
ManagedComponentPrx newManagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx) throws cast.ComponentCreationException
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess)
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess, Ice.Callback __cb)
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess, Callback_ComponentFactory_newManagedComponent __cb)
Ice.AsyncResult begin_newManagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Callback_ComponentFactory_newManagedComponent __cb)
ManagedComponentPrx end_newManagedComponent (Ice.AsyncResult __result) throws cast.ComponentCreationException
UnmanagedComponentPrx newUnmanagedComponent (String id, String type, boolean newProcess) throws cast.ComponentCreationException
UnmanagedComponentPrx newUnmanagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx) throws cast.ComponentCreationException
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess)
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess, Ice.Callback __cb)
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess, Callback_ComponentFactory_newUnmanagedComponent __cb)
Ice.AsyncResult begin_newUnmanagedComponent (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Callback_ComponentFactory_newUnmanagedComponent __cb)
UnmanagedComponentPrx end_newUnmanagedComponent (Ice.AsyncResult __result) throws cast.ComponentCreationException
WorkingMemoryPrx newWorkingMemory (String id, String type, boolean newProcess) throws cast.ComponentCreationException
WorkingMemoryPrx newWorkingMemory (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx) throws cast.ComponentCreationException
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess)
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess, Ice.Callback __cb)
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess, Callback_ComponentFactory_newWorkingMemory __cb)
Ice.AsyncResult begin_newWorkingMemory (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Callback_ComponentFactory_newWorkingMemory __cb)
WorkingMemoryPrx end_newWorkingMemory (Ice.AsyncResult __result) throws cast.ComponentCreationException
TaskManagerPrx newTaskManager (String id, String type, boolean newProcess) throws cast.ComponentCreationException
TaskManagerPrx newTaskManager (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx) throws cast.ComponentCreationException
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess)
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess, Ice.Callback __cb)
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess, Callback_ComponentFactory_newTaskManager __cb)
Ice.AsyncResult begin_newTaskManager (String id, String type, boolean newProcess, java.util.Map< String, String > __ctx, Callback_ComponentFactory_newTaskManager __cb)
TaskManagerPrx end_newTaskManager (Ice.AsyncResult __result) throws cast.ComponentCreationException
String getVersionString ()
String getVersionString (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_getVersionString ()
Ice.AsyncResult begin_getVersionString (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_getVersionString (Ice.Callback __cb)
Ice.AsyncResult begin_getVersionString (java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getVersionString (Callback_ComponentFactory_getVersionString __cb)
Ice.AsyncResult begin_getVersionString (java.util.Map< String, String > __ctx, Callback_ComponentFactory_getVersionString __cb)
String end_getVersionString (Ice.AsyncResult __result)


Detailed Description

Definition at line 23 of file ComponentFactoryPrx.java.


Member Function Documentation

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString ( java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_getVersionString  __cb 
)

Returns version information for this factory

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString ( Callback_ComponentFactory_getVersionString  __cb  ) 

Returns version information for this factory

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString ( java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Returns version information for this factory

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString ( Ice.Callback  __cb  ) 

Returns version information for this factory

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString ( java.util.Map< String, String >  __ctx  ) 

Returns version information for this factory

Parameters:
__ctx The Context map to send with the invocation.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_getVersionString (  ) 

Returns version information for this factory

Returns:
The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_newComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess,
Callback_ComponentFactory_newComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newComponent ( String  id,
String  type,
boolean  newProcess 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_newManagedComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess,
Callback_ComponentFactory_newManagedComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newManagedComponent ( String  id,
String  type,
boolean  newProcess 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_newTaskManager  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess,
Callback_ComponentFactory_newTaskManager  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newTaskManager ( String  id,
String  type,
boolean  newProcess 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_newUnmanagedComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
Callback_ComponentFactory_newUnmanagedComponent  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Callback_ComponentFactory_newWorkingMemory  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
Callback_ComponentFactory_newWorkingMemory  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
)

Ice.AsyncResult cast.interfaces.ComponentFactoryPrx.begin_newWorkingMemory ( String  id,
String  type,
boolean  newProcess 
)

String cast.interfaces.ComponentFactoryPrx.end_getVersionString ( Ice.AsyncResult  __result  ) 

Returns version information for this factory

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

CASTComponentPrx cast.interfaces.ComponentFactoryPrx.end_newComponent ( Ice.AsyncResult  __result  )  throws cast.ComponentCreationException

ManagedComponentPrx cast.interfaces.ComponentFactoryPrx.end_newManagedComponent ( Ice.AsyncResult  __result  )  throws cast.ComponentCreationException

TaskManagerPrx cast.interfaces.ComponentFactoryPrx.end_newTaskManager ( Ice.AsyncResult  __result  )  throws cast.ComponentCreationException

UnmanagedComponentPrx cast.interfaces.ComponentFactoryPrx.end_newUnmanagedComponent ( Ice.AsyncResult  __result  )  throws cast.ComponentCreationException

WorkingMemoryPrx cast.interfaces.ComponentFactoryPrx.end_newWorkingMemory ( Ice.AsyncResult  __result  )  throws cast.ComponentCreationException

String cast.interfaces.ComponentFactoryPrx.getVersionString ( java.util.Map< String, String >  __ctx  ) 

Returns version information for this factory

Parameters:
__ctx The Context map to send with the invocation.

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

String cast.interfaces.ComponentFactoryPrx.getVersionString (  ) 

Returns version information for this factory

Implemented in cast.interfaces.ComponentFactoryPrxHelper.

CASTComponentPrx cast.interfaces.ComponentFactoryPrx.newComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
) throws cast.ComponentCreationException

CASTComponentPrx cast.interfaces.ComponentFactoryPrx.newComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

ManagedComponentPrx cast.interfaces.ComponentFactoryPrx.newManagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
) throws cast.ComponentCreationException

ManagedComponentPrx cast.interfaces.ComponentFactoryPrx.newManagedComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

TaskManagerPrx cast.interfaces.ComponentFactoryPrx.newTaskManager ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
) throws cast.ComponentCreationException

TaskManagerPrx cast.interfaces.ComponentFactoryPrx.newTaskManager ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

UnmanagedComponentPrx cast.interfaces.ComponentFactoryPrx.newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
) throws cast.ComponentCreationException

UnmanagedComponentPrx cast.interfaces.ComponentFactoryPrx.newUnmanagedComponent ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException

WorkingMemoryPrx cast.interfaces.ComponentFactoryPrx.newWorkingMemory ( String  id,
String  type,
boolean  newProcess,
java.util.Map< String, String >  __ctx 
) throws cast.ComponentCreationException

WorkingMemoryPrx cast.interfaces.ComponentFactoryPrx.newWorkingMemory ( String  id,
String  type,
boolean  newProcess 
) throws cast.ComponentCreationException


The documentation for this interface was generated from the following file:

Generated on Mon Jun 13 15:55:49 2011 for CAST Java by  doxygen 1.5.8