org.ow2.clif.server.api
Interface ClifServerControl

All Known Implementing Classes:
ClifServerImpl

public interface ClifServerControl

Author:
Bruno Dillenseger

Field Summary
static java.lang.String CLIF_SERVER_CONTROL
           
 
Method Summary
 org.objectweb.fractal.api.Component addBlade(org.objectweb.fractal.api.Component clifApp, java.lang.String adlDefinition, java.util.Map context, java.lang.String bladeId)
           
 void removeAllBlades(org.objectweb.fractal.api.Component clifApp)
           
 void removeBlade(org.objectweb.fractal.api.Component clifApp, 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(org.objectweb.fractal.api.Component clifApp,
                                             java.lang.String adlDefinition,
                                             java.util.Map context,
                                             java.lang.String bladeId)
                                             throws ClifException
Throws:
ClifException

removeBlade

void removeBlade(org.objectweb.fractal.api.Component clifApp,
                 java.lang.String bladeId)
                 throws ClifException
Throws:
ClifException

removeAllBlades

void removeAllBlades(org.objectweb.fractal.api.Component clifApp)
                     throws ClifException
Throws:
ClifException