org.jboss.beans.metadata.spi
Interface DemandMetaData

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

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

Metadata about what a bean demands.

Version:
$Revision: 1.5 $
Author:
Adrian Brock

Method Summary
 Object getDemand()
          What is demanded
 ControllerState getWhenRequired()
          Get when the dependency is required
 
Methods inherited from interface org.jboss.beans.metadata.spi.MetaDataVisitorNode
getChildren, visit
 
Methods inherited from interface org.jboss.util.JBossInterface
clone, toShortString, toShortString
 

Method Detail

getDemand

Object getDemand()
What is demanded

Returns:
the demand

getWhenRequired

ControllerState getWhenRequired()
Get when the dependency is required

Returns:
when the dependency is required


Copyright © 2004 JBoss Inc. All Rights Reserved.