org.jboss.repository.plugins
Class InvocationMetaDataCombiner
java.lang.Object
org.jboss.repository.plugins.InvocationMetaDataCombiner
- All Implemented Interfaces:
- MetaDataCombiner
public class InvocationMetaDataCombiner
- extends Object
- implements MetaDataCombiner
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationMetaDataCombiner
public InvocationMetaDataCombiner(MetaDataCombiner next,
Object context)
getContext
protected Object getContext()
getNext
public MetaDataCombiner getNext()
setNext
public void setNext(MetaDataCombiner next)
combine
public Object combine(Key key,
MetaData[] levelData)
- Specified by:
combine
in interface MetaDataCombiner
- Parameters:
key
- - the key for the data being combinedlevelData
- - the MetaData values to combine into
the aggregate value
- Returns:
- the combined metadata value.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.