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

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

@RequestScoped
public class FrankfurtAmMain
extends Object
implements GrossStadt


Constructor Summary
FrankfurtAmMain()
           
 
Method Summary
 void dispose()
           
 boolean isKleinStadtCreated()
           
 boolean isKleinStadtDestroyed()
           
 boolean isSchlossDestroyed()
           
 void kleinStadtCreated()
           
 void kleinStadtDestroyed()
           
 void resetCreatedFlags()
           
 void resetDestroyedFlags()
           
 void schlossDestroyed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrankfurtAmMain

public FrankfurtAmMain()
Method Detail

isKleinStadtCreated

public boolean isKleinStadtCreated()
Specified by:
isKleinStadtCreated in interface GrossStadt

isKleinStadtDestroyed

public boolean isKleinStadtDestroyed()
Specified by:
isKleinStadtDestroyed in interface GrossStadt

kleinStadtCreated

public void kleinStadtCreated()
Specified by:
kleinStadtCreated in interface GrossStadt

kleinStadtDestroyed

public void kleinStadtDestroyed()
Specified by:
kleinStadtDestroyed in interface GrossStadt

resetCreatedFlags

public void resetCreatedFlags()
Specified by:
resetCreatedFlags in interface GrossStadt

resetDestroyedFlags

public void resetDestroyedFlags()
Specified by:
resetDestroyedFlags in interface GrossStadt

dispose

public void dispose()
Specified by:
dispose in interface GrossStadt

isSchlossDestroyed

public boolean isSchlossDestroyed()
Specified by:
isSchlossDestroyed in interface GrossStadt

schlossDestroyed

public void schlossDestroyed()
Specified by:
schlossDestroyed in interface GrossStadt


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