cast.interfaces.TaskManagerPrx Interface Reference

Inheritance diagram for cast.interfaces.TaskManagerPrx:

cast.interfaces.WorkingMemoryReaderComponentPrx cast.interfaces.WorkingMemoryAttachedComponentPrx cast.interfaces.CASTComponentPrx cast.interfaces.TaskManagerPrxHelper

List of all members.

Public Member Functions

void proposeTask (String component, String taskID, String taskName)
void proposeTask (String component, String taskID, String taskName, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName, Ice.Callback __cb)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName, Callback_TaskManager_proposeTask __cb)
Ice.AsyncResult begin_proposeTask (String component, String taskID, String taskName, java.util.Map< String, String > __ctx, Callback_TaskManager_proposeTask __cb)
void end_proposeTask (Ice.AsyncResult __result)
void retractTask (String component, String taskID)
void retractTask (String component, String taskID, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_retractTask (String component, String taskID)
Ice.AsyncResult begin_retractTask (String component, String taskID, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_retractTask (String component, String taskID, Ice.Callback __cb)
Ice.AsyncResult begin_retractTask (String component, String taskID, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_retractTask (String component, String taskID, Callback_TaskManager_retractTask __cb)
Ice.AsyncResult begin_retractTask (String component, String taskID, java.util.Map< String, String > __ctx, Callback_TaskManager_retractTask __cb)
void end_retractTask (Ice.AsyncResult __result)
void taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome)
void taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, Ice.Callback __cb)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, Callback_TaskManager_taskComplete __cb)
Ice.AsyncResult begin_taskComplete (String component, String taskID, cast.cdl.TaskOutcome outcome, java.util.Map< String, String > __ctx, Callback_TaskManager_taskComplete __cb)
void end_taskComplete (Ice.AsyncResult __result)
void addManagedComponent (ManagedComponentPrx comp)
void addManagedComponent (ManagedComponentPrx comp, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp, Ice.Callback __cb)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp, Callback_TaskManager_addManagedComponent __cb)
Ice.AsyncResult begin_addManagedComponent (ManagedComponentPrx comp, java.util.Map< String, String > __ctx, Callback_TaskManager_addManagedComponent __cb)
void end_addManagedComponent (Ice.AsyncResult __result)


Detailed Description

Definition at line 23 of file TaskManagerPrx.java.


Member Function Documentation

void cast.interfaces.TaskManagerPrx.addManagedComponent ( ManagedComponentPrx  comp,
java.util.Map< String, String >  __ctx 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.addManagedComponent ( ManagedComponentPrx  comp  ) 

Add managed component to manager.

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp,
java.util.Map< String, String >  __ctx,
Callback_TaskManager_addManagedComponent  __cb 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp,
Callback_TaskManager_addManagedComponent  __cb 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp,
Ice.Callback  __cb 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp,
java.util.Map< String, String >  __ctx 
)

Add managed component to manager.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_addManagedComponent ( ManagedComponentPrx  comp  ) 

Add managed component to manager.

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName,
java.util.Map< String, String >  __ctx,
Callback_TaskManager_proposeTask  __cb 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName,
Callback_TaskManager_proposeTask  __cb 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName,
Ice.Callback  __cb 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName,
java.util.Map< String, String >  __ctx 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_proposeTask ( String  component,
String  taskID,
String  taskName 
)

Propose a new task for component.

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID,
java.util.Map< String, String >  __ctx,
Callback_TaskManager_retractTask  __cb 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID,
Callback_TaskManager_retractTask  __cb 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID,
Ice.Callback  __cb 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID,
java.util.Map< String, String >  __ctx 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_retractTask ( String  component,
String  taskID 
)

Retract a proposed task.

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
java.util.Map< String, String >  __ctx,
Callback_TaskManager_taskComplete  __cb 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
Callback_TaskManager_taskComplete  __cb 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
Ice.Callback  __cb 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
java.util.Map< String, String >  __ctx 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

Ice.AsyncResult cast.interfaces.TaskManagerPrx.begin_taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome 
)

A task is finished

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.end_addManagedComponent ( Ice.AsyncResult  __result  ) 

Add managed component to manager.

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.end_proposeTask ( Ice.AsyncResult  __result  ) 

Propose a new task for component.

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.end_retractTask ( Ice.AsyncResult  __result  ) 

Retract a proposed task.

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.end_taskComplete ( Ice.AsyncResult  __result  ) 

A task is finished

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.proposeTask ( String  component,
String  taskID,
String  taskName,
java.util.Map< String, String >  __ctx 
)

Propose a new task for component.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.proposeTask ( String  component,
String  taskID,
String  taskName 
)

Propose a new task for component.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.retractTask ( String  component,
String  taskID,
java.util.Map< String, String >  __ctx 
)

Retract a proposed task.

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.retractTask ( String  component,
String  taskID 
)

Retract a proposed task.

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome,
java.util.Map< String, String >  __ctx 
)

A task is finished

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

Implemented in cast.interfaces.TaskManagerPrxHelper.

void cast.interfaces.TaskManagerPrx.taskComplete ( String  component,
String  taskID,
cast.cdl.TaskOutcome  outcome 
)

A task is finished

Implemented in cast.interfaces.TaskManagerPrxHelper.


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