org.objectweb.easybeans.deployment.annotations.helper.bean
Class SessionBeanHelper

java.lang.Object
  extended by org.objectweb.easybeans.deployment.annotations.helper.bean.SessionBeanHelper

public final class SessionBeanHelper
extends java.lang.Object

Helper class which manages only Session bean class.

Author:
Florent Benoit

Field Summary
private static boolean validating
          Validation.
 
Constructor Summary
private SessionBeanHelper()
          Helper class, no public constructor.
 
Method Summary
static void resolve(ClassAnnotationMetadata sessionBean)
          Apply all helper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

validating

private static boolean validating
Validation.

Constructor Detail

SessionBeanHelper

private SessionBeanHelper()
Helper class, no public constructor.

Method Detail

resolve

public static void resolve(ClassAnnotationMetadata sessionBean)
                    throws ResolverException
Apply all helper.

Parameters:
sessionBean - Session bean to analyze
Throws:
ResolverException - if there is a failure in a resolver