org.jboss.cdi.tck.tests.lookup.dynamic.builtin
Class Farm

java.lang.Object
  extended by org.jboss.cdi.tck.tests.lookup.dynamic.builtin.Farm

public class Farm
extends Object


Constructor Summary
Farm()
           
 
Method Summary
 javax.enterprise.inject.Instance<AbstractAnimal> getAbstractAnimal()
           
 javax.enterprise.inject.Instance<Animal> getAnimal()
           
 javax.enterprise.inject.Instance<Cow> getCow()
           
 Sheep produceSheep()
           
 int produceSheepCount()
           
 Sheep[] produceSheeps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Farm

public Farm()
Method Detail

getAnimal

public javax.enterprise.inject.Instance<Animal> getAnimal()

getAbstractAnimal

public javax.enterprise.inject.Instance<AbstractAnimal> getAbstractAnimal()

getCow

public javax.enterprise.inject.Instance<Cow> getCow()

produceSheep

@Produces
public Sheep produceSheep()

produceSheeps

@Produces
public Sheep[] produceSheeps()

produceSheepCount

@FarmBased
@Produces
public int produceSheepCount()


Copyright © 2008-2013 Seam Framework. All Rights Reserved.