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.4 $
- Author:
- Adrian Brock
Methods inherited from interface org.jboss.util.JBossInterface |
clone, toShortString, toShortString |
getDemand
public Object getDemand()
- What is demanded
- Returns:
- the demand
getWhenRequired
public org.jboss.dependency.spi.ControllerState getWhenRequired()
- Get when the dependency is required
- Returns:
- when the dependency is required
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.