org.jboss.cdi.tck.tests.context.request.ws
Class ObservingBean

java.lang.Object
  extended by org.jboss.cdi.tck.tests.context.request.ws.ObservingBean

@ApplicationScoped
public class ObservingBean
extends Object


Constructor Summary
ObservingBean()
           
 
Method Summary
 AtomicInteger getFooDestroyedCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservingBean

public ObservingBean()
Method Detail

getFooDestroyedCount

public AtomicInteger getFooDestroyedCount()


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