org.jboss.cdi.tck.tests.context.passivating.injection
Class Homestead

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.passivating.injection.Homestead
All Implemented Interfaces:
Serializable

@SessionScoped
public class Homestead
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
protected Homestead()
           
  Homestead(Truck truck, Pasture pasture)
           
 
Method Summary
 Sheep chooseRandomSheepFromDelivery(Truck truck, Pasture pasture)
           
 void init(Truck truck, Pasture pasture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Homestead

protected Homestead()

Homestead

@Inject
public Homestead(Truck truck,
                        Pasture pasture)
Method Detail

init

@Inject
public void init(Truck truck,
                        Pasture pasture)

chooseRandomSheepFromDelivery

@Produces
@Huge
@SessionScoped
public Sheep chooseRandomSheepFromDelivery(Truck truck,
                                                                       Pasture pasture)


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