org.jboss.cdi.tck.tests.event.observer.transactional.custom
Class GiraffeCustomObserver

java.lang.Object
  extended by org.jboss.cdi.tck.tests.event.observer.transactional.custom.GiraffeCustomObserver
All Implemented Interfaces:
javax.enterprise.inject.spi.ObserverMethod<Giraffe>

public class GiraffeCustomObserver
extends Object
implements javax.enterprise.inject.spi.ObserverMethod<Giraffe>


Constructor Summary
protected GiraffeCustomObserver(Annotation... qualifiers)
           
protected GiraffeCustomObserver(Set<Annotation> qualifiers)
           
 
Method Summary
 Class<?> getBeanClass()
           
 Set<Annotation> getObservedQualifiers()
           
 Type getObservedType()
           
 Giraffe getReceivedPayload()
           
 javax.enterprise.event.Reception getReception()
           
 javax.enterprise.event.TransactionPhase getTransactionPhase()
           
 boolean isTransactionPhaseCalled()
           
 void notify(Giraffe event)
           
protected  void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GiraffeCustomObserver

protected GiraffeCustomObserver(Set<Annotation> qualifiers)

GiraffeCustomObserver

protected GiraffeCustomObserver(Annotation... qualifiers)
Method Detail

reset

protected void reset()

getBeanClass

public Class<?> getBeanClass()
Specified by:
getBeanClass in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getObservedType

public Type getObservedType()
Specified by:
getObservedType in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getObservedQualifiers

public Set<Annotation> getObservedQualifiers()
Specified by:
getObservedQualifiers in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getReception

public javax.enterprise.event.Reception getReception()
Specified by:
getReception in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getTransactionPhase

public javax.enterprise.event.TransactionPhase getTransactionPhase()
Specified by:
getTransactionPhase in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

notify

public void notify(Giraffe event)
Specified by:
notify in interface javax.enterprise.inject.spi.ObserverMethod<Giraffe>

getReceivedPayload

public Giraffe getReceivedPayload()

isTransactionPhaseCalled

public boolean isTransactionPhaseCalled()


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