Interface ApplicationServiceBeanMBean
- All Known Implementing Classes:
ApplicationServiceBean
Deprecated.
going away in a future release. Interface for the Application Service MBean. Allows
exposing the application service out via a JMX MBean interface.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.getPluginsForApplication(String appName) Deprecated.getServices(String applicationID) Deprecated.voidinstallFeature(String feature) Deprecated.voidrestart()Deprecated.voiduninstallFeature(String feature) Deprecated.
-
Method Details
-
installFeature
Deprecated.Installs the specified feature- Parameters:
feature- name to install.
-
uninstallFeature
Deprecated.Uninstalls the specified feature- Parameters:
feature- name to install.
-
getApplications
Deprecated.Creates an application list that has two attributes that describes relationships between applications (parent and children dependencies).- Returns:
- A list of the root applications expressed as maps.
-
getInstallationProfiles
Deprecated.Gets all installation profiles on the system.- Returns:
- installation profile objects.
-
getServices
Deprecated.TODO:- Parameters:
applicationID-- Returns:
-
getAllFeatures
Deprecated.Returns all Features in DDF- Returns:
-
getPluginsForApplication
Deprecated.Returns the the json for the plugins based on the app name.- Parameters:
appName- - what we want the plugins for.- Returns:
- a mapping that will be converted to json.
-
restart
Deprecated.Triggers a restart of the system.
-