Package org.apache.aries.application.modelling.impl

Examples of org.apache.aries.application.modelling.impl.DeployedBundlesImpl


      Collection<ImportedBundle> appUseBundleNames,
      Collection<ModelledResource> fakeServiceProvidingBundles)
  {
    logger.debug(LOG_ENTRY, "createDeployedBundles", new Object[]{assetName,
        appContentNames, appUseBundleNames, fakeServiceProvidingBundles})
    DeployedBundles result = new DeployedBundlesImpl (assetName,
        appContentNames, appUseBundleNames, fakeServiceProvidingBundles);
    logger.debug(LOG_EXIT, "createDeployedBundles", result);
    return result;
  }
View Full Code Here


      Collection<ImportedBundle> appUseBundleNames,
      Collection<ModelledResource> fakeServiceProvidingBundles)
  {
    logger.debug(LOG_ENTRY, "createDeployedBundles", new Object[]{assetName,
        appContentNames, appUseBundleNames, fakeServiceProvidingBundles})
    DeployedBundles result = new DeployedBundlesImpl (assetName,
        appContentNames, appUseBundleNames, fakeServiceProvidingBundles);
    logger.debug(LOG_EXIT, "createDeployedBundles", result);
    return result;
  }
View Full Code Here

TOP

Related Classes of org.apache.aries.application.modelling.impl.DeployedBundlesImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.