public class DeployerManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_NAME |
| Constructor and Description |
|---|
DeployerManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.osgi.framework.BundleContext bundleContext) |
void |
deactivate(org.osgi.framework.BundleContext bundleContext) |
void |
deregisterDeployer(Deployer deployer) |
int |
getDeployerCount() |
void |
registerDeployer(Deployer deployer) |
public static final String COMPONENT_NAME
public void activate(org.osgi.framework.BundleContext bundleContext)
public void deactivate(org.osgi.framework.BundleContext bundleContext)
public void registerDeployer(Deployer deployer)
public void deregisterDeployer(Deployer deployer)
public int getDeployerCount()
Copyright © 2025 WSO2. All rights reserved.