org.jboss.cdi.tck.tests.deployment.shutdown
Class Baz

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.shutdown.Baz
All Implemented Interfaces:
Serializable

@ConversationScoped
public class Baz
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Baz()
           
 
Method Summary
 void destroy()
           
 void ping()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Baz

public Baz()
Method Detail

ping

public void ping()

destroy

@PreDestroy
public void destroy()


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