Interface IComponentRegistryService
-
- All Known Implementing Classes:
ComponentRegistryAgent
public interface IComponentRegistryService
-
-
Method Summary
All 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
-
addComponentType
IFuture<java.lang.Void> addComponentType(CreationInfo info)
Add a new component type and a strategy.- Parameters:
componentmodel
- The component model.rid
- The resource identifier.
-
removeComponentType
IFuture<java.lang.Void> removeComponentType(java.lang.String filename)
Remove a new component type and a strategy.- Parameters:
filename
- The component model.
-
-