Skip navigation links

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

E38079-01


com.convergin.specific.axia.management.externalMBeanSupport.deployment
Interface DeploymentsMBean


public interface DeploymentsMBean

DeploymentMBean: NOT autogenerated supply the list of the currently deployed applications to the GUI. the list is extracted from the BEA platfrom MBeans


Method Summary
 void activateDeployment(String _type, String _version, String _instanceName)
           
 void addDeployment(String _type, String _version, String _instanceName)
           
 void deactivateDeployment(String _type, String _version, String _instanceName)
           
 String[] getAvailableModuleFamiliesAndVersions()
           
 String[] getDeploymentFamilies()
           
 String[] getDeploymentNames()
           
 ObjectName[] getDeployments()
           
 String[] getDeploymentStatuses()
           
 String[] getDeploymentVersions()
           
 String[] getTargets()
           
 void removeDeployment(String _type, String _version, String _instanceName)
           

 

Method Detail

getDeploymentNames

String[] getDeploymentNames()

getDeploymentFamilies

String[] getDeploymentFamilies()

getDeploymentVersions

String[] getDeploymentVersions()

getTargets

String[] getTargets()

getDeploymentStatuses

String[] getDeploymentStatuses()

getAvailableModuleFamiliesAndVersions

String[] getAvailableModuleFamiliesAndVersions()

getDeployments

ObjectName[] getDeployments()

addDeployment

void addDeployment(String _type,
                   String _version,
                   String _instanceName)

removeDeployment

void removeDeployment(String _type,
                      String _version,
                      String _instanceName)

activateDeployment

void activateDeployment(String _type,
                        String _version,
                        String _instanceName)

deactivateDeployment

void deactivateDeployment(String _type,
                          String _version,
                          String _instanceName)

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.