org.apache.aries.blueprint.container
Class BlueprintDomainCombiner

java.lang.Object
  extended by org.apache.aries.blueprint.container.BlueprintDomainCombiner
All Implemented Interfaces:
DomainCombiner

public class BlueprintDomainCombiner
extends Object
implements DomainCombiner


Method Summary
 ProtectionDomain[] combine(ProtectionDomain[] arg0, ProtectionDomain[] arg1)
           
static AccessControlContext createAccessControlContext(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createAccessControlContext

public static AccessControlContext createAccessControlContext(org.osgi.framework.BundleContext bundleContext)

combine

public ProtectionDomain[] combine(ProtectionDomain[] arg0,
                                  ProtectionDomain[] arg1)
Specified by:
combine in interface DomainCombiner


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.