org.apache.geronimo.aries.builder
Class GeronimoApplicationContextManager

java.lang.Object
  extended by 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


Constructor Summary
GeronimoApplicationContextManager()
           
 
Method Summary
 void destroy()
           
 org.apache.aries.application.management.AriesApplicationContext getApplicationContext(org.apache.aries.application.management.AriesApplication app)
           
 Set<org.apache.aries.application.management.AriesApplicationContext> getApplicationContexts()
           
 void init()
           
protected  void registerApplicationContext(GeronimoApplicationContext context)
           
 void remove(org.apache.aries.application.management.AriesApplicationContext app)
           
 void setBundleContext(org.osgi.framework.BundleContext bundleContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeronimoApplicationContextManager

public GeronimoApplicationContextManager()
Method Detail

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.