org.apache.webbeans.portable.events.generics
Class GProcessObservableMethod

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessObserverMethodImpl
      extended by org.apache.webbeans.portable.events.generics.GProcessObservableMethod
All Implemented Interfaces:
ProcessObserverMethod, GenericProducerObserverEvent

public class GProcessObservableMethod
extends ProcessObserverMethodImpl
implements GenericProducerObserverEvent


Constructor Summary
GProcessObservableMethod(AnnotatedMethod<?> annotatedMethod, ObserverMethod<?> observerMethod)
           
 
Method Summary
 Class<?> getBeanClass()
           
 Class<?> getProducerOrObserverType()
           
 
Methods inherited from class org.apache.webbeans.portable.events.ProcessObserverMethodImpl
addDefinitionError, getAnnotatedMethod, getObserverMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GProcessObservableMethod

public GProcessObservableMethod(AnnotatedMethod<?> annotatedMethod,
                                ObserverMethod<?> observerMethod)
Method Detail

getBeanClass

public Class<?> getBeanClass()
Specified by:
getBeanClass in interface GenericProducerObserverEvent

getProducerOrObserverType

public Class<?> getProducerOrObserverType()
Specified by:
getProducerOrObserverType in interface GenericProducerObserverEvent


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.