org.jboss.cdi.tck.tests.event.observer.extension
Class GiraffeObserver

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

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


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

Constructor Detail

GiraffeObserver

protected GiraffeObserver(Set<Annotation> qualifiers)

GiraffeObserver

protected GiraffeObserver(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>

notify

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

isLegacyNotifyCalled

public boolean isLegacyNotifyCalled()

getReceivedPayload

public Giraffe getReceivedPayload()

getReceivedQualifiers

public Set<Annotation> getReceivedQualifiers()


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