org.apache.geronimo.aries.builder
Class GeronimoApplicationContextManager
java.lang.Object
org.apache.geronimo.aries.builder.GeronimoApplicationContextManager
- All Implemented Interfaces:
- org.apache.aries.application.management.AriesApplicationContextManager
public class GeronimoApplicationContextManager
- extends Object
- implements org.apache.aries.application.management.AriesApplicationContextManager
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeronimoApplicationContextManager
public GeronimoApplicationContextManager()
setBundleContext
public void setBundleContext(org.osgi.framework.BundleContext bundleContext)
registerApplicationContext
protected void registerApplicationContext(GeronimoApplicationContext context)
getApplicationContext
public org.apache.aries.application.management.AriesApplicationContext getApplicationContext(org.apache.aries.application.management.AriesApplication app)
throws org.osgi.framework.BundleException,
org.apache.aries.application.management.ManagementException
- Specified by:
getApplicationContext in interface org.apache.aries.application.management.AriesApplicationContextManager
- Throws:
org.osgi.framework.BundleException
org.apache.aries.application.management.ManagementException
getApplicationContexts
public Set<org.apache.aries.application.management.AriesApplicationContext> getApplicationContexts()
- Specified by:
getApplicationContexts in interface org.apache.aries.application.management.AriesApplicationContextManager
remove
public void remove(org.apache.aries.application.management.AriesApplicationContext app)
- Specified by:
remove in interface org.apache.aries.application.management.AriesApplicationContextManager
init
public void init()
destroy
public void destroy()
Copyright © 2003-2010 The Apache Geronimo development community. All Rights Reserved.