updateComponentState(String componentName) This is called by the framework whenever a component changes state, so
that the deployment service can be notified to update any affected
service connections.
Initialize the Management Service.
Parameters: envContext - the JBI environment context createdby the JBI framework throws: javax.jbi.JBIException - if an error occurs
public void updateComponentState(String componentName)(Code)
This is called by the framework whenever a component changes state, so
that the deployment service can be notified to update any affected
service connections.
Parameters: componentName - name of a component that has changed state