API Test Coverage Report for org.eclipse.jst.j2ee.ejb.annotation.model
Test Coverage (methods tested: 0, methods not tested: 185)

Hide tested methods Hide untested methods Collapse classes

org.eclipse.jst.j2ee.ejb.annotation.internal.operations.AddContainerManagedEntityBeanOperation

 <init>  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 undo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.operations.AddEjbOperation

 <init>  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 undo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.operations.AddMessageDrivenBeanOperation

 <init>  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 undo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.operations.AddSessionBeanOperation

 <init>  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V
 execute  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 redo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;
 undo  (Lorg/eclipse/core/runtime/IProgressMonitor;Lorg/eclipse/core/runtime/IAdaptable;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.preferences.AnnotationPreferenceStore

 <init>  ()V
 getPreferencePrefix  ()Ljava/lang/String;
 getProperty  (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
 getProperty  (Ljava/lang/String;)Ljava/lang/String;
 getPropertyRaw  (Ljava/lang/String;)Ljava/lang/String;
 initializeDefaultPreferences  ()V
 initializeDefaultPreferences  (Lorg/eclipse/core/runtime/Preferences;)V
 isPropertyActive  (Ljava/lang/String;)Z
 setProperty  (Ljava/lang/String;Ljava/lang/String;)V
 setProperty  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
 setPropertyActive  (Ljava/lang/String;Z)V

org.eclipse.jst.j2ee.ejb.annotation.internal.utility.AnnotationUtilities

 <init>  ()V
 findAnnotationProviderByName  (Ljava/lang/String;)Lorg/eclipse/jst/j2ee/ejb/annotation/internal/provider/IAnnotationProvider;
 findAnnotationProviderConfigurationByName  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IConfigurationElement;
 findEjbGeneratorByName  (Ljava/lang/String;)Lorg/eclipse/jst/j2ee/ejb/annotation/internal/provider/IEJBGenerator;
 getGeneratorExtensions  ()[Lorg/eclipse/core/runtime/IConfigurationElement;
 getProviderNames  ()[Ljava/lang/String;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.CMPAttributeDelegate

 <init>  ()V
 getAttributeType  ()Ljava/lang/String;
 getColumnName  ()Ljava/lang/String;
 getJdbcType  ()Ljava/lang/String;
 getName  ()Ljava/lang/String;
 getSqlType  ()Ljava/lang/String;
 isKey  ()Z
 isReadOnly  ()Z
 isTransient  ()Z
 setAttributeType  (Ljava/lang/String;)V
 setColumnName  (Ljava/lang/String;)V
 setJdbcType  (Ljava/lang/String;)V
 setKey  (Z)V
 setName  (Ljava/lang/String;)V
 setReadOnly  (Z)V
 setSqlType  (Ljava/lang/String;)V
 setTransient  (Z)V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.ContainerManagedEntityBeanDataModelProvider

 <clinit>  ()V
 <init>  ()V
 getCMPAttributes  ()Ljava/util/List;
 getDefaultOperation  ()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation;
 getDefaultProperty  (Ljava/lang/String;)Ljava/lang/Object;
 getEJBInterfaces  ()Ljava/util/List;
 getPropertyNames  ()Ljava/util/Set;
 initializeDelegate  ()V
 propertySet  (Ljava/lang/String;Ljava/lang/Object;)Z
 validate  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateTable  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateVersion  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.ContainerManagedEntityBeanDelegate

 <init>  ()V
 getAttributes  ()Ljava/util/List;
 getDatasource  ()Ljava/lang/String;
 getKeyAttributes  ()Ljava/util/List;
 getPrimaryKeyClass  ()Ljava/lang/String;
 getSchema  ()Ljava/lang/String;
 getTable  ()Ljava/lang/String;
 getTransactionType  ()Ljava/lang/String;
 getType  ()Ljava/lang/String;
 getVersion  ()Ljava/lang/String;
 propertyChanged  (Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V
 removeAttribute  (Ljava/lang/String;)V
 setAtribute  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ZZ)V
 setAttributes  (Ljava/util/HashMap;)V
 setDataModel  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.messages.EJBAnnotationMessages

 <clinit>  ()V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.EnterpriseBeanClassDataModelProvider

 <init>  ()V
 getDefaultProperty  (Ljava/lang/String;)Ljava/lang/Object;
 getEJBInterfaces  ()Ljava/util/List;
 getInterfacesString  ()Ljava/lang/String;
 getPropertyNames  ()Ljava/util/Set;
 initializeDelegate  ()V
 isAnnotationsSupported  ()Z
 isPropertyEnabled  (Ljava/lang/String;)Z
 propertySet  (Ljava/lang/String;Ljava/lang/Object;)Z
 validate  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateClassName  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateDisplayName  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateEjbJavaPackage  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateJavaClassName  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;
 validateJndiName  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.EnterpriseBeanDelegate

 <init>  ()V
 getDataModel  ()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;
 getDataModelFor  (Ljava/lang/String;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;
 getDescription  ()Ljava/lang/String;
 getDisplayName  ()Ljava/lang/String;
 getEjbName  ()Ljava/lang/String;
 getEnterpriseBean  ()Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;
 getInterfaces  ()Ljava/lang/String;
 getJndiName  ()Ljava/lang/String;
 getSimpleClassName  ()Ljava/lang/String;
 getTransactionType  ()Ljava/lang/String;
 getVersionID  ()I
 propertyChanged  (Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V
 setDataModel  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V
 setEnterpriseBean  (Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.provider.IAnnotationProvider

 getName  ()Ljava/lang/String;
 isEjbAnnotationProvider  ()Z
 isServletAnnotationProvider  ()Z
 isValid  ()Z
 isWebServiceAnnotationProvider  ()Z

org.eclipse.jst.j2ee.ejb.annotation.internal.model.IContainerManagedEntityBean

 getAttributes  ()Ljava/util/List;
 getDatasource  ()Ljava/lang/String;
 getKeyAttributes  ()Ljava/util/List;
 getPrimaryKeyClass  ()Ljava/lang/String;
 getSchema  ()Ljava/lang/String;
 getTable  ()Ljava/lang/String;
 getVersion  ()Ljava/lang/String;

org.eclipse.jst.j2ee.ejb.annotation.internal.messages.IEJBAnnotationConstants

 <clinit>  ()V

org.eclipse.jst.j2ee.ejb.annotation.internal.provider.IEJBGenerator

 generateCMP  (Lorg/eclipse/jst/j2ee/ejb/annotation/internal/model/IContainerManagedEntityBean;Lorg/eclipse/core/runtime/IProgressMonitor;)V
 generateMessageDriven  (Lorg/eclipse/jst/j2ee/ejb/annotation/internal/model/IMessageDrivenBean;Lorg/eclipse/core/runtime/IProgressMonitor;)V
 generateSession  (Lorg/eclipse/jst/j2ee/ejb/annotation/internal/model/ISessionBean;Lorg/eclipse/core/runtime/IProgressMonitor;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.IEnterpriseBean

 getDataModel  ()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;
 getDataModelFor  (Ljava/lang/String;)Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;
 getDescription  ()Ljava/lang/String;
 getDisplayName  ()Ljava/lang/String;
 getEjbName  ()Ljava/lang/String;
 getEnterpriseBean  ()Lorg/eclipse/jst/j2ee/ejb/EnterpriseBean;
 getInterfaces  ()Ljava/lang/String;
 getJndiName  ()Ljava/lang/String;
 getSimpleClassName  ()Ljava/lang/String;
 getTransactionType  ()Ljava/lang/String;
 getVersionID  ()I

org.eclipse.jst.j2ee.ejb.annotation.internal.model.IMessageDrivenBean

 getDestinationJndiName  ()Ljava/lang/String;
 getDestinationType  ()Ljava/lang/String;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.ISessionBean

 getSessionType  ()Ljava/lang/String;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.Logger

 _log  (ILjava/lang/String;Ljava/lang/Throwable;)V
 _trace  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V
 <init>  ()V
 isDebugging  ()Z
 isTracing  (Ljava/lang/String;)Z
 log  (ILjava/lang/String;)V
 log  (ILjava/lang/String;Ljava/lang/Throwable;)V
 logException  (Ljava/lang/String;Ljava/lang/Throwable;)V
 logException  (Ljava/lang/Throwable;)V
 trace  (Ljava/lang/String;Ljava/lang/String;)V
 traceException  (Ljava/lang/String;Ljava/lang/Throwable;)V
 traceException  (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.MessageDrivenBeanDataModelProvider

 <clinit>  ()V
 <init>  ()V
 getDefaultOperation  ()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation;
 getDefaultProperty  (Ljava/lang/String;)Ljava/lang/Object;
 getEJBInterfaces  ()Ljava/util/List;
 getPropertyNames  ()Ljava/util/Set;
 initializeDelegate  ()V
 propertySet  (Ljava/lang/String;Ljava/lang/Object;)Z
 validate  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.MessageDrivenBeanDelegate

 <init>  ()V
 getDestinationJndiName  ()Ljava/lang/String;
 getDestinationType  ()Ljava/lang/String;
 getTransactionType  ()Ljava/lang/String;
 propertyChanged  (Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V
 setDataModel  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.ModelPlugin

 <init>  ()V
 getDefault  ()Lorg/eclipse/jst/j2ee/ejb/annotation/internal/model/ModelPlugin;
 getResourceBundle  ()Ljava/util/ResourceBundle;
 getResourceString  (Ljava/lang/String;)Ljava/lang/String;
 initializeDefaultPluginPreferences  ()V
 start  (Lorg/osgi/framework/BundleContext;)V
 stop  (Lorg/osgi/framework/BundleContext;)V

org.eclipse.jst.j2ee.ejb.annotation.internal.model.SessionBeanDataModelProvider

 <clinit>  ()V
 <init>  ()V
 getDefaultOperation  ()Lorg/eclipse/wst/common/frameworks/datamodel/IDataModelOperation;
 getDefaultProperty  (Ljava/lang/String;)Ljava/lang/Object;
 getEJBInterfaces  ()Ljava/util/List;
 getPropertyNames  ()Ljava/util/Set;
 initializeDelegate  ()V
 validate  (Ljava/lang/String;)Lorg/eclipse/core/runtime/IStatus;

org.eclipse.jst.j2ee.ejb.annotation.internal.model.SessionBeanDelegate

 <init>  ()V
 getSessionType  ()Ljava/lang/String;
 getTransactionType  ()Ljava/lang/String;
 propertyChanged  (Lorg/eclipse/wst/common/frameworks/datamodel/DataModelEvent;)V
 setDataModel  (Lorg/eclipse/wst/common/frameworks/datamodel/IDataModel;)V