com.ebmwebsourcing.easycommons.sca.helper.api
Interface SCAComponent
public interface SCAComponent
getInitializationContext
java.util.Map<java.lang.String,java.lang.Object> getInitializationContext()
throws SCAException
- Throws:
SCAException
setInitializationContext
void setInitializationContext(java.util.Map<java.lang.String,java.lang.Object> context)
throws SCAException
- Throws:
SCAException
createSCAComponent
void createSCAComponent()
throws SCAException
- Throws:
SCAException
startSCAComponent
void startSCAComponent()
throws SCAException
- Throws:
SCAException
stopSCAComponent
void stopSCAComponent()
throws SCAException
- Throws:
SCAException
destroySCAComponent
void destroySCAComponent()
throws SCAException
- Throws:
SCAException
getName
java.lang.String getName()
setName
void setName(java.lang.String name)
getComponent
org.objectweb.fractal.api.Component getComponent()
Copyright © 2011 Petals Link. All Rights Reserved.