org.apache.avalon.activation.appliance
Interface ServiceContext

All Known Implementing Classes:
DefaultServiceContext

public interface ServiceContext

Service context supplied to an appliance factory.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/09/10 08:57:35 $
Author:
Avalon Development Team

Method Summary
 LoggingManager getLoggingManager()
          Return the logging manager.
 org.apache.excalibur.mpool.PoolManager getPoolManager()
          Return the pool manager.
 

Method Detail

getPoolManager

public org.apache.excalibur.mpool.PoolManager getPoolManager()
Return the pool manager.

Returns:
the pool manager

getLoggingManager

public LoggingManager getLoggingManager()
Return the logging manager.

Returns:
the logging manager


Copyright © Apache Software Foundation. All Rights Reserved.