org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle
Class Mainz

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.Mainz
All Implemented Interfaces:
AlteStadt

public class Mainz
extends Object
implements AlteStadt


Constructor Summary
Mainz()
           
 
Method Summary
 GutenbergMuseum getAnotherPlaceOfInterest()
           
 String getPlaceOfInterest()
           
 void initializeBean(GutenbergMuseum pointOfInterest)
           
 void performPostConstructChecks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mainz

public Mainz()
Method Detail

getPlaceOfInterest

public String getPlaceOfInterest()
Specified by:
getPlaceOfInterest in interface AlteStadt

performPostConstructChecks

@PostConstruct
public void performPostConstructChecks()
Specified by:
performPostConstructChecks in interface AlteStadt

initializeBean

@Inject
public void initializeBean(GutenbergMuseum pointOfInterest)
Specified by:
initializeBean in interface AlteStadt

getAnotherPlaceOfInterest

public GutenbergMuseum getAnotherPlaceOfInterest()
Specified by:
getAnotherPlaceOfInterest in interface AlteStadt


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