Interface IComponentRegistryService
- 
- All Known Implementing Classes:
- ComponentRegistryAgent
 
 public interface IComponentRegistryService
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>addComponentType(CreationInfo info)Add a new component type and a strategy.IFuture<java.lang.Void>removeComponentType(java.lang.String filename)Remove a new component type and a strategy.
 
- 
- 
- 
Method Detail- 
addComponentTypeIFuture<java.lang.Void> addComponentType(CreationInfo info) Add a new component type and a strategy.- Parameters:
- componentmodel- The component model.
- rid- The resource identifier.
 
 - 
removeComponentTypeIFuture<java.lang.Void> removeComponentType(java.lang.String filename) Remove a new component type and a strategy.- Parameters:
- filename- The component model.
 
 
- 
 
-