org.jboss.cdi.tck.tests.context.request.ejb
Class FooBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.ejb.FooBean
All Implemented Interfaces:
FooRemote

public class FooBean
extends Object
implements FooRemote


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

Constructor Detail

FooBean

public FooBean()
Method Detail

ping

public String ping()
Specified by:
ping in interface FooRemote

wasRequestBeanInPreviousCallDestroyed

public boolean wasRequestBeanInPreviousCallDestroyed()
Specified by:
wasRequestBeanInPreviousCallDestroyed in interface FooRemote


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