| com.bm.introspectors.SessionBeanIntrospector
SessionBeanIntrospector | public class SessionBeanIntrospector extends AbstractIntrospector (Code) | | SessionBeanIntrospector.
author: Daniel Wiese< Parameters: T - > -the type of the session bean since: 08.11.2005 |
Method Summary | |
public static boolean | accept(Class toCheck) Returns true is this intorspector accept this class. |
SessionBeanIntrospector | public SessionBeanIntrospector(Class<? extends T> toInspect)(Code) | | Constructor.
Parameters: toInspect - -the sesion bean to inspect |
accept | public static boolean accept(Class toCheck)(Code) | | Returns true is this intorspector accept this class.
Parameters: toCheck - -to check true id the introspector will accept this class |
|
|