00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 package cast.interfaces;
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00026 public interface _ComponentManagerOperations
00027 {
00032 void addComponentDescription(cast.cdl.ComponentDescription description, Ice.Current __current);
00033
00038 cast.cdl.ComponentDescription getComponentDescription(String componentID, Ice.Current __current)
00039 throws cast.CASTException;
00040
00045 java.util.Map<java.lang.String, cast.cdl.ComponentDescription> getComponentDescriptions(Ice.Current __current);
00046 }