Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.common.wcsConfigMbeans
Interface BundleManagerMBean


public interface BundleManagerMBean

Inteface for ServerManagerMBean


Method Summary
 List getBundleList()
           
 void installBundle(String _location, int _startLevel)
           
 void startBundle(String _bundleName, String _bundleVersion)
           
 void stopBundle(String _bundleName, String _bundleVersion)
           
 void uninstallBundle(String _bundleName, String _bundleVersion)
           

 

Method Detail

getBundleList

List getBundleList()

startBundle

void startBundle(String _bundleName,
                 String _bundleVersion)

stopBundle

void stopBundle(String _bundleName,
                String _bundleVersion)

installBundle

void installBundle(String _location,
                   int _startLevel)

uninstallBundle

void uninstallBundle(String _bundleName,
                     String _bundleVersion)

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.