public interface BackendBundleAdmin
DeployedBackendBundle interface
it enables framework available operations on bundles like start, stop and restart.| Modifier and Type | Method and Description |
|---|---|
DeployedBackendBundle |
getBundle(java.lang.String bundleLocation)
Returns the deployed backend bundle for the specified bundle location.
|
DeployedBackendBundle[] |
getBundles()
Returns information about installed backend bundles.
|
DeployedBackendBundle[] getBundles() throws CommunicationException, java.lang.Exception
DeployedBackendBundle representing installed bundles.{@link - CommunicationException} is thrown if communication with the remote
Control Center fails.Exception - is thrown if some other error occurs.CommunicationExceptionjava.lang.ExceptionDeployedBackendBundle getBundle(java.lang.String bundleLocation) throws CommunicationException, java.lang.Exception
bundleLocation - the bundle location.{@link - CommunicationException} is thrown if communication with the remote
Control Center fails.Exception - is thrown if some other error occurs.CommunicationExceptionjava.lang.ExceptionCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.