org.jboss.cdi.tck.tests.deployment.packaging.ear.modules
Class BusinessOperationEventInspector

java.lang.Object
  extended by org.jboss.cdi.tck.tests.deployment.packaging.ear.modules.BusinessOperationEventInspector

@ApplicationScoped
public class BusinessOperationEventInspector
extends Object

Author:
Martin Kouba

Constructor Summary
BusinessOperationEventInspector()
           
 
Method Summary
 int getBusinessOperationObservations()
           
 void observeBusinessOperationEventObservations(BusinessOperationObservedEvent event)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusinessOperationEventInspector

public BusinessOperationEventInspector()
Method Detail

observeBusinessOperationEventObservations

public void observeBusinessOperationEventObservations(@Observes
                                                      BusinessOperationObservedEvent event)

getBusinessOperationObservations

public int getBusinessOperationObservations()

reset

public void reset()


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