| 
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 bundleMBeanExceptionOperationsExceptionRuntimeOperationsException
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 undeployedMBeanExceptionOperationsExceptionRuntimeOperationsException
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 bundleMBeanExceptionOperationsExceptionRuntimeOperationsException
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 startedMBeanExceptionOperationsExceptionRuntimeOperationsException
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 stopedMBeanExceptionOperationsExceptionRuntimeOperationsException
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 uninstalledMBeanExceptionOperationsExceptionRuntimeOperationsException
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 updateMBeanExceptionOperationsExceptionRuntimeOperationsException
List<Map<String,Serializable>> listDeployedBundles()
                                                   throws MBeanException,
                                                          OperationsException,
                                                          RuntimeOperationsException
MBeanExceptionOperationsExceptionRuntimeOperationsException
  | 
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 | |||||||||