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

java.lang.Object
  extended by org.jboss.jsr299.tck.tests.implementation.enterprise.lifecycle.Heidelburg
All Implemented Interfaces:
KleinStadt, SchoeneStadt

@Important
public class Heidelburg
extends Object
implements KleinStadt, SchoeneStadt


Constructor Summary
Heidelburg()
           
 
Method Summary
 void begruendet()
           
 String getName()
           
 void ping()
           
 void setName(String name)
           
 void zustandVergessen()
           
 void zustandVerloren()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Heidelburg

public Heidelburg()
Method Detail

begruendet

@PostConstruct
public void begruendet()
Specified by:
begruendet in interface KleinStadt

zustandVergessen

public void zustandVergessen()
Specified by:
zustandVergessen in interface KleinStadt

zustandVerloren

@PreDestroy
public void zustandVerloren()
Specified by:
zustandVerloren in interface KleinStadt

ping

public void ping()
Specified by:
ping in interface KleinStadt

getName

public String getName()
Specified by:
getName in interface KleinStadt

setName

public void setName(String name)
Specified by:
setName in interface KleinStadt


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