org.apache.avalon.activation.appliance.impl
Class DefaultServiceContext
java.lang.Object
org.apache.avalon.framework.context.DefaultContext
org.apache.avalon.activation.appliance.impl.DefaultServiceContext
- All Implemented Interfaces:
- Context, ServiceContext
- public class DefaultServiceContext
- extends DefaultContext
- implements ServiceContext
Service context supplied to an appliance factory.
- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/09/24 09:30:42 $
- Author:
- Avalon Development Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultServiceContext
public DefaultServiceContext()
getPoolManager
public org.apache.excalibur.mpool.PoolManager getPoolManager()
throws IllegalStateException
- Return the pool manager.
- Specified by:
getPoolManager
in interface ServiceContext
- Returns:
- the pool manager
- Throws:
IllegalStateException
getLoggingManager
public LoggingManager getLoggingManager()
throws IllegalStateException
- Return the logging manager.
- Specified by:
getLoggingManager
in interface ServiceContext
- Returns:
- the logging manager
- Throws:
IllegalStateException
getMBeanServer
public MBeanServer getMBeanServer()
- Return the MBean server. If no MBeanServer has been assigned the
method will return null.
- Returns:
- the MBeanServer if available else null
Copyright © Apache Software Foundation. All Rights Reserved.