com.bm.introspectors
Class SessionBeanIntrospector<T>

java.lang.Object
  extended by com.bm.introspectors.AbstractIntrospector<T>
      extended by com.bm.introspectors.SessionBeanIntrospector<T>
Type Parameters:
T - - the type of the session bean
All Implemented Interfaces:
IIntrospector<T>
Direct Known Subclasses:
JbossServiceIntrospector

public class SessionBeanIntrospector<T>
extends AbstractIntrospector<T>

SessionBeanIntrospector.

Since:
08.11.2005
Author:
Daniel Wiese

Field Summary
 
Fields inherited from class com.bm.introspectors.AbstractIntrospector
classMetaData, representingClass
 
Constructor Summary
SessionBeanIntrospector(java.lang.Class<? extends T> toInspect)
          Constructor.
 
Method Summary
static boolean accept(java.lang.Class toCheck)
          Returns true is this intorspector accept this class.
 
Methods inherited from class com.bm.introspectors.AbstractIntrospector
getAnnotationForField, getClassMetaData, getEntityManagerField, getFieldsToInject, getImplementationForInterface, getLifecycleMethods, getRepresentingClass, hasEntityManager, processAccessTypeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionBeanIntrospector

public SessionBeanIntrospector(java.lang.Class<? extends T> toInspect)
Constructor.

Parameters:
toInspect - - the sesion bean to inspect
Method Detail

accept

public static boolean accept(java.lang.Class toCheck)
Returns true is this intorspector accept this class.

Parameters:
toCheck - - to check
Returns:
true id the introspector will accept this class


Copyright © 2008. All Rights Reserved.