org.jboss.beans.metadata.spi
Interface SupplyMetaData

All Superinterfaces:
Cloneable, org.jboss.util.JBossInterface, MetaDataVisitorNode
All Known Implementing Classes:
AbstractSupplyMetaData

public interface SupplyMetaData
extends org.jboss.util.JBossInterface, MetaDataVisitorNode

Metadata about what a bean demands.

Version:
$Revision: 40781 $
Author:
Adrian Brock

Method Summary
 Object getSupply()
          Get what is supplied
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
clone, describeVisit, getChildren, initialVisit
 

Method Detail

getSupply

Object getSupply()
Get what is supplied

Returns:
the supply


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.