Package org.ow2.clif.server.api
Interface ClifServerControl
-
- All Known Implementing Classes:
ClifServerImpl
public interface ClifServerControlInterface for installing/uninstalling blades in a CLIF runtime (so-called "CLIF server")- Author:
- Bruno Dillenseger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCLIF_SERVER_CONTROL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.objectweb.fractal.api.ComponentaddBlade(java.lang.String adlDefinition, java.util.Map context, java.lang.String bladeId, java.lang.String argument)voidremoveAllBlades()voidremoveBlade(java.lang.String bladeId)
-
-
-
Field Detail
-
CLIF_SERVER_CONTROL
static final java.lang.String CLIF_SERVER_CONTROL
- See Also:
- Constant Field Values
-
-
Method Detail
-
addBlade
org.objectweb.fractal.api.Component addBlade(java.lang.String adlDefinition, java.util.Map context, java.lang.String bladeId, java.lang.String argument) throws ClifException- Throws:
ClifException
-
removeBlade
void removeBlade(java.lang.String bladeId) throws ClifException- Throws:
ClifException
-
removeAllBlades
void removeAllBlades() throws ClifException- Throws:
ClifException
-
-