org.apache.avalon.fortress.impl
Class ComponentHandlerEntry

java.lang.Object
  extended byorg.apache.avalon.fortress.impl.ComponentHandlerEntry

public final class ComponentHandlerEntry
extends java.lang.Object

This is the impl of runtime information about a ComponentHandler.

Version:
$Revision: 1.11 $ $Date: 2004/02/28 15:16:24 $
Author:
Avalon Development Team

Constructor Summary
ComponentHandlerEntry(ComponentHandler handler, ComponentHandlerMetaData metaData)
          Create an entry for a particular handler.
 
Method Summary
 ComponentHandler getHandler()
          Return the handler that entry manages.
 ComponentHandlerMetaData getMetaData()
          Return the meta data for handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentHandlerEntry

public ComponentHandlerEntry(ComponentHandler handler,
                             ComponentHandlerMetaData metaData)
Create an entry for a particular handler.

Parameters:
handler - the handler
metaData - the metadata for handler
Method Detail

getHandler

public ComponentHandler getHandler()
Return the handler that entry manages.

Returns:
the handler that entry manages.

getMetaData

public ComponentHandlerMetaData getMetaData()
Return the meta data for handler.

Returns:
the meta data for handler.


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.