cast.interfaces._ComponentManagerOperations Interface Reference

Inheritance diagram for cast.interfaces._ComponentManagerOperations:

cast.interfaces.ComponentManager cast.interfaces._ComponentManagerDisp cast.interfaces._ComponentManagerTie cast.server.CASTComponentManager

List of all members.

Public Member Functions

cast.cdl.ComponentDescription getComponentDescription (String componentID, Ice.Current __current) throws cast.CASTException
java.util.Map
< java.lang.String,
cast.cdl.ComponentDescription
getComponentDescriptions (Ice.Current __current)

Package Functions

void addComponentDescription (cast.cdl.ComponentDescription description, Ice.Current __current)


Detailed Description

Interface to manage all components

Definition at line 26 of file _ComponentManagerOperations.java.


Member Function Documentation

void cast.interfaces._ComponentManagerOperations.addComponentDescription ( cast.cdl.ComponentDescription  description,
Ice.Current  __current 
) [package]

Store the descirption of a component with the manager.

Parameters:
__current The Current object for the invocation.

Implemented in cast.interfaces._ComponentManagerTie.

cast.cdl.ComponentDescription cast.interfaces._ComponentManagerOperations.getComponentDescription ( String  componentID,
Ice.Current  __current 
) throws cast.CASTException

Get the description of a particular component.

Parameters:
__current The Current object for the invocation.

Implemented in cast.interfaces._ComponentManagerTie.

java.util.Map<java.lang.String, cast.cdl.ComponentDescription> cast.interfaces._ComponentManagerOperations.getComponentDescriptions ( Ice.Current  __current  ) 

Descriptions of all components indexed by component id.

Parameters:
__current The Current object for the invocation.

Implemented in cast.interfaces._ComponentManagerTie.


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

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