org.jboss.repository.spi
Interface MetaDataCombiner

All Known Implementing Classes:
BasicMetaDataCombiner, InvocationMetaDataCombiner, KeyMetaDataCombiner, ThreadMetaDataCombiner

public interface MetaDataCombiner

Version:
$Revision: 1.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 Object combine(Key key, MetaData[] levelData)
           
 

Method Detail

combine

Object combine(Key key,
               MetaData[] levelData)
Parameters:
key - - the key for the data being combined
levelData - - the MetaData values to combine into the aggregate value
Returns:
the combined metadata value.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.