|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DistributionComponent
Components are objects that are part of a distribution process. They provide services and data to the other components and handlers.
Components don't take part in the distribution flow in the same manner that nodes. Components merely hold information or resources which are accessed by handlers or other components.
Method Summary | |
---|---|
void |
destroy()
The distribution container calls this method on all components before finishing the distribution process, allowing them to clean up resources. |
java.lang.String |
getId()
Returns the Id of this component. |
void |
init()
The distribution container calls this method on all components before starting the distribution process. |
Method Detail |
---|
java.lang.String getId()
void init() throws DistributionProcessingException, DistributionConfigurationException
DistributionProcessingException
DistributionConfigurationException
void destroy() throws DistributionProcessingException, DistributionConfigurationException
DistributionProcessingException
DistributionConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |