org.apache.aries.application.runtime.impl
Class ApplicationContextManagerImpl
java.lang.Object
org.apache.aries.application.runtime.impl.ApplicationContextManagerImpl
- All Implemented Interfaces:
- AriesApplicationContextManager
public class ApplicationContextManagerImpl
- extends Object
- implements AriesApplicationContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationContextManagerImpl
public ApplicationContextManagerImpl()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext b)
getApplicationContext
public AriesApplicationContext getApplicationContext(AriesApplication app)
throws org.osgi.framework.BundleException,
ManagementException
- Specified by:
getApplicationContext in interface AriesApplicationContextManager
- Throws:
org.osgi.framework.BundleException
ManagementException
getApplicationContexts
public Set<AriesApplicationContext> getApplicationContexts()
- Specified by:
getApplicationContexts in interface AriesApplicationContextManager
remove
public void remove(AriesApplicationContext app)
- Specified by:
remove in interface AriesApplicationContextManager
close
public void close()
update
public AriesApplicationContext update(AriesApplication app,
DeploymentMetadata oldMetadata)
throws UpdateException
- Specified by:
update in interface AriesApplicationContextManager
- Throws:
UpdateException
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.