| java.lang.Object com.sun.jbi.binding.file.util.UtilBase com.sun.jbi.binding.file.util.DeployHelper
DeployHelper | public class DeployHelper extends UtilBase implements FileBindingResources(Code) | | This class ia a Helper clas to do deployment. This class does the work of
deploying, and registering the endpoint in the in memory deployment cache.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | doDeploy(boolean isDeploy) Method which does the actual deployment. | public int | getConsumerCount() Returns the consumer endpoint count. | public int | getProviderCount() Returns the number of provider endpoints in the artifacts file. | public void | registerEndpoints() Registers a bean and service name with registry. |
DeployHelper | public DeployHelper(String suId, String suPath, FileBindingResolver reslv)(Code) | | Creates a new DeployHelper object.
Parameters: suId - application sub assembly Id. Parameters: suPath - path of SU. Parameters: reslv - RESOLVER |
doDeploy | public void doDeploy(boolean isDeploy)(Code) | | Method which does the actual deployment.
Parameters: isDeploy - denotes if its during deployment or start. |
getConsumerCount | public int getConsumerCount()(Code) | | Returns the consumer endpoint count.
consumer endpoints. |
getProviderCount | public int getProviderCount()(Code) | | Returns the number of provider endpoints in the artifacts file.
provider endpoint count. |
registerEndpoints | public void registerEndpoints()(Code) | | Registers a bean and service name with registry.
|
|
|