org.jboss.cdi.tck.tests.context.request.postconstruct
Class Action

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.postconstruct.Action

@RequestScoped
public class Action
extends Object

Author:
Martin Kouba

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

Constructor Detail

Action

public Action()
Method Detail

ping

public boolean ping()

destroy

@PreDestroy
public void destroy()


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