org.jboss.cdi.tck.tests.implementation.simple.lifecycle
Class FishPond

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.simple.lifecycle.FishPond

public class FishPond
extends Object


Field Summary
 Animal goldfish
           
 Goose goose
           
 boolean postConstructCalled
           
 Salmon salmon
           
 
Constructor Summary
FishPond(Goldfish goldfish, Goose goose)
           
 
Method Summary
 void destroy()
           
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

postConstructCalled

public boolean postConstructCalled

goldfish

public Animal goldfish

goose

public Goose goose

salmon

@Inject
public Salmon salmon
Constructor Detail

FishPond

@Inject
public FishPond(Goldfish goldfish,
                       Goose goose)
Method Detail

postConstruct

@PostConstruct
public void postConstruct()

destroy

@PreDestroy
public void destroy()


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