|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DeploymentServiceMBean
The MBean exposer of DeploymentService, will include installBundle, startBundle, stopBundle, uninstallBundle, deployBundle, undeployBundle,updateBundle and listDeployedBundles operations.
Method Summary | |
---|---|
String[] |
deployBundle(String bundleLocation, int startLevel) Install and start a bundle. |
String[] |
installBundle(String bundleLocation, int startLevel) Install a bundle. |
String[] |
installManagementAgentBundle(String bundleLocation) Install a management agent bundle. |
List<Map<String,Serializable>> |
listDeployedBundles() List deployed bundles. |
void |
startBundle(String bundleName, String bundleVersion) Start a bundle. |
void |
stopBundle(String bundleName, String bundleVersion) Stop a bundle. |
void |
undeployBundle(String bundleName, String bundleVersion) Stop and uninstall a bundle. |
void |
uninstallBundle(String bundleName, String bundleVersion) Uninstall a bundle. |
void |
updateBundle(String bundleName, String bundleVersion, String bundleLocation) Update a bundle. |
Method Detail |
---|
String[] deployBundle(String bundleLocation, int startLevel) throws MBeanException, OperationsException, RuntimeOperationsException
bundleLocation
- the path of the file which will be deployedstartLevel
- the startLevel assigned to the bundleMBeanException
OperationsException
RuntimeOperationsException
void undeployBundle(String bundleName, String bundleVersion) throws MBeanException, OperationsException, RuntimeOperationsException
bundleName
- the name of the bundle which will be undeployedbundleVersion
- the version of the bundle which will be undeployedMBeanException
OperationsException
RuntimeOperationsException
String[] installBundle(String bundleLocation, int startLevel) throws MBeanException, OperationsException, RuntimeOperationsException
bundleLocation
- the path of the file which will be installedstartLevel
- the startLevel assigned to the bundleMBeanException
OperationsException
RuntimeOperationsException
String[] installManagementAgentBundle(String bundleLocation) throws MBeanException, OperationsException, RuntimeOperationsException
bundleLocation
- the path of the file which will be installedMBeanException
- MBean exception occurred.OperationsException
- Operations exception occurred.RuntimeOperationsException
- Runtime operations exception occurred.void startBundle(String bundleName, String bundleVersion) throws MBeanException, OperationsException, RuntimeOperationsException
bundleName
- the name of the bundle which will be startedbundleVersion
- the version of the bundle which will be startedMBeanException
OperationsException
RuntimeOperationsException
void stopBundle(String bundleName, String bundleVersion) throws MBeanException, OperationsException, RuntimeOperationsException
bundleName
- the name of the bundle which will be stopedbundleVersion
- the version of the bundle which will be stopedMBeanException
OperationsException
RuntimeOperationsException
void uninstallBundle(String bundleName, String bundleVersion) throws MBeanException, OperationsException, RuntimeOperationsException
bundleName
- the name of the bundle which will be uninstalledbundleVersion
- the version of the bundle which will be uninstalledMBeanException
OperationsException
RuntimeOperationsException
void updateBundle(String bundleName, String bundleVersion, String bundleLocation) throws MBeanException, OperationsException, RuntimeOperationsException
bundleName
- the name of the bundle which will be updatedbundleVersion
- the version of the bundle which will be updatedbundleLocation
- the path of the file which will be used to updateMBeanException
OperationsException
RuntimeOperationsException
List<Map<String,Serializable>> listDeployedBundles() throws MBeanException, OperationsException, RuntimeOperationsException
MBeanException
OperationsException
RuntimeOperationsException
|
Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee 6.1 E38079-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |