Source compatibility report for the OpenEJB library between 3.1 and 3.1.1 versions
Test Info
Library Name | OpenEJB |
Version #1 | 3.1 |
Version #2 | 3.1.1 |
Test Results
Total Java ARchives | 13 |
---|
Total Methods / Classes | 12737 / 1627 |
---|
Verdict | Incompatible (2.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 255 |
---|
Removed Methods | High | 37 |
---|
Problems with Data Types | High | 14 |
---|
Medium | 1 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 1 |
Low | 2 |
Other Changes in Data Types | - | 20 |
Added Methods (255)
openejb-api-3.1.1.jar, EjbDeployment.class
package org.apache.openejb.api
EjbDeployment.container ( ) [abstract] : String
[run-time name: org/apache/openejb/api/EjbDeployment.container:()Ljava/lang/String;]
EjbDeployment.id ( ) [abstract] : String
[run-time name: org/apache/openejb/api/EjbDeployment.id:()Ljava/lang/String;]
openejb-client-3.1.1.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, int deploymentCode, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ILorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Lorg/apache/openejb/client/InterfaceType;Ljava/util/List;)V]
openejb-client-3.1.1.jar, InterfaceType.class
package org.apache.openejb.client
InterfaceType.valueOf ( String name ) [static] : InterfaceType
[run-time name: org/apache/openejb/client/InterfaceType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/InterfaceType;]
InterfaceType.values ( ) [static] : InterfaceType[ ]
[run-time name: org/apache/openejb/client/InterfaceType.values:()[Lorg/apache/openejb/client/InterfaceType;]
openejb-core-3.1.1.jar, Add.class
package org.apache.openejb.config
GeneratedClientModules.Add.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/GeneratedClientModules.Add.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
GeneratedClientModules.Add.GeneratedClientModules.Add ( )
[run-time name: org/apache/openejb/config/GeneratedClientModules.Add."<init>":()V]
openejb-core-3.1.1.jar, AnnotationDeployer.class
package org.apache.openejb.config
AnnotationDeployer.getModule ( ) [static] : DeploymentModule
[run-time name: org/apache/openejb/config/AnnotationDeployer.getModule:()Lorg/apache/openejb/config/DeploymentModule;]
openejb-core-3.1.1.jar, AnnotationValidations.class
package org.apache.openejb.config.rules
AnnotationValidations.AnnotationValidations ( )
[run-time name: org/apache/openejb/config/rules/AnnotationValidations."<init>":()V]
openejb-core-3.1.1.jar, CheckUserTransactionRefs.class
package org.apache.openejb.config.rules
CheckUserTransactionRefs.CheckUserTransactionRefs ( )
[run-time name: org/apache/openejb/config/rules/CheckUserTransactionRefs."<init>":()V]
CheckUserTransactionRefs.validate ( org.apache.openejb.config.EjbModule ejbModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckUserTransactionRefs.validate:(Lorg/apache/openejb/config/EjbModule;)V]
openejb-core-3.1.1.jar, Classes.class
package org.apache.openejb.util
Classes.getSimpleNames ( Class[ ] classes ) [static] : java.util.List
[run-time name: org/apache/openejb/util/Classes.getSimpleNames:([Ljava/lang/Class;)Ljava/util/List;]
openejb-core-3.1.1.jar, ClientModule.class
package org.apache.openejb.config
ClientModule.getFinder ( ) : org.apache.xbean.finder.ClassFinder
[run-time name: org/apache/openejb/config/ClientModule.getFinder:()Lorg/apache/xbean/finder/ClassFinder;]
ClientModule.getFinderReference ( ) : java.util.concurrent.atomic.AtomicReference
[run-time name: org/apache/openejb/config/ClientModule.getFinderReference:()Ljava/util/concurrent/atomic/AtomicReference;]
ClientModule.getLocalClients ( ) : java.util.Set
[run-time name: org/apache/openejb/config/ClientModule.getLocalClients:()Ljava/util/Set;]
ClientModule.getRemoteClients ( ) : java.util.Set
[run-time name: org/apache/openejb/config/ClientModule.getRemoteClients:()Ljava/util/Set;]
ClientModule.isEjbModuleGenerated ( ) : boolean
[run-time name: org/apache/openejb/config/ClientModule.isEjbModuleGenerated:()Z]
ClientModule.setEjbModuleGenerated ( boolean ejbModuleGenerated ) : void
[run-time name: org/apache/openejb/config/ClientModule.setEjbModuleGenerated:(Z)V]
ClientModule.setFinderReference ( java.util.concurrent.atomic.AtomicReference finder ) : void
[run-time name: org/apache/openejb/config/ClientModule.setFinderReference:(Ljava/util/concurrent/atomic/AtomicReference;)V]
openejb-core-3.1.1.jar, CmpContainer.class
package org.apache.openejb.core.cmp
CmpContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, CmpField.class
package org.apache.openejb.core.cmp.cmp2
CmpField.CmpField ( String name, org.apache.xbean.asm.Type type, reflect.Method getter )
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField."<init>":(Ljava/lang/String;Lorg/apache/xbean/asm/Type;Ljava/lang/reflect/Method;)V]
CmpField.getType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField.getType:()Lorg/apache/xbean/asm/Type;]
openejb-core-3.1.1.jar, CmrField.class
package org.apache.openejb.core.cmp.cmp2
CmrField.getInitialValueType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getInitialValueType:()Lorg/apache/xbean/asm/Type;]
CmrField.getProxyType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getProxyType:()Lorg/apache/xbean/asm/Type;]
CmrField.getType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getType:()Lorg/apache/xbean/asm/Type;]
openejb-core-3.1.1.jar, CmrStyle.class
package org.apache.openejb.core.cmp.cmp2
CmrStyle.getAccessorType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getAccessorType:()Lorg/apache/xbean/asm/Type;]
CmrStyle.getCmrFieldDescriptor ( org.apache.xbean.asm.Type relatedType ) : String
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCmrFieldDescriptor:(Lorg/apache/xbean/asm/Type;)Ljava/lang/String;]
CmrStyle.getCollectionType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCollectionType:()Lorg/apache/xbean/asm/Type;]
CmrStyle.getIntiCollectionType ( ) : org.apache.xbean.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getIntiCollectionType:()Lorg/apache/xbean/asm/Type;]
openejb-core-3.1.1.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.getMethodSchedules ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getMethodSchedules:()Ljava/util/List;]
CoreDeploymentInfo.isSessionSynchronized ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isSessionSynchronized:()Z]
CoreDeploymentInfo.setMethodSchedules ( java.util.List schedules ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodSchedules:(Ljava/util/List;)V]
openejb-core-3.1.1.jar, Debug.class
package org.apache.openejb.util
Debug.getFields ( Class clazz ) [static] : java.util.List
[run-time name: org/apache/openejb/util/Debug.getFields:(Ljava/lang/Class;)Ljava/util/List;]
openejb-core-3.1.1.jar, DeploymentInfo.class
package org.apache.openejb
DeploymentInfo.getMethodSchedules ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getMethodSchedules:()Ljava/util/List;]
DeploymentInfo.getRemoveMethods ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getRemoveMethods:()Ljava/util/List;]
DeploymentInfo.isSessionSynchronized ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isSessionSynchronized:()Z]
openejb-core-3.1.1.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.altDDSources ( java.util.Map map, boolean log ) [static] : java.util.Map
[run-time name: org/apache/openejb/config/DeploymentLoader.altDDSources:(Ljava/util/Map;Z)Ljava/util/Map;]
openejb-core-3.1.1.jar, EJBCronTrigger.class
package org.apache.openejb.core.timer
EJBCronTrigger.computeFirstFireTime ( org.quartz.Calendar calendar ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.computeFirstFireTime:(Lorg/quartz/Calendar;)Ljava/util/Date;]
EJBCronTrigger.EJBCronTrigger ( javax.ejb.ScheduleExpression expr )
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger."<init>":(Ljavax/ejb/ScheduleExpression;)V]
EJBCronTrigger.executionComplete ( org.quartz.JobExecutionContext context, org.quartz.JobExecutionException result ) : int
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.executionComplete:(Lorg/quartz/JobExecutionContext;Lorg/quartz/JobExecutionException;)I]
EJBCronTrigger.getEndTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getEndTime:()Ljava/util/Date;]
EJBCronTrigger.getFinalFireTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getFinalFireTime:()Ljava/util/Date;]
EJBCronTrigger.getFireTimeAfter ( java.util.Date afterTime ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getFireTimeAfter:(Ljava/util/Date;)Ljava/util/Date;]
EJBCronTrigger.getNextFireTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getNextFireTime:()Ljava/util/Date;]
EJBCronTrigger.getPreviousFireTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getPreviousFireTime:()Ljava/util/Date;]
EJBCronTrigger.getStartTime ( ) : java.util.Date
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.getStartTime:()Ljava/util/Date;]
EJBCronTrigger.mayFireAgain ( ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.mayFireAgain:()Z]
EJBCronTrigger.parseExpression ( int field, String expr ) : EJBCronTrigger.FieldExpression
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.parseExpression:(ILjava/lang/String;)Lorg/apache/openejb/core/timer/EJBCronTrigger$FieldExpression;]
EJBCronTrigger.setEndTime ( java.util.Date endTime ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.setEndTime:(Ljava/util/Date;)V]
EJBCronTrigger.setStartTime ( java.util.Date startTime ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.setStartTime:(Ljava/util/Date;)V]
EJBCronTrigger.triggered ( org.quartz.Calendar calendar ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.triggered:(Lorg/quartz/Calendar;)V]
EJBCronTrigger.updateAfterMisfire ( org.quartz.Calendar cal ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.updateAfterMisfire:(Lorg/quartz/Calendar;)V]
EJBCronTrigger.updateWithNewCalendar ( org.quartz.Calendar cal, long misfireThreshold ) : void
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.updateWithNewCalendar:(Lorg/quartz/Calendar;J)V]
EJBCronTrigger.validateMisfireInstruction ( int misfireInstruction ) : boolean
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.validateMisfireInstruction:(I)Z]
openejb-core-3.1.1.jar, EjbModule.class
package org.apache.openejb.config
EjbModule.getClientModule ( ) : ClientModule
[run-time name: org/apache/openejb/config/EjbModule.getClientModule:()Lorg/apache/openejb/config/ClientModule;]
EjbModule.getFinder ( ) : org.apache.xbean.finder.ClassFinder
[run-time name: org/apache/openejb/config/EjbModule.getFinder:()Lorg/apache/xbean/finder/ClassFinder;]
EjbModule.getFinderReference ( ) : java.util.concurrent.atomic.AtomicReference
[run-time name: org/apache/openejb/config/EjbModule.getFinderReference:()Ljava/util/concurrent/atomic/AtomicReference;]
EjbModule.setClientModule ( ClientModule clientModule ) : void
[run-time name: org/apache/openejb/config/EjbModule.setClientModule:(Lorg/apache/openejb/config/ClientModule;)V]
openejb-core-3.1.1.jar, EntityContainer.class
package org.apache.openejb.core.entity
EntityContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/entity/EntityContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, GeneratedClientModules.class
package org.apache.openejb.config
GeneratedClientModules.GeneratedClientModules ( )
[run-time name: org/apache/openejb/config/GeneratedClientModules."<init>":()V]
openejb-core-3.1.1.jar, InitEjbDeployments.class
package org.apache.openejb.config
InitEjbDeployments.deploy ( EjbModule ejbModule ) : EjbModule
[run-time name: org/apache/openejb/config/InitEjbDeployments.deploy:(Lorg/apache/openejb/config/EjbModule;)Lorg/apache/openejb/config/EjbModule;]
openejb-core-3.1.1.jar, InjectionProcessor.class
package org.apache.openejb
InjectionProcessor.InjectionProcessor ( Object suppliedInstance, java.util.List injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Object;Ljava/util/List;Ljavax/naming/Context;)V]
InjectionProcessor.unwrap ( javax.naming.Context context ) [static] : javax.naming.Context
[run-time name: org/apache/openejb/InjectionProcessor.unwrap:(Ljavax/naming/Context;)Ljavax/naming/Context;]
openejb-core-3.1.1.jar, IsEnumVisitor.class
package org.apache.openejb.core
TempClassLoader.IsEnumVisitor.TempClassLoader.IsEnumVisitor ( )
[run-time name: org/apache/openejb/core/TempClassLoader.IsEnumVisitor."<init>":()V]
TempClassLoader.IsEnumVisitor.visit ( int version, int access, String name, String signature, String superName, String[ ] interfaces ) : void
[run-time name: org/apache/openejb/core/TempClassLoader.IsEnumVisitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
openejb-core-3.1.1.jar, IvmContext.class
package org.apache.openejb.core.ivm.naming
IvmContext.toString ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/IvmContext.toString:()Ljava/lang/String;]
IvmContext.tree ( java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/core/ivm/naming/IvmContext.tree:(Ljava/io/PrintStream;)V]
openejb-core-3.1.1.jar, JndiBuilder.class
package org.apache.openejb.assembler.classic
JndiBuilder.format ( Object deploymentId, String interfaceClassName ) [static] : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.format:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/String;]
JndiBuilder.format ( Object deploymentId, String interfaceClassName, org.apache.openejb.InterfaceType interfaceType ) [static] : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.format:(Ljava/lang/Object;Ljava/lang/String;Lorg/apache/openejb/InterfaceType;)Ljava/lang/String;]
JndiBuilder.format ( String deploymentId, String interfaceClassName, org.apache.openejb.InterfaceType interfaceType ) [static] : String
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.format:(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/InterfaceType;)Ljava/lang/String;]
openejb-core-3.1.1.jar, LocalInitialContext.class
package org.apache.openejb.client
LocalInitialContext.bind ( String name, Object obj ) : void
[run-time name: org/apache/openejb/client/LocalInitialContext.bind:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-core-3.1.1.jar, Logger.class
package org.apache.openejb.util
Logger.configure ( ) [static] : void
[run-time name: org/apache/openejb/util/Logger.configure:()V]
openejb-core-3.1.1.jar, MappedNameBuilder.class
package org.apache.openejb.config
MappedNameBuilder.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/MappedNameBuilder.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
MappedNameBuilder.MappedNameBuilder ( )
[run-time name: org/apache/openejb/config/MappedNameBuilder."<init>":()V]
openejb-core-3.1.1.jar, MdbContainer.class
package org.apache.openejb.core.mdb
MdbContainer.invoke ( Object deploymentId, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method method, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/mdb/MdbContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, MethodSchedule.class
package org.apache.openejb.core.timer
MethodSchedule.getMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/core/timer/MethodSchedule.getMethod:()Ljava/lang/reflect/Method;]
MethodSchedule.getSchedules ( ) : java.util.List
[run-time name: org/apache/openejb/core/timer/MethodSchedule.getSchedules:()Ljava/util/List;]
MethodSchedule.MethodSchedule ( reflect.Method method, java.util.List schedules )
[run-time name: org/apache/openejb/core/timer/MethodSchedule."<init>":(Ljava/lang/reflect/Method;Ljava/util/List;)V]
openejb-core-3.1.1.jar, MethodScheduleBuilder.class
package org.apache.openejb.assembler.classic
MethodScheduleBuilder.build ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder.build:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
MethodScheduleBuilder.MethodScheduleBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleBuilder."<init>":(Ljava/lang/ClassLoader;Lorg/apache/openejb/assembler/classic/EjbJarInfo;)V]
openejb-core-3.1.1.jar, MethodScheduleInfo.class
package org.apache.openejb.assembler.classic
MethodScheduleInfo.MethodScheduleInfo ( )
[run-time name: org/apache/openejb/assembler/classic/MethodScheduleInfo."<init>":()V]
openejb-core-3.1.1.jar, NameNode.class
package org.apache.openejb.core.ivm.naming
NameNode.toString ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/NameNode.toString:()Ljava/lang/String;]
NameNode.tree ( String indent, java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/core/ivm/naming/NameNode.tree:(Ljava/lang/String;Ljava/io/PrintStream;)V]
openejb-core-3.1.1.jar, openejbURLContextFactory.class
package org.apache.openejb.core.ivm.naming.openejb
openejbURLContextFactory.getContext ( ) [static] : javax.naming.Context
[run-time name: org/apache/openejb/core/ivm/naming/openejb/openejbURLContextFactory.getContext:()Ljavax/naming/Context;]
openejbURLContextFactory.getObjectInstance ( Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/openejb/openejbURLContextFactory.getObjectInstance:(Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object;]
openejbURLContextFactory.openejbURLContextFactory ( )
[run-time name: org/apache/openejb/core/ivm/naming/openejb/openejbURLContextFactory."<init>":()V]
openejb-core-3.1.1.jar, OptionsLog.class
package org.apache.openejb.util
OptionsLog.debug ( String message ) : void
[run-time name: org/apache/openejb/util/OptionsLog.debug:(Ljava/lang/String;)V]
OptionsLog.debug ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/OptionsLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
OptionsLog.info ( String message ) : void
[run-time name: org/apache/openejb/util/OptionsLog.info:(Ljava/lang/String;)V]
OptionsLog.info ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/OptionsLog.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
OptionsLog.install ( ) [static] : void
[run-time name: org/apache/openejb/util/OptionsLog.install:()V]
OptionsLog.isDebugEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/OptionsLog.isDebugEnabled:()Z]
OptionsLog.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/OptionsLog.isInfoEnabled:()Z]
OptionsLog.isWarningEnabled ( ) : boolean
[run-time name: org/apache/openejb/util/OptionsLog.isWarningEnabled:()Z]
OptionsLog.OptionsLog ( )
[run-time name: org/apache/openejb/util/OptionsLog."<init>":()V]
OptionsLog.warning ( String message ) : void
[run-time name: org/apache/openejb/util/OptionsLog.warning:(Ljava/lang/String;)V]
OptionsLog.warning ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/util/OptionsLog.warning:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-core-3.1.1.jar, ParsedName.class
package org.apache.openejb.core.ivm.naming
ParsedName.path ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/ParsedName.path:()Ljava/lang/String;]
ParsedName.remaining ( ) : ParsedName
[run-time name: org/apache/openejb/core/ivm/naming/ParsedName.remaining:()Lorg/apache/openejb/core/ivm/naming/ParsedName;]
openejb-core-3.1.1.jar, ParseException.class
package org.apache.openejb.core.timer
EJBCronTrigger.ParseException.EJBCronTrigger.ParseException ( int field, String value, String message )
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException."<init>":(ILjava/lang/String;Ljava/lang/String;)V]
EJBCronTrigger.ParseException.EJBCronTrigger.ParseException ( java.util.Map children )
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException."<init>":(Ljava/util/Map;)V]
EJBCronTrigger.ParseException.getChildren ( ) : java.util.Map
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException.getChildren:()Ljava/util/Map;]
EJBCronTrigger.ParseException.getError ( ) : String
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException.getError:()Ljava/lang/String;]
EJBCronTrigger.ParseException.getField ( ) : Integer
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException.getField:()Ljava/lang/Integer;]
EJBCronTrigger.ParseException.getValue ( ) : String
[run-time name: org/apache/openejb/core/timer/EJBCronTrigger.ParseException.getValue:()Ljava/lang/String;]
openejb-core-3.1.1.jar, PassthroughFactory.class
package org.apache.openejb
InjectionProcessor.PassthroughFactory.create ( Object instance ) [static] : Object
[run-time name: org/apache/openejb/InjectionProcessor.PassthroughFactory.create:(Ljava/lang/Object;)Ljava/lang/Object;]
InjectionProcessor.PassthroughFactory.InjectionProcessor.PassthroughFactory ( )
[run-time name: org/apache/openejb/InjectionProcessor.PassthroughFactory."<init>":()V]
openejb-core-3.1.1.jar, PersistenceProviderProperties.class
package org.apache.openejb.config
AppInfoBuilder.PersistenceProviderProperties.AppInfoBuilder.PersistenceProviderProperties ( )
[run-time name: org/apache/openejb/config/AppInfoBuilder.PersistenceProviderProperties."<init>":()V]
openejb-core-3.1.1.jar, PortData.class
package org.apache.openejb.core.webservices
PortData.getSecurityProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/webservices/PortData.getSecurityProperties:()Ljava/util/Properties;]
PortData.isSecure ( ) : boolean
[run-time name: org/apache/openejb/core/webservices/PortData.isSecure:()Z]
PortData.setSecure ( boolean secure ) : void
[run-time name: org/apache/openejb/core/webservices/PortData.setSecure:(Z)V]
PortData.setSecurityProperties ( java.util.Properties securityProperties ) : void
[run-time name: org/apache/openejb/core/webservices/PortData.setSecurityProperties:(Ljava/util/Properties;)V]
openejb-core-3.1.1.jar, PostCreateGenerator.class
package org.apache.openejb.core.cmp.cmp2
PostCreateGenerator.PostCreateGenerator ( Class beanClass, org.apache.xbean.asm.ClassWriter cw )
[run-time name: org/apache/openejb/core/cmp/cmp2/PostCreateGenerator."<init>":(Ljava/lang/Class;Lorg/apache/xbean/asm/ClassWriter;)V]
openejb-core-3.1.1.jar, Prune.class
package org.apache.openejb.config
GeneratedClientModules.Prune.deploy ( AppModule appModule ) : AppModule
[run-time name: org/apache/openejb/config/GeneratedClientModules.Prune.deploy:(Lorg/apache/openejb/config/AppModule;)Lorg/apache/openejb/config/AppModule;]
GeneratedClientModules.Prune.GeneratedClientModules.Prune ( )
[run-time name: org/apache/openejb/config/GeneratedClientModules.Prune."<init>":()V]
openejb-core-3.1.1.jar, RpcContainer.class
package org.apache.openejb
RpcContainer.invoke ( Object p1, InterfaceType p2, Class p3, reflect.Method p4, Object[ ] p5, Object p6 ) [abstract] : Object
[run-time name: org/apache/openejb/RpcContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, RpcContainerWrapper.class
package org.apache.openejb.core
RpcContainerWrapper.invoke ( Object deployID, org.apache.openejb.InterfaceType callType, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/RpcContainerWrapper.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, ScheduleData.class
package org.apache.openejb.core.timer
ScheduleData.getConfig ( ) : javax.ejb.TimerConfig
[run-time name: org/apache/openejb/core/timer/ScheduleData.getConfig:()Ljavax/ejb/TimerConfig;]
ScheduleData.getExression ( ) : javax.ejb.ScheduleExpression
[run-time name: org/apache/openejb/core/timer/ScheduleData.getExression:()Ljavax/ejb/ScheduleExpression;]
ScheduleData.ScheduleData ( javax.ejb.TimerConfig config, javax.ejb.ScheduleExpression exression )
[run-time name: org/apache/openejb/core/timer/ScheduleData."<init>":(Ljavax/ejb/TimerConfig;Ljavax/ejb/ScheduleExpression;)V]
openejb-core-3.1.1.jar, ScheduleInfo.class
package org.apache.openejb.assembler.classic
ScheduleInfo.ScheduleInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ScheduleInfo."<init>":()V]
openejb-core-3.1.1.jar, SecurityServiceImpl.class
package org.apache.openejb.core.security
SecurityServiceImpl.logout ( java.util.UUID securityIdentity ) : void
[run-time name: org/apache/openejb/core/security/SecurityServiceImpl.logout:(Ljava/util/UUID;)V]
SecurityServiceImpl.logout ( Object x0 ) : void
[run-time name: org/apache/openejb/core/security/SecurityServiceImpl.logout:(Ljava/lang/Object;)V]
openejb-core-3.1.1.jar, SingletonContainer.class
package org.apache.openejb.core.singleton
SingletonContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType callType ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer._invoke:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/singleton/Instance;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
SingletonContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, Skip.class
package org.apache.openejb.core
TempClassLoader.Skip.valueOf ( String name ) [static] : TempClassLoader.Skip
[run-time name: org/apache/openejb/core/TempClassLoader.Skip.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/TempClassLoader$Skip;]
TempClassLoader.Skip.values ( ) [static] : TempClassLoader.Skip[ ]
[run-time name: org/apache/openejb/core/TempClassLoader.Skip.values:()[Lorg/apache/openejb/core/TempClassLoader$Skip;]
openejb-core-3.1.1.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.businessMethod:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatefulContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
StatefulContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
StatefulContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.removeEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.InterfaceType type ) : Object
[run-time name: org/apache/openejb/core/stateless/StatelessContainer._invoke:(Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/stateless/Instance;Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
StatelessContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.1.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.discardInstance:(Lorg/apache/openejb/core/ThreadContext;)V]
openejb-core-3.1.1.jar, Synchronization.class
package org.apache.openejb.core.stateful
StatefulContainer.SessionSynchronizationCoordinator.Synchronization.isCallSessionSynchronization ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.SessionSynchronizationCoordinator.Synchronization.isCallSessionSynchronization:()Z]
StatefulContainer.SessionSynchronizationCoordinator.Synchronization.setCallSessionSynchronization ( boolean synchronize ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.SessionSynchronizationCoordinator.Synchronization.setCallSessionSynchronization:(Z)Z]
StatefulContainer.SessionSynchronizationCoordinator.Synchronization.StatefulContainer.SessionSynchronizationCoordinator.Synchronization ( StatefulContainer.SessionSynchronizationCoordinator instance, Instance p2 )
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.SessionSynchronizationCoordinator.Synchronization."<init>":(Lorg/apache/openejb/core/stateful/StatefulContainer$SessionSynchronizationCoordinator;Lorg/apache/openejb/core/stateful/Instance;)V]
openejb-core-3.1.1.jar, TempClassLoader.class
package org.apache.openejb.core
TempClassLoader.skip ( TempClassLoader.Skip s ) : void
[run-time name: org/apache/openejb/core/TempClassLoader.skip:(Lorg/apache/openejb/core/TempClassLoader$Skip;)V]
openejb-core-3.1.1.jar, ThreadContext.class
package org.apache.openejb.core
ThreadContext.isDiscardInstance ( ) : boolean
[run-time name: org/apache/openejb/core/ThreadContext.isDiscardInstance:()Z]
ThreadContext.setDiscardInstance ( boolean discardInstance ) : void
[run-time name: org/apache/openejb/core/ThreadContext.setDiscardInstance:(Z)V]
openejb-core-3.1.1.jar, Vendor.class
package org.apache.openejb
Vendor.valueOf ( String name ) [static] : Vendor
[run-time name: org/apache/openejb/Vendor.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/Vendor;]
Vendor.values ( ) [static] : Vendor[ ]
[run-time name: org/apache/openejb/Vendor.values:()[Lorg/apache/openejb/Vendor;]
openejb-core-3.1.1.jar, Visitor.class
package org.apache.openejb.util
AnnotationFinder.Visitor.visitAnnotation ( String name, boolean visible ) : org.apache.xbean.asm.AnnotationVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/apache/xbean/asm/AnnotationVisitor;]
AnnotationFinder.Visitor.visitAttribute ( org.apache.xbean.asm.Attribute attribute ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitAttribute:(Lorg/apache/xbean/asm/Attribute;)V]
AnnotationFinder.Visitor.visitField ( int i, String string, String string1, String string2, Object object ) : org.apache.xbean.asm.FieldVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/xbean/asm/FieldVisitor;]
AnnotationFinder.Visitor.visitMethod ( int i, String string, String string1, String string2, String[ ] strings ) : org.apache.xbean.asm.MethodVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/apache/xbean/asm/MethodVisitor;]
openejb-cxf-3.1.1.jar, ConfigureCxfSecurity.class
package org.apache.openejb.server.cxf
ConfigureCxfSecurity.configure ( org.apache.cxf.endpoint.Endpoint endpoint, java.util.Properties p ) [static] : void
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.configure:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/util/Properties;)V]
ConfigureCxfSecurity.ConfigureCxfSecurity ( )
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity."<init>":()V]
ConfigureCxfSecurity.getPropsFromProperties ( java.util.Properties inProps, String pattern ) [static] : java.util.Map
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.getPropsFromProperties:(Ljava/util/Properties;Ljava/lang/String;)Ljava/util/Map;]
ConfigureCxfSecurity.setupWSS4JChain ( org.apache.cxf.endpoint.Endpoint endpoint, java.util.Map inProps, java.util.Map outProps ) [static] : void
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.setupWSS4JChain:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/util/Map;Ljava/util/Map;)V]
ConfigureCxfSecurity.setupWSS4JChain ( org.apache.cxf.endpoint.Endpoint endpoint, java.util.Properties inProps ) [static] : void
[run-time name: org/apache/openejb/server/cxf/ConfigureCxfSecurity.setupWSS4JChain:(Lorg/apache/cxf/endpoint/Endpoint;Ljava/util/Properties;)V]
openejb-cxf-3.1.1.jar, EjbWsContainer.class
package org.apache.openejb.server.cxf.ejb
EjbWsContainer.start ( ) : void
[run-time name: org/apache/openejb/server/cxf/ejb/EjbWsContainer.start:()V]
openejb-cxf-3.1.1.jar, ServerPasswordHandler.class
package org.apache.openejb.server.cxf
ServerPasswordHandler.handle ( javax.security.auth.callback.Callback[ ] callbacks ) : void
[run-time name: org/apache/openejb/server/cxf/ServerPasswordHandler.handle:([Ljavax/security/auth/callback/Callback;)V]
ServerPasswordHandler.ServerPasswordHandler ( )
[run-time name: org/apache/openejb/server/cxf/ServerPasswordHandler."<init>":()V]
openejb-jee-3.1.1.jar, AssemblyDescriptor.class
package org.apache.openejb.jee
AssemblyDescriptor.getMethodSchedule ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodSchedule:()Ljava/util/List;]
AssemblyDescriptor.getMethodScheduleMap ( String ejbName ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodScheduleMap:(Ljava/lang/String;)Ljava/util/Map;]
openejb-jee-3.1.1.jar, EjbLocalRef.class
package org.apache.openejb.jee
EjbLocalRef.EjbLocalRef ( String ejbRefName, String ejbLink )
[run-time name: org/apache/openejb/jee/EjbLocalRef."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, EnterpriseBean.class
package org.apache.openejb.jee
EnterpriseBean.setEjbClass ( Class p1 ) [abstract] : void
[run-time name: org/apache/openejb/jee/EnterpriseBean.setEjbClass:(Ljava/lang/Class;)V]
openejb-jee-3.1.1.jar, EntityBean.class
package org.apache.openejb.jee
EntityBean.setEjbClass ( Class value ) : void
[run-time name: org/apache/openejb/jee/EntityBean.setEjbClass:(Ljava/lang/Class;)V]
openejb-jee-3.1.1.jar, EnvironmentType.class
package org.apache.openejb.jee.oejb2
EnvironmentType.getPrivateClasses ( ) : ClassFilterType
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.getPrivateClasses:()Lorg/apache/openejb/jee/oejb2/ClassFilterType;]
EnvironmentType.setPrivatelasses ( ClassFilterType value ) : void
[run-time name: org/apache/openejb/jee/oejb2/EnvironmentType.setPrivatelasses:(Lorg/apache/openejb/jee/oejb2/ClassFilterType;)V]
openejb-jee-3.1.1.jar, MessageDrivenBean.class
package org.apache.openejb.jee
MessageDrivenBean.setEjbClass ( Class value ) : void
[run-time name: org/apache/openejb/jee/MessageDrivenBean.setEjbClass:(Ljava/lang/Class;)V]
openejb-jee-3.1.1.jar, MethodAttribute.class
package org.apache.openejb.jee
MethodAttribute.MethodAttribute ( Object attribute, String ejbName, NamedMethod method )
[run-time name: org/apache/openejb/jee/MethodAttribute."<init>":(Ljava/lang/Object;Ljava/lang/String;Lorg/apache/openejb/jee/NamedMethod;)V]
openejb-jee-3.1.1.jar, MethodSchedule.class
package org.apache.openejb.jee
MethodSchedule.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MethodSchedule.getAttribute:()Ljava/util/List;]
MethodSchedule.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/MethodSchedule.getDescription:()Ljava/lang/String;]
MethodSchedule.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/MethodSchedule.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
MethodSchedule.getEjbName ( ) : String
[run-time name: org/apache/openejb/jee/MethodSchedule.getEjbName:()Ljava/lang/String;]
MethodSchedule.getId ( ) : String
[run-time name: org/apache/openejb/jee/MethodSchedule.getId:()Ljava/lang/String;]
MethodSchedule.getMethod ( ) : NamedMethod
[run-time name: org/apache/openejb/jee/MethodSchedule.getMethod:()Lorg/apache/openejb/jee/NamedMethod;]
MethodSchedule.getSchedule ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MethodSchedule.getSchedule:()Ljava/util/List;]
MethodSchedule.MethodSchedule ( )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":()V]
MethodSchedule.MethodSchedule ( String className, String ejbName, String methodName, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Lorg/apache/openejb/jee/Schedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, NamedMethod method, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Lorg/apache/openejb/jee/NamedMethod;[Lorg/apache/openejb/jee/Schedule;)V]
MethodSchedule.MethodSchedule ( String ejbName, reflect.Method method, Schedule[ ] schedules )
[run-time name: org/apache/openejb/jee/MethodSchedule."<init>":(Ljava/lang/String;Ljava/lang/reflect/Method;[Lorg/apache/openejb/jee/Schedule;)V]
MethodSchedule.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/MethodSchedule.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
MethodSchedule.setEjbName ( String ejbName ) : void
[run-time name: org/apache/openejb/jee/MethodSchedule.setEjbName:(Ljava/lang/String;)V]
MethodSchedule.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/MethodSchedule.setId:(Ljava/lang/String;)V]
MethodSchedule.setMethod ( NamedMethod method ) : void
[run-time name: org/apache/openejb/jee/MethodSchedule.setMethod:(Lorg/apache/openejb/jee/NamedMethod;)V]
openejb-jee-3.1.1.jar, NamedMethod.class
package org.apache.openejb.jee
NamedMethod.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/NamedMethod.getClassName:()Ljava/lang/String;]
NamedMethod.setClassName ( String className ) : void
[run-time name: org/apache/openejb/jee/NamedMethod.setClassName:(Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, PersistenceContextRef.class
package org.apache.openejb.jee
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName )
[run-time name: org/apache/openejb/jee/PersistenceContextRef."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
PersistenceContextRef.PersistenceContextRef ( String persistenceContextRefName, String persistenceUnitName, PersistenceContextType persistenceContextType, java.util.List persistenceProperty )
[run-time name: org/apache/openejb/jee/PersistenceContextRef."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/jee/PersistenceContextType;Ljava/util/List;)V]
openejb-jee-3.1.1.jar, PersistenceUnitRef.class
package org.apache.openejb.jee
PersistenceUnitRef.PersistenceUnitRef ( String persistenceUnitRefName, String persistenceUnitName )
[run-time name: org/apache/openejb/jee/PersistenceUnitRef."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, Property.class
package org.apache.openejb.jee
Property.Property ( String name, String value )
[run-time name: org/apache/openejb/jee/Property."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, ResourceEnvRef.class
package org.apache.openejb.jee
ResourceEnvRef.ResourceEnvRef ( String resourceEnvRefName, String resourceEnvRefType )
[run-time name: org/apache/openejb/jee/ResourceEnvRef."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, ResourceRef.class
package org.apache.openejb.jee
ResourceRef.ResourceRef ( String resRefName, String resType )
[run-time name: org/apache/openejb/jee/ResourceRef."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ResourceRef.ResourceRef ( String resRefName, String resType, ResAuth resAuth, ResSharingScope resSharingScope )
[run-time name: org/apache/openejb/jee/ResourceRef."<init>":(Ljava/lang/String;Ljava/lang/String;Lorg/apache/openejb/jee/ResAuth;Lorg/apache/openejb/jee/ResSharingScope;)V]
openejb-jee-3.1.1.jar, Schedule.class
package org.apache.openejb.jee
Schedule.getDayOfMonth ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getDayOfMonth:()Ljava/lang/String;]
Schedule.getDayOfWeek ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getDayOfWeek:()Ljava/lang/String;]
Schedule.getHour ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getHour:()Ljava/lang/String;]
Schedule.getInfo ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getInfo:()Ljava/lang/String;]
Schedule.getMinute ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getMinute:()Ljava/lang/String;]
Schedule.getMonth ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getMonth:()Ljava/lang/String;]
Schedule.getSecond ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getSecond:()Ljava/lang/String;]
Schedule.getYear ( ) : String
[run-time name: org/apache/openejb/jee/Schedule.getYear:()Ljava/lang/String;]
Schedule.isPersistent ( ) : boolean
[run-time name: org/apache/openejb/jee/Schedule.isPersistent:()Z]
Schedule.Schedule ( )
[run-time name: org/apache/openejb/jee/Schedule."<init>":()V]
Schedule.setDayOfMonth ( String dayOfMonth ) : void
[run-time name: org/apache/openejb/jee/Schedule.setDayOfMonth:(Ljava/lang/String;)V]
Schedule.setDayOfWeek ( String dayOfWeek ) : void
[run-time name: org/apache/openejb/jee/Schedule.setDayOfWeek:(Ljava/lang/String;)V]
Schedule.setHour ( String hour ) : void
[run-time name: org/apache/openejb/jee/Schedule.setHour:(Ljava/lang/String;)V]
Schedule.setInfo ( String info ) : void
[run-time name: org/apache/openejb/jee/Schedule.setInfo:(Ljava/lang/String;)V]
Schedule.setMinute ( String minute ) : void
[run-time name: org/apache/openejb/jee/Schedule.setMinute:(Ljava/lang/String;)V]
Schedule.setMonth ( String month ) : void
[run-time name: org/apache/openejb/jee/Schedule.setMonth:(Ljava/lang/String;)V]
Schedule.setPersistent ( boolean persistent ) : void
[run-time name: org/apache/openejb/jee/Schedule.setPersistent:(Z)V]
Schedule.setSecond ( String second ) : void
[run-time name: org/apache/openejb/jee/Schedule.setSecond:(Ljava/lang/String;)V]
Schedule.setYear ( String year ) : void
[run-time name: org/apache/openejb/jee/Schedule.setYear:(Ljava/lang/String;)V]
openejb-jee-3.1.1.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.setEjbClass ( Class value ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setEjbClass:(Ljava/lang/Class;)V]
openejb-jee-3.1.1.jar, WebServiceSecurityType.class
package org.apache.openejb.jee.oejb2
WebServiceBindingType.WebServiceSecurityType.getHttpMethod ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/WebServiceBindingType.WebServiceSecurityType.getHttpMethod:()Ljava/util/List;]
WebServiceSecurityType.getHttpMethod ( ) : java.util.List
[run-time name: org/apache/openejb/jee/oejb2/WebServiceSecurityType.getHttpMethod:()Ljava/util/List;]
WebServiceSecurityType.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/WebServiceSecurityType.getProperties:()Ljava/util/Properties;]
WebServiceSecurityType.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/jee/oejb2/WebServiceSecurityType.setProperties:(Ljava/util/Properties;)V]
openejb-loader-3.1.1.jar, Log.class
package org.apache.openejb.loader
Options.Log.debug ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.debug:(Ljava/lang/String;)V]
Options.Log.debug ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.Log.info ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.info:(Ljava/lang/String;)V]
Options.Log.info ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.Log.isDebugEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/loader/Options.Log.isDebugEnabled:()Z]
Options.Log.isInfoEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/loader/Options.Log.isInfoEnabled:()Z]
Options.Log.isWarningEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/loader/Options.Log.isWarningEnabled:()Z]
Options.Log.warning ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.warning:(Ljava/lang/String;)V]
Options.Log.warning ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/loader/Options.Log.warning:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-loader-3.1.1.jar, NullLog.class
package org.apache.openejb.loader
Options.NullLog.debug ( String message ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.debug:(Ljava/lang/String;)V]
Options.NullLog.debug ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.NullLog.info ( String message ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.info:(Ljava/lang/String;)V]
Options.NullLog.info ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.NullLog.isDebugEnabled ( ) : boolean
[run-time name: org/apache/openejb/loader/Options.NullLog.isDebugEnabled:()Z]
Options.NullLog.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/loader/Options.NullLog.isInfoEnabled:()Z]
Options.NullLog.isWarningEnabled ( ) : boolean
[run-time name: org/apache/openejb/loader/Options.NullLog.isWarningEnabled:()Z]
Options.NullLog.Options.NullLog ( )
[run-time name: org/apache/openejb/loader/Options.NullLog."<init>":()V]
Options.NullLog.warning ( String message ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.warning:(Ljava/lang/String;)V]
Options.NullLog.warning ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/loader/Options.NullLog.warning:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-loader-3.1.1.jar, Options.class
package org.apache.openejb.loader
Options.get ( String property, boolean defaultValue ) : boolean
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Z)Z]
Options.get ( String property, Class defaultValue ) : Class
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
Options.get ( String property, Enum defaultValue ) : Enum
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Ljava/lang/Enum;)Ljava/lang/Enum;]
Options.get ( String property, int defaultValue ) : int
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;I)I]
Options.get ( String property, java.util.Set defaultValue ) : java.util.Set
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;]
Options.get ( String property, long defaultValue ) : long
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;J)J]
Options.get ( String property, String defaultValue ) : String
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Options.getAll ( String property, Enum[ ] defaultValue ) : java.util.Set
[run-time name: org/apache/openejb/loader/Options.getAll:(Ljava/lang/String;[Ljava/lang/Enum;)Ljava/util/Set;]
Options.getLogger ( ) : Options.Log
[run-time name: org/apache/openejb/loader/Options.getLogger:()Lorg/apache/openejb/loader/Options$Log;]
Options.has ( String property ) : boolean
[run-time name: org/apache/openejb/loader/Options.has:(Ljava/lang/String;)Z]
Options.join ( String delimiter, Object[ ] collection ) [static] : String
[run-time name: org/apache/openejb/loader/Options.join:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Options.lowercase ( Enum[ ] items ) [static] : String[ ]
[run-time name: org/apache/openejb/loader/Options.lowercase:([Ljava/lang/Enum;)[Ljava/lang/String;]
Options.lowercase ( java.util.Collection items ) [static] : String[ ]
[run-time name: org/apache/openejb/loader/Options.lowercase:(Ljava/util/Collection;)[Ljava/lang/String;]
Options.Options ( java.util.Properties properties )
[run-time name: org/apache/openejb/loader/Options."<init>":(Ljava/util/Properties;)V]
Options.Options ( java.util.Properties properties, Options parent )
[run-time name: org/apache/openejb/loader/Options."<init>":(Ljava/util/Properties;Lorg/apache/openejb/loader/Options;)V]
Options.possibleValues ( Class enumType ) [static] : String
[run-time name: org/apache/openejb/loader/Options.possibleValues:(Ljava/lang/Class;)Ljava/lang/String;]
Options.possibleValues ( Enum v ) [static] : String
[run-time name: org/apache/openejb/loader/Options.possibleValues:(Ljava/lang/Enum;)Ljava/lang/String;]
Options.setLogger ( Options.Log logger ) : void
[run-time name: org/apache/openejb/loader/Options.setLogger:(Lorg/apache/openejb/loader/Options$Log;)V]
Options.valueOf ( Class enumType, String name ) [static] : Enum
[run-time name: org/apache/openejb/loader/Options.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;]
openejb-loader-3.1.1.jar, SystemInstance.class
package org.apache.openejb.loader
SystemInstance.getOptions ( ) : Options
[run-time name: org/apache/openejb/loader/SystemInstance.getOptions:()Lorg/apache/openejb/loader/Options;]
openejb-webservices-3.1.1.jar, BasicAuthHttpListenerWrapper.class
package org.apache.openejb.server.webservices
BasicAuthHttpListenerWrapper.BasicAuthHttpListenerWrapper ( org.apache.openejb.server.httpd.HttpListener httpListener, String realmName )
[run-time name: org/apache/openejb/server/webservices/BasicAuthHttpListenerWrapper."<init>":(Lorg/apache/openejb/server/httpd/HttpListener;Ljava/lang/String;)V]
BasicAuthHttpListenerWrapper.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response ) : void
[run-time name: org/apache/openejb/server/webservices/BasicAuthHttpListenerWrapper.onMessage:(Lorg/apache/openejb/server/httpd/HttpRequest;Lorg/apache/openejb/server/httpd/HttpResponse;)V]
to the top
Removed Methods (37)
openejb-client-3.1.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, int deploymentCode, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;ILjava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;Ljava/util/List;)V]
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, java.util.List businessInterfaces )
[run-time name: org/apache/openejb/client/EJBMetaDataImpl."<init>":(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;Ljava/util/List;)V]
openejb-core-3.1.jar, AnnotationDeployer.class
package org.apache.openejb.config
AnnotationDeployer.getValidationContext ( ) [static] : ThreadLocal
[run-time name: org/apache/openejb/config/AnnotationDeployer.getValidationContext:()Ljava/lang/ThreadLocal;]
openejb-core-3.1.jar, CmpField.class
package org.apache.openejb.core.cmp.cmp2
CmpField.CmpField ( String name, org.apache.openejb.asm.Type type, reflect.Method getter )
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField."<init>":(Ljava/lang/String;Lorg/apache/openejb/asm/Type;Ljava/lang/reflect/Method;)V]
CmpField.getType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField.getType:()Lorg/apache/openejb/asm/Type;]
openejb-core-3.1.jar, CmrField.class
package org.apache.openejb.core.cmp.cmp2
CmrField.getInitialValueType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getInitialValueType:()Lorg/apache/openejb/asm/Type;]
CmrField.getProxyType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getProxyType:()Lorg/apache/openejb/asm/Type;]
CmrField.getType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getType:()Lorg/apache/openejb/asm/Type;]
openejb-core-3.1.jar, CmrStyle.class
package org.apache.openejb.core.cmp.cmp2
CmrStyle.getAccessorType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getAccessorType:()Lorg/apache/openejb/asm/Type;]
CmrStyle.getCmrFieldDescriptor ( org.apache.openejb.asm.Type relatedType ) : String
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCmrFieldDescriptor:(Lorg/apache/openejb/asm/Type;)Ljava/lang/String;]
CmrStyle.getCollectionType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCollectionType:()Lorg/apache/openejb/asm/Type;]
CmrStyle.getIntiCollectionType ( ) : org.apache.openejb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getIntiCollectionType:()Lorg/apache/openejb/asm/Type;]
openejb-core-3.1.jar, InitEjbDeployments.class
package org.apache.openejb.config
InitEjbDeployments.deploy ( EjbModule ejbModule, java.util.Map contextData ) : EjbModule
[run-time name: org/apache/openejb/config/InitEjbDeployments.deploy:(Lorg/apache/openejb/config/EjbModule;Ljava/util/Map;)Lorg/apache/openejb/config/EjbModule;]
openejb-core-3.1.jar, Instance.class
package org.apache.openejb.core.stateful
Instance.isCallSessionSynchronization ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/Instance.isCallSessionSynchronization:()Z]
Instance.setCallSessionSynchronization ( ) : void
[run-time name: org/apache/openejb/core/stateful/Instance.setCallSessionSynchronization:()V]
openejb-core-3.1.jar, LocalInitialContext.class
package org.apache.openejb.client
LocalInitialContext.createEJBContainer ( java.util.Map properties, String[ ] modules ) : void
[run-time name: org/apache/openejb/client/LocalInitialContext.createEJBContainer:(Ljava/util/Map;[Ljava/lang/String;)V]
openejb-core-3.1.jar, MEJBBean.class
package org.apache.openejb.mgmt
MEJBBean.create ( ) : void
[run-time name: org/apache/openejb/mgmt/MEJBBean.create:()V]
openejb-core-3.1.jar, Options.class
package org.apache.openejb.util
Options.getBoolean ( java.util.Properties p, String property, boolean defaultValue ) [static] : boolean
[run-time name: org/apache/openejb/util/Options.getBoolean:(Ljava/util/Properties;Ljava/lang/String;Z)Z]
Options.getEnum ( java.util.Properties p, String property, Enum defaultValue ) [static] : Enum
[run-time name: org/apache/openejb/util/Options.getEnum:(Ljava/util/Properties;Ljava/lang/String;Ljava/lang/Enum;)Ljava/lang/Enum;]
Options.getInt ( java.util.Properties p, String property, int defaultValue ) [static] : int
[run-time name: org/apache/openejb/util/Options.getInt:(Ljava/util/Properties;Ljava/lang/String;I)I]
Options.getLong ( java.util.Properties p, String property, long defaultValue ) [static] : long
[run-time name: org/apache/openejb/util/Options.getLong:(Ljava/util/Properties;Ljava/lang/String;J)J]
Options.Options ( )
[run-time name: org/apache/openejb/util/Options."<init>":()V]
openejb-core-3.1.jar, PostCreateGenerator.class
package org.apache.openejb.core.cmp.cmp2
PostCreateGenerator.PostCreateGenerator ( Class beanClass, org.apache.openejb.asm.ClassWriter cw )
[run-time name: org/apache/openejb/core/cmp/cmp2/PostCreateGenerator."<init>":(Ljava/lang/Class;Lorg/apache/openejb/asm/ClassWriter;)V]
openejb-core-3.1.jar, SingletonContainer.class
package org.apache.openejb.core.singleton
SingletonContainer._invoke ( Class callInterface, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Object object, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer._invoke:(Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
SingletonContainer._invoke ( Class callInterface, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer._invoke:(Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/singleton/Instance;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
openejb-core-3.1.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.businessMethod:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
StatefulContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Lorg/apache/openejb/ProxyInfo;]
StatefulContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.removeEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer._invoke ( Class callInterface, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/stateless/StatelessContainer._invoke:(Ljava/lang/Class;Ljava/lang/reflect/Method;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/core/stateless/Instance;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
openejb-core-3.1.jar, Visitor.class
package org.apache.openejb.util
AnnotationFinder.Visitor.visitAnnotation ( String name, boolean visible ) : org.apache.openejb.asm.AnnotationVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitAnnotation:(Ljava/lang/String;Z)Lorg/apache/openejb/asm/AnnotationVisitor;]
AnnotationFinder.Visitor.visitAttribute ( org.apache.openejb.asm.Attribute attribute ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitAttribute:(Lorg/apache/openejb/asm/Attribute;)V]
AnnotationFinder.Visitor.visitField ( int i, String string, String string1, String string2, Object object ) : org.apache.openejb.asm.FieldVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitField:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)Lorg/apache/openejb/asm/FieldVisitor;]
AnnotationFinder.Visitor.visitMethod ( int i, String string, String string1, String string2, String[ ] strings ) : org.apache.openejb.asm.MethodVisitor
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitMethod:(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)Lorg/apache/openejb/asm/MethodVisitor;]
openejb-jee-3.1.jar, MethodAttribute.class
package org.apache.openejb.jee
MethodAttribute.getMethod ( ) : Method
[run-time name: org/apache/openejb/jee/MethodAttribute.getMethod:()Lorg/apache/openejb/jee/Method;]
MethodAttribute.getMethodIntf ( ) : MethodIntf
[run-time name: org/apache/openejb/jee/MethodAttribute.getMethodIntf:()Lorg/apache/openejb/jee/MethodIntf;]
to the top
Problems with Data Types, High Severity (14)
openejb-core-3.1.jar
package org.apache.openejb
[+] DeploymentInfo (3)
| Change | Effect |
---|
1 | Abstract method DeploymentInfo.getMethodSchedules ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getMethodSchedules() in DeploymentInfo. |
2 | Abstract method DeploymentInfo.getRemoveMethods ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getRemoveMethods() in DeploymentInfo. |
3 | Abstract method DeploymentInfo.isSessionSynchronized ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isSessionSynchronized() in DeploymentInfo. |
[+] affected methods (170)
assembler.classic.JndiBuilder.bind ( assembler.classic.EjbJarInfo ejbJarInfo, DeploymentInfo deploymentInfo, assembler.classic.EnterpriseBeanInfo beanInfo, assembler.classic.JndiBuilder.JndiNameStrategy strategy )2nd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.JndiNameStrategy.begin ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.LegacyAddedSuffixStrategy.begin ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.TemplatedStrategy.begin ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.MethodInfoUtil.resolveAttributes ( java.util.List infos, DeploymentInfo deploymentInfo )2nd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
ClusteredRPCContainer.getLocations ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
Container.deploy ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
Container.getDeploymentInfo ( Object p1 )Return value of this abstract method has type 'DeploymentInfo'.
Container.undeploy ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
core.cmp.CmpContainer.deploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.select ( DeploymentInfo di, String methodSignature, String returnType, Object[ ] args )1st parameter 'di' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.undeploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.update ( DeploymentInfo di, String methodSignature, Object[ ] args )1st parameter 'di' of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.addDeployment ( DeploymentInfo deployment )1st parameter 'deployment' of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.removeDeploymentInfo ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, core.ThreadContext callContext )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbHomeHandler.EntityEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbObjectHandler.EntityEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityInstanceManager.deploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityInstanceManager.undeploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntrancyTracker.enter ( DeploymentInfo deploymentInfo, Object primaryKey )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntrancyTracker.exit ( DeploymentInfo deploymentInfo, Object primaryKey )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.BaseEjbProxyHandler.BaseEjbProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this abstract method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List objectInterfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.EjbHomeProxyHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.newEjbObjectHandler ( DeploymentInfo p1, Object p2, InterfaceType p3, java.util.List p4 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.EjbObjectProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbHomeHandler.SingletonEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbObjectHandler.SingletonEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateful.StatefulContainer.deploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateful.StatefulContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.stateful.StatefulContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.stateful.StatefulEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateful.StatefulEjbHomeHandler.StatefulEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateful.StatefulEjbObjectHandler.StatefulEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateless.StatelessContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.stateless.StatelessContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.stateless.StatelessContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.stateless.StatelessContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.stateless.StatelessEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateless.StatelessEjbHomeHandler.StatelessEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateless.StatelessEjbObjectHandler.StatelessEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.timer.EjbTimerServiceImpl.EjbTimerServiceImpl ( DeploymentInfo deployment )1st parameter 'deployment' of this method has type 'DeploymentInfo'.
core.timer.EjbTimerServiceImpl.EjbTimerServiceImpl ( DeploymentInfo deployment, javax.transaction.TransactionManager transactionManager, java.util.concurrent.Executor threadPool, core.timer.TimerStore timerStore, int retryAttempts )1st parameter 'deployment' of this method has type 'DeploymentInfo'.
DeploymentInfo.get ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getActivationProperties ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAroundInvoke ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAuthorizedRoles ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getAuthorizedRoles ( String p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBeanClass ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessLocalInterfaces ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getBusinessRemoteInterfaces ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getClassLoader ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getComponentType ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getContainer ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDependsOn ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDeploymentID ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbName ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimeout ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimerService ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getExceptionType ( Throwable p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInjections ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterface ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaces ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaceType ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getJndiEnc ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMdbInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMethodInterceptors ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getModuleID ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPostActivate ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPostConstruct ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPreDestroy ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrePassivate ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrimaryKeyClass ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getPrimaryKeyField ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRemoteInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRunAs ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getSecurityRole ( String p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getServiceEndpointInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getTransactionType ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isBeanManagedTransaction ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isLoadOnStartup ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isReentrant ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.retainIfExeption ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.set ( Class p1, Object p2 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.setContainer ( Container p1 )This abstract method is from 'DeploymentInfo' interface.
ProxyInfo.getBeanContainer ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.getDeploymentInfo ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.getInterface ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.getInterfaces ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.getInterfaceType ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.getPrimaryKey ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.ProxyInfo ( )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.ProxyInfo ( DeploymentInfo depInfo, Object pk )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
ProxyInfo.ProxyInfo ( DeploymentInfo deploymentInfo, Object primaryKey, java.util.List interfaces, InterfaceType proxyType )Field 'this.deploymentInfo' in the object of this method has type 'DeploymentInfo'.
server.cxf.CxfService.createEjbWsContainer ( java.net.URL moduleBaseUrl, core.webservices.PortData port, DeploymentInfo deploymentInfo )3rd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
server.cxf.ejb.EjbEndpoint.EjbEndpoint ( org.apache.cxf.Bus bus, core.webservices.PortData portData, DeploymentInfo deploymentInfo )3rd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
server.cxf.ejb.EjbMethodInvoker.EjbMethodInvoker ( org.apache.cxf.Bus bus, DeploymentInfo deploymentInfo )2nd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
server.cxf.ejb.EjbWsContainer.EjbWsContainer ( org.apache.cxf.Bus bus, core.webservices.PortData port, DeploymentInfo deploymentInfo )3rd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
server.ejbd.BasicClusterableRequestHandler.updateServer ( DeploymentInfo deploymentInfo, client.ClusterableRequest req, client.ClusterableResponse res )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
server.ejbd.CallContext.getDeploymentInfo ( )Return value of this method has type 'DeploymentInfo'.
server.ejbd.CallContext.setDeploymentInfo ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.ClusterableRequestHandler.updateServer ( DeploymentInfo p1, client.ClusterableRequest p2, client.ClusterableResponse p3 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
server.ejbd.DeploymentIndex.getDeployment ( int index )Return value of this method has type 'DeploymentInfo'.
server.ejbd.DeploymentIndex.getDeployment ( Integer index )Return value of this method has type 'DeploymentInfo'.
server.ejbd.DeploymentIndex.getDeployment ( String deploymentID )Return value of this method has type 'DeploymentInfo'.
server.ejbd.DeploymentIndex.getDeployment ( client.EJBRequest req )Return value of this method has type 'DeploymentInfo'.
server.ejbd.DeploymentIndex.getDeploymentIndex ( DeploymentInfo deployment )1st parameter 'deployment' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getDeployment ( client.EJBRequest req )Return value of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )Field 'info.deploymentInfo' in 1st parameter 'info' of this method has type 'DeploymentInfo'.
server.webservices.WsService.createEjbWsContainer ( java.net.URL p1, core.webservices.PortData p2, DeploymentInfo p3 )3rd parameter 'p3' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )Field 'p1.deploymentInfo' in 1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
spi.ContainerSystem.getDeploymentInfo ( Object p1 )Return value of this abstract method has type 'DeploymentInfo'.
[+] RpcContainer (1)
| Change | Effect |
---|
1 | Abstract method RpcContainer.invoke ( Object p1, InterfaceType p2, Class p3, reflect.Method p4, Object[ ] p5, Object p6 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method invoke(java.lang.Object, InterfaceType, java.lang.Class, java.lang.reflect.Method, java.lang.Object[], java.lang.Object) in RpcContainer. |
[+] affected methods (76)
core.cmp.ProxyFactory.createLocalProxy ( javax.ejb.EntityBean bean, RpcContainer container )2nd parameter 'container' of this method has type 'RpcContainer'.
core.cmp.ProxyFactory.createRemoteProxy ( javax.ejb.EntityBean bean, RpcContainer container )2nd parameter 'container' of this method has type 'RpcContainer'.
core.entity.EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, core.ThreadContext callContext )Field 'RetVal.beanContainer' in return value of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )Field 'this.container' in the object of this abstract method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler._writeReplace ( Object p1 )Field 'this.container' in the object of this abstract method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.BaseEjbProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.copyArgs ( Object[ ] objects )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.copyObj ( Object object )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.equals ( Object obj )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getCause ( Throwable e )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getDeploymentInfo ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getInterfaces ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getInvocationHandler ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getLiveHandleRegistry ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getMainInterface ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Field 'RetVal.beanContainer' in return value of this abstract method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.hashCode ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.invalidateAllHandlers ( Object key )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.invalidateReference ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.registerHandler ( Object key, core.ivm.BaseEjbProxyHandler handler )Field 'handler.container' in 2nd parameter 'handler' of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.setDeploymentInfo ( core.CoreDeploymentInfo deploymentInfo )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.BaseEjbProxyHandler.toString ( )Field 'this.container' in the object of this method has type 'RpcContainer'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Field 'RetVal.beanContainer' in return value of this method has type 'RpcContainer'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Field 'RetVal.beanContainer' in return value of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )Field 'pi.beanContainer' in 1st parameter 'pi' of this method has type 'RpcContainer'.
core.RpcContainerWrapper.getContainer ( )Return value of this method has type 'RpcContainer'.
core.RpcContainerWrapper.RpcContainerWrapper ( RpcContainer container )1st parameter 'container' of this method has type 'RpcContainer'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.beanContainer' in 1st parameter 'proxyInfo' of this method has type 'RpcContainer'.
core.singleton.SingletonContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.beanContainer' in return value of this method has type 'RpcContainer'.
core.stateless.StatelessContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.beanContainer' in return value of this method has type 'RpcContainer'.
ProxyInfo.getBeanContainer ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.getDeploymentInfo ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.getInterface ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.getInterfaces ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.getInterfaceType ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.getPrimaryKey ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.ProxyInfo ( )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.ProxyInfo ( DeploymentInfo depInfo, Object pk )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
ProxyInfo.ProxyInfo ( DeploymentInfo deploymentInfo, Object primaryKey, java.util.List interfaces, InterfaceType proxyType )Field 'this.beanContainer' in the object of this method has type 'RpcContainer'.
RpcContainer.invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4, Object p5 )This abstract method is from 'RpcContainer' interface.
RpcContainer.invoke ( Object p1, reflect.Method p2, Object[ ] p3, Object p4, Object p5 )This abstract method is from 'RpcContainer' interface.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )Field 'info.beanContainer' in 1st parameter 'info' of this method has type 'RpcContainer'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )Field 'p1.beanContainer' in 1st parameter 'p1' of this abstract method has type 'RpcContainer'.
package org.apache.openejb.assembler.classic
[+] Assembler (2)
| Change | Effect |
---|
1 | Field CONFIGURATOR_PROPERTY (java.lang.String) with the compile-time constant value "openejb.configurator" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable CONFIGURATOR_PROPERTY in Assembler. |
2 | Field DEFAULT_CONFIGURATOR (java.lang.String) with the compile-time constant value "org.apache.openejb.config.ConfigurationFactory" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DEFAULT_CONFIGURATOR in Assembler. |
[+] affected methods (38)
Assembler.addDeploymentListener ( DeploymentListener deploymentListener )This method is from 'Assembler' class.
Assembler.Assembler ( )This constructor is from 'Assembler' class.
Assembler.build ( )This method is from 'Assembler' class.
Assembler.buildContainerSystem ( OpenEjbConfiguration configInfo )This method is from 'Assembler' class.
Assembler.createAppClassLoader ( AppInfo appInfo )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start )This method is from 'Assembler' class.
Assembler.createApplication ( EjbJarInfo ejbJar )This method is from 'Assembler' class.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createClient ( ClientInfo clientInfo )This method is from 'Assembler' class.
Assembler.createClient ( ClientInfo clientInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createConnectionManager ( ConnectionManagerInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createConnector ( ConnectorInfo connectorInfo )This method is from 'Assembler' class.
Assembler.createConnector ( ConnectorInfo connectorInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createContainer ( ContainerInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createEjbJar ( EjbJarInfo ejbJar )This method is from 'Assembler' class.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.createExternalContext ( JndiContextInfo contextInfo )This method is from 'Assembler' class.
Assembler.createProxyFactory ( ProxyFactoryInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createResource ( ResourceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createSecurityService ( SecurityServiceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createTransactionManager ( TransactionServiceInfo serviceInfo )This method is from 'Assembler' class.
Assembler.createWebApp ( WebAppInfo webAppInfo )This method is from 'Assembler' class.
Assembler.createWebApp ( WebAppInfo webAppInfo, ClassLoader classLoader )This method is from 'Assembler' class.
Assembler.destroy ( )This method is from 'Assembler' class.
Assembler.destroyApplication ( String filePath )This method is from 'Assembler' class.
Assembler.getContainerSystem ( )This method is from 'Assembler' class.
Assembler.getContext ( )This method is from 'Assembler' class.
Assembler.getDeployedApplications ( )This method is from 'Assembler' class.
Assembler.getOpenEjbConfiguration ( )This method is from 'Assembler' class.
Assembler.getSecurityService ( )This method is from 'Assembler' class.
Assembler.getTransactionManager ( )This method is from 'Assembler' class.
Assembler.init ( java.util.Properties props )This method is from 'Assembler' class.
Assembler.installNaming ( )This method is from 'Assembler' class.
Assembler.removeContainer ( String containerId )This method is from 'Assembler' class.
Assembler.removeDeploymentListener ( DeploymentListener deploymentListener )This method is from 'Assembler' class.
Assembler.setContext ( java.util.Map map )This method is from 'Assembler' class.
[+] EjbReferenceInfo (2)
| Change | Effect |
---|
1 | Field homeType has been renamed to homeClassName. | Recompilation of a client program may be terminated with the message: cannot find variable homeType in EjbReferenceInfo. |
2 | Field interfaceType has been renamed to interfaceClassName. | Recompilation of a client program may be terminated with the message: cannot find variable interfaceType in EjbReferenceInfo. |
[+] affected methods (1)
EjbReferenceInfo.EjbReferenceInfo ( )This constructor is from 'EjbReferenceInfo' class.
package org.apache.openejb.core.cmp.cmp2
[+] Cmp1Generator (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.asm.Opcodes. | Recompilation of a client program may be terminated with the message: cannot find method in class Cmp1Generator. |
[+] affected methods (4)
Cmp1Generator.Cmp1Generator ( String cmpImplClass, Class beanClass )This constructor is from 'Cmp1Generator' class.
Cmp1Generator.generate ( )This method is from 'Cmp1Generator' class.
Cmp1Generator.isUnknownPk ( )This method is from 'Cmp1Generator' class.
Cmp1Generator.setUnknownPk ( boolean unknownPk )This method is from 'Cmp1Generator' class.
[+] Cmp2Generator (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.asm.Opcodes. | Recompilation of a client program may be terminated with the message: cannot find method in class Cmp2Generator. |
[+] affected methods (11)
Cmp2Generator.addCmrField ( CmrField cmrField )This method is from 'Cmp2Generator' class.
Cmp2Generator.addSelectMethod ( reflect.Method selectMethod )This method is from 'Cmp2Generator' class.
Cmp2Generator.Cmp2Generator ( String cmpImplClass, Class beanClass, String pkField, Class primKeyClass, String[ ] cmpFields )This constructor is from 'Cmp2Generator' class.
Cmp2Generator.createEjbActivate ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createEjbLoad ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createEjbPassivate ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createEjbRemove ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createEjbStore ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createSetEntityContext ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.createUnsetEntityContext ( )This method is from 'Cmp2Generator' class.
Cmp2Generator.generate ( )This method is from 'Cmp2Generator' class.
package org.apache.openejb.util
[+] AnnotationFinder.Visitor (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.asm.ClassVisitor. | Recompilation of a client program may be terminated with the message: cannot find method in class AnnotationFinder.Visitor. |
[+] affected methods (6)
AnnotationFinder.Visitor.AnnotationFinder.Visitor ( AnnotationFinder filter, AnnotationFinder.Filter p2 )This constructor is from 'AnnotationFinder.Visitor' class.
AnnotationFinder.Visitor.visit ( int i, int i1, String string, String string1, String string2, String[ ] strings )This method is from 'AnnotationFinder.Visitor' class.
AnnotationFinder.Visitor.visitEnd ( )This method is from 'AnnotationFinder.Visitor' class.
AnnotationFinder.Visitor.visitInnerClass ( String string, String string1, String string2, int i )This method is from 'AnnotationFinder.Visitor' class.
AnnotationFinder.Visitor.visitOuterClass ( String string, String string1, String string2 )This method is from 'AnnotationFinder.Visitor' class.
AnnotationFinder.Visitor.visitSource ( String string, String string1 )This method is from 'AnnotationFinder.Visitor' class.
[+] MakeTxLookup (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.asm.Opcodes. | Recompilation of a client program may be terminated with the message: cannot find method in class MakeTxLookup. |
[+] affected methods (2)
MakeTxLookup.main ( String[ ] args )This method is from 'MakeTxLookup' class.
MakeTxLookup.MakeTxLookup ( )This constructor is from 'MakeTxLookup' class.
[+] Options (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Options. |
[+] affected methods (5)
Options.getBoolean ( java.util.Properties p, String property, boolean defaultValue )This method is from 'Options' class.
Options.getEnum ( java.util.Properties p, String property, Enum defaultValue )This method is from 'Options' class.
Options.getInt ( java.util.Properties p, String property, int defaultValue )This method is from 'Options' class.
Options.getLong ( java.util.Properties p, String property, long defaultValue )This method is from 'Options' class.
Options.Options ( )This constructor is from 'Options' class.
openejb-jee-3.1.jar
package org.apache.openejb.jee
[+] EnterpriseBean (1)
| Change | Effect |
---|
1 | Abstract method EnterpriseBean.setEjbClass ( Class p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method setEjbClass(java.lang.Class) in EnterpriseBean. |
[+] affected methods (24)
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, EnterpriseBean enterpriseBean, org.apache.openejb.assembler.classic.EnterpriseBeanInfo beanInfo, String moduleId )2nd parameter 'enterpriseBean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.CheckClasses.check_hasEjbClass ( EnterpriseBean b )1st parameter 'b' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.CheckDependsOn.Bean.CheckDependsOn.Bean ( EnterpriseBean bean, org.apache.openejb.config.EjbModule module, java.net.URI moduleUri, org.apache.openejb.config.rules.CheckDependsOn.Resolver resolver )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.error ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.fail ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.isCmp ( EnterpriseBean b )1st parameter 'b' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.missingMethod ( org.apache.openejb.config.ValidationContext set, EnterpriseBean bean, String key, String methodName, Class returnType, Class[ ] paramTypes )2nd parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.warn ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )Return value of this method has type 'EnterpriseBean'.
EjbJar.getEnterpriseBean ( String ejbName )Return value of this method has type 'EnterpriseBean'.
EjbJar.removeEnterpriseBean ( String name )Return value of this method has type 'EnterpriseBean'.
EnterpriseBean.getEjbClass ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getEjbName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getId ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getMappedName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getSecurityIdentity ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getTransactionType ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbClass ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbName ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setId ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setMappedName ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setSecurityIdentity ( SecurityIdentity p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setTransactionType ( TransactionType p1 )This abstract method is from 'EnterpriseBean' interface.
InterceptorBinding.InterceptorBinding ( EnterpriseBean bean, Interceptor[ ] interceptors )1st parameter 'bean' of this method has type 'EnterpriseBean'.
to the top
Problems with Data Types, Medium Severity (1)
openejb-core-3.1.jar
package org.apache.openejb.core
[+] TempClassLoader.IsAnnotationVisitor (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.openejb.asm.commons.EmptyVisitor to org.apache.xbean.asm.commons.EmptyVisitor. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in TempClassLoader.IsAnnotationVisitor. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
TempClassLoader.IsAnnotationVisitor.TempClassLoader.IsAnnotationVisitor ( )This constructor is from 'TempClassLoader.IsAnnotationVisitor' class.
TempClassLoader.IsAnnotationVisitor.visit ( int version, int access, String name, String signature, String superName, String[ ] interfaces )This method is from 'TempClassLoader.IsAnnotationVisitor' class.
to the top
Problems with Methods, Medium Severity (1)
openejb-core-3.1.jar, DeploymentLoader
package org.apache.openejb.config
[+] DeploymentLoader.createClientModule ( java.net.URL clientUrl, String absolutePath, ClassLoader appClassLoader, String moduleName ) [static] : ClientModule (1)
[run-time name: org/apache/openejb/config/DeploymentLoader.createClientModule:(Ljava/net/URL;Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/lang/String;)Lorg/apache/openejb/config/ClientModule;]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override createClientModule(java.net.URL, java.lang.String, java.lang.ClassLoader, java.lang.String) in org.apache.openejb.config.DeploymentLoader; overridden method does not throw java.io.IOException. |
to the top
Problems with Methods, Low Severity (2)
openejb-client-3.1.jar, EJBInvocationHandler
package org.apache.openejb.client
[+] EJBInvocationHandler.getCause ( Throwable e ) : Throwable (1)
[run-time name: org/apache/openejb/client/EJBInvocationHandler.getCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
openejb-core-3.1.jar, javaURLContextFactory
package org.apache.openejb.core.ivm.naming.java
[+] javaURLContextFactory.getContext ( ) : javax.naming.Context (1)
[run-time name: org/apache/openejb/core/ivm/naming/java/javaURLContextFactory.getContext:()Ljavax/naming/Context;]
| Change | Effect |
---|
1 | Method became static.
| A client program may be interrupted by NoSuchMethodError exception. |
to the top
Other Changes in Data Types (20)
openejb-client-3.1.jar
package org.apache.openejb.client
[+] EJBMetaDataImpl (1)
| Change | Effect |
---|
1 | Field interfaceType has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to interfaceType is ambiguous. |
[+] affected methods (55)
EJBHomeHandler.createEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBHomeHandler.EJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler._invoke ( Object p1, reflect.Method p2, Object[ ] p3 )Field 'this.ejb' in the object of this abstract method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.convertException ( Throwable e, reflect.Method method )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getCause ( Throwable e )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getClient ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getClientIdentity ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getEjb ( )Return value of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getMethod ( Class c, String method, Class[ ] params )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getPrimaryKey ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getServer ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateAllHandlers ( Object key )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateReference ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.registerHandler ( Object key, EJBInvocationHandler handler )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.request ( EJBRequest req )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBMetaDataImpl.EJBMetaDataImpl ( )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getBusinessClasses ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getDeploymentID ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getEJBHome ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getHomeClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getHomeInterfaceClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getPrimaryKey ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getPrimaryKeyClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.getRemoteInterfaceClass ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isSingletonSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatefulSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatelessSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.readExternal ( java.io.ObjectInput in )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setEJBHomeProxy ( EJBHomeProxy home )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setPrimaryKey ( Object primaryKey )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.toString ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.writeExternal ( java.io.ObjectOutput out )This method is from 'EJBMetaDataImpl' class.
EJBObjectHandler.createEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.Body.EJBRequest.Body ( EJBMetaDataImpl ejb )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.EJBRequest ( int requestMethod, EJBMetaDataImpl ejb, reflect.Method method, Object[ ] args, Object primaryKey )2nd parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBHomeHandler.EntityEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
JNDIContext.createEJBHomeProxy ( EJBMetaDataImpl ejbData )1st parameter 'ejbData' of this method has type 'EJBMetaDataImpl'.
SingletonEJBHomeHandler.SingletonEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBHomeHandler.StatefulEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBHomeHandler.StatelessEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
openejb-core-3.1.jar
package org.apache.openejb.assembler.classic
[+] ClientInfo (2)
| Change | Effect |
---|
1 | Field localClients has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localClients is ambiguous. |
2 | Field remoteClients has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to remoteClients is ambiguous. |
[+] affected methods (4)
Assembler.createClient ( ClientInfo clientInfo )1st parameter 'clientInfo' of this method has type 'ClientInfo'.
Assembler.createClient ( ClientInfo clientInfo, ClassLoader classLoader )1st parameter 'clientInfo' of this method has type 'ClientInfo'.
ClientInfo.ClientInfo ( )This constructor is from 'ClientInfo' class.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.ClientModule clientModule )Return value of this method has type 'ClientInfo'.
[+] EjbJarInfo (1)
| Change | Effect |
---|
1 | Field methodSchedules has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to methodSchedules is ambiguous. |
[+] affected methods (15)
Assembler.createApplication ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createApplication ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
Assembler.createEjbJar ( EjbJarInfo ejbJar, ClassLoader classLoader )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarBuilder.build ( EjbJarInfo ejbJar )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
EjbJarInfo.EjbJarInfo ( )This constructor is from 'EjbJarInfo' class.
InterceptorBindingBuilder.InterceptorBindingBuilder ( ClassLoader cl, EjbJarInfo ejbJarInfo )2nd parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JaccPermissionsBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.DeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
JndiBuilder.build ( EjbJarInfo ejbJar, java.util.HashMap deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments )1st parameter 'ejbJar' of this method has type 'EjbJarInfo'.
JndiBuilder.TemplatedStrategy.JndiBuilder.TemplatedStrategy ( EjbJarInfo ejbJarInfo, java.util.Map deployments )1st parameter 'ejbJarInfo' of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.config.EjbModule ejbModule )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )Return value of this method has type 'EjbJarInfo'.
org.apache.openejb.config.EjbJarInfoBuilder.buildInfo ( org.apache.openejb.config.EjbModule jar )Return value of this method has type 'EjbJarInfo'.
[+] EjbReferenceInfo (1)
| Change | Effect |
---|
1 | Field ambiguous has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ambiguous is ambiguous. |
[+] affected methods (1)
EjbReferenceInfo.EjbReferenceInfo ( )This constructor is from 'EjbReferenceInfo' class.
[+] NamedMethodInfo (1)
| Change | Effect |
---|
1 | Field className has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to className is ambiguous. |
[+] affected methods (11)
EjbResolver.getEnterpriseBeanInfo ( String deploymentId )Field 'RetVal.timeoutMethod' in return value of this method has type 'NamedMethodInfo'.
EnterpriseBeanInfo.EnterpriseBeanInfo ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethodInfo'.
InitMethodInfo.InitMethodInfo ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethodInfo'.
InterceptorBindingBuilder.build ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo )Field 'beanInfo.timeoutMethod' in 2nd parameter 'beanInfo' of this method has type 'NamedMethodInfo'.
InterceptorBindingBuilder.IntercpetorBindingComparator.compare ( InterceptorBindingInfo a, InterceptorBindingInfo b )Field 'b.method' in 2nd parameter 'b' of this method has type 'NamedMethodInfo'.
InterceptorBindingInfo.InterceptorBindingInfo ( )Field 'this.method' in the object of this method has type 'NamedMethodInfo'.
InterceptorBuilder.InterceptorBuilder ( java.util.List defaultInterceptors, EnterpriseBeanInfo bean )Field 'bean.timeoutMethod' in 2nd parameter 'bean' of this method has type 'NamedMethodInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.DeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )Field 'beanInfo.timeoutMethod' in 3rd parameter 'beanInfo' of this method has type 'NamedMethodInfo'.
NamedMethodInfo.NamedMethodInfo ( )This constructor is from 'NamedMethodInfo' class.
RemoveMethodInfo.RemoveMethodInfo ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethodInfo'.
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, EnterpriseBeanInfo beanInfo, String moduleId )Field 'beanInfo.timeoutMethod' in 3rd parameter 'beanInfo' of this method has type 'NamedMethodInfo'.
[+] PortInfo (5)
| Change | Effect |
---|
1 | Field authMethod has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to authMethod is ambiguous. |
2 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
3 | Field realmName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to realmName is ambiguous. |
4 | Field securityRealmName has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to securityRealmName is ambiguous. |
5 | Field transportGuarantee has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to transportGuarantee is ambiguous. |
[+] affected methods (2)
PortInfo.PortInfo ( )This constructor is from 'PortInfo' class.
WsBuilder.toPortData ( PortInfo port, java.util.Collection injections, java.net.URL baseUrl, ClassLoader classLoader )1st parameter 'port' of this method has type 'PortInfo'.
openejb-jee-3.1.jar
package org.apache.openejb.jee
[+] ApplicationClient (2)
| Change | Effect |
---|
1 | Field ejbLocalRef has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to ejbLocalRef is ambiguous. |
2 | Field persistenceContextRef has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to persistenceContextRef is ambiguous. |
[+] affected methods (49)
org.apache.openejb.config.ClientModule.ClientModule ( ApplicationClient applicationClient, ClassLoader classLoader, String jarLocation, String mainClass, String moduleId )1st parameter 'applicationClient' of this method has type 'ApplicationClient'.
org.apache.openejb.config.ClientModule.getApplicationClient ( )Return value of this method has type 'ApplicationClient'.
org.apache.openejb.config.ClientModule.setApplicationClient ( ApplicationClient applicationClient )1st parameter 'applicationClient' of this method has type 'ApplicationClient'.
org.apache.openejb.config.ReadDescriptors.readApplicationClient ( java.net.URL url )Return value of this method has type 'ApplicationClient'.
ApplicationClient.addPostConstruct ( String method )This method is from 'ApplicationClient' class.
ApplicationClient.addPreDestroy ( String method )This method is from 'ApplicationClient' class.
ApplicationClient.ApplicationClient ( )This constructor is from 'ApplicationClient' class.
ApplicationClient.getCallbackHandler ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDescription ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDescriptions ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDisplayName ( )This method is from 'ApplicationClient' class.
ApplicationClient.getDisplayNames ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbLocalRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbLocalRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEjbRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEnvEntry ( )This method is from 'ApplicationClient' class.
ApplicationClient.getEnvEntryMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIcon ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIconMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getIcons ( )This method is from 'ApplicationClient' class.
ApplicationClient.getId ( )This method is from 'ApplicationClient' class.
ApplicationClient.getJndiConsumerName ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMainClass ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestination ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestinationRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getMessageDestinationRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceContextRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceContextRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceUnitRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPersistenceUnitRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPostConstruct ( )This method is from 'ApplicationClient' class.
ApplicationClient.getPreDestroy ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceEnvRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceEnvRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getResourceRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getServiceRef ( )This method is from 'ApplicationClient' class.
ApplicationClient.getServiceRefMap ( )This method is from 'ApplicationClient' class.
ApplicationClient.getVersion ( )This method is from 'ApplicationClient' class.
ApplicationClient.isMetadataComplete ( )This method is from 'ApplicationClient' class.
ApplicationClient.setCallbackHandler ( String callbackHandler )This method is from 'ApplicationClient' class.
ApplicationClient.setDescriptions ( Text[ ] text )This method is from 'ApplicationClient' class.
ApplicationClient.setDisplayNames ( Text[ ] text )This method is from 'ApplicationClient' class.
ApplicationClient.setId ( String value )This method is from 'ApplicationClient' class.
ApplicationClient.setMainClass ( String mainClass )This method is from 'ApplicationClient' class.
ApplicationClient.setMetadataComplete ( Boolean value )This method is from 'ApplicationClient' class.
ApplicationClient.setVersion ( String value )This method is from 'ApplicationClient' class.
ObjectFactory.createApplicationClient ( ApplicationClient value )1st parameter 'value' of this method has type 'ApplicationClient'.
[+] AssemblyDescriptor (1)
| Change | Effect |
---|
1 | Field methodSchedule has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to methodSchedule is ambiguous. |
[+] affected methods (67)
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler ( AssemblyDescriptor assemblyDescriptor, String ejbName )1st parameter 'assemblyDescriptor' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler ( AssemblyDescriptor assemblyDescriptor, String ejbName )1st parameter 'assemblyDescriptor' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.ConfigurationFactory.configureApplication ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String moduleId, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 4th parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( ClassLoader classLoader, String jarURI, EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 3rd parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.EjbModule ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.getEjbJar ( )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbModule.setEjbJar ( EjbJar ejbJar )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbSet.EjbSet ( String jarPath, EjbJar jar, ClassLoader classLoader )Field 'jar.assemblyDescriptor' in 2nd parameter 'jar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbSet.getEjbJar ( )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.EjbSet.getJar ( )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( EjbJar ejbJar, oejb3.OpenejbJar openejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( EjbJar ejbJar, oejb2.OpenejbJarType openejbJarType )Field 'ejbJar.assemblyDescriptor' in 1st parameter 'ejbJar' of this method has type 'AssemblyDescriptor'.
org.apache.openejb.config.ReadDescriptors.readEjbJar ( java.net.URL url )Field 'RetVal.assemblyDescriptor' in return value of this method has type 'AssemblyDescriptor'.
AssemblyDescriptor.addApplicationException ( Class clazz, boolean rollback )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.AssemblyDescriptor ( )This constructor is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( Class clazz )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationException ( String className )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getApplicationExceptionMap ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getContainerConcurrency ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getContainerTransaction ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getExcludeList ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getId ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getInterceptorBinding ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMessageDestination ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodConcurrencyMap ( String ejbName )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodPermission ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getMethodTransactionMap ( String ejbName )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.getSecurityRole ( )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.setExcludeList ( ExcludeList value )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.setId ( String value )This method is from 'AssemblyDescriptor' class.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.addInterceptor ( Interceptor interceptor )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.EjbJar ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.EjbJar ( String id )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getAssemblyDescriptor ( )Return value of this method has type 'AssemblyDescriptor'.
EjbJar.getDescription ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDescriptions ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDisplayName ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getDisplayNames ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEjbClientJar ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBean ( String ejbName )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBeans ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getEnterpriseBeansByEjbName ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIcon ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIconMap ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getIcons ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getId ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getInterceptor ( String className )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getInterceptors ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getRelationships ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.getVersion ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.isMetadataComplete ( )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.removeEnterpriseBean ( String name )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setAssemblyDescriptor ( AssemblyDescriptor value )1st parameter 'value' of this method has type 'AssemblyDescriptor'.
EjbJar.setDescriptions ( Text[ ] text )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setDisplayNames ( Text[ ] text )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setEjbClientJar ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setEnterpriseBeans ( EnterpriseBean[ ] v )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setId ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setMetadataComplete ( Boolean value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setRelationships ( Relationships value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
EjbJar.setVersion ( String value )Field 'this.assemblyDescriptor' in the object of this method has type 'AssemblyDescriptor'.
ObjectFactory.createEjbJar ( EjbJar value )Field 'value.assemblyDescriptor' in 1st parameter 'value' of this method has type 'AssemblyDescriptor'.
[+] NamedMethod (1)
| Change | Effect |
---|
1 | Field className has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to className is ambiguous. |
[+] affected methods (204)
AssemblyDescriptor.addInterceptorBinding ( InterceptorBinding binding )Field 'RetVal.method' in return value of this method has type 'NamedMethod'.
InitMethod.getBeanMethod ( )Return value of this method has type 'NamedMethod'.
InitMethod.getCreateMethod ( )Return value of this method has type 'NamedMethod'.
InitMethod.getId ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
InitMethod.InitMethod ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
InitMethod.InitMethod ( reflect.Method beanMethod )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
InitMethod.setBeanMethod ( NamedMethod value )1st parameter 'value' of this method has type 'NamedMethod'.
InitMethod.setCreateMethod ( String methodName )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
InitMethod.setCreateMethod ( NamedMethod value )1st parameter 'value' of this method has type 'NamedMethod'.
InitMethod.setId ( String value )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getDescription ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getEjbName ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getExcludeClassInterceptors ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getExcludeDefaultInterceptors ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getId ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getInterceptorClass ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getInterceptorOrder ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.getMethod ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.InterceptorBinding ( )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.InterceptorBinding ( String ejbName )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.InterceptorBinding ( String ejbName, String[ ] interceptorClasses )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.InterceptorBinding ( String ejbName, Interceptor[ ] interceptors )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.InterceptorBinding ( EnterpriseBean bean, Interceptor[ ] interceptors )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setEjbName ( String value )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setExcludeClassInterceptors ( boolean value )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setExcludeDefaultInterceptors ( boolean value )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setId ( String value )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setInterceptorOrder ( InterceptorOrder value )Field 'this.method' in the object of this method has type 'NamedMethod'.
InterceptorBinding.setMethod ( NamedMethod value )Field 'this.method' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.addAroundInvoke ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.addPostConstruct ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.addPreDestroy ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getActivationConfig ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getAroundInvoke ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getDescription ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getDescriptions ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getDisplayName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getDisplayNames ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbClass ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbLocalRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbLocalRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEjbRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEnvEntry ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getEnvEntryMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getIcon ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getIconMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getIcons ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getId ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getJndiConsumerName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMappedName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessageDestinationLink ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessageDestinationRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessageDestinationRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessageDestinationType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessageDrivenDestination ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getMessagingType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPersistenceContextRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPersistenceContextRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPersistenceUnitRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPersistenceUnitRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPostConstruct ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getPreDestroy ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getResourceEnvRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getResourceEnvRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getResourceRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getResourceRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getSecurityIdentity ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getServiceRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getServiceRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getTimeoutMethod ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.getTransactionType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.MessageDrivenBean ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.MessageDrivenBean ( String ejbName )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setDescriptions ( Text[ ] text )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setDisplayNames ( Text[ ] text )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setEjbClass ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setEjbName ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setId ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setMappedName ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setMessageDestinationLink ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setMessageDestinationType ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setMessagingType ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
MessageDrivenBean.setTransactionType ( TransactionType value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
NamedMethod.equals ( Object o )This method is from 'NamedMethod' class.
NamedMethod.getId ( )This method is from 'NamedMethod' class.
NamedMethod.getMethodName ( )This method is from 'NamedMethod' class.
NamedMethod.getMethodParams ( )This method is from 'NamedMethod' class.
NamedMethod.hashCode ( )This method is from 'NamedMethod' class.
NamedMethod.NamedMethod ( )This constructor is from 'NamedMethod' class.
NamedMethod.NamedMethod ( reflect.Method method )This constructor is from 'NamedMethod' class.
NamedMethod.NamedMethod ( String methodName, String[ ] parameters )This constructor is from 'NamedMethod' class.
NamedMethod.setId ( String value )This method is from 'NamedMethod' class.
NamedMethod.setMethodName ( String value )This method is from 'NamedMethod' class.
NamedMethod.setMethodParams ( MethodParams value )This method is from 'NamedMethod' class.
RemoveMethod.equals ( Object o )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.getBeanMethod ( )Return value of this method has type 'NamedMethod'.
RemoveMethod.getId ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.getRetainIfException ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.hashCode ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.isExplicitlySet ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.RemoveMethod ( )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.RemoveMethod ( reflect.Method beanMethod )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.RemoveMethod ( reflect.Method beanMethod, boolean retainIfException )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.setBeanMethod ( NamedMethod value )1st parameter 'value' of this method has type 'NamedMethod'.
RemoveMethod.setId ( String value )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
RemoveMethod.setRetainIfException ( boolean value )Field 'this.beanMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addAroundInvoke ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addBusinessLocal ( Class businessLocal )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addBusinessLocal ( String businessLocal )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addBusinessRemote ( Class businessRemote )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addBusinessRemote ( String businessRemote )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addPostActivate ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addPostConstruct ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addPreDestroy ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.addPrePassivate ( String method )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getAroundInvoke ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getBusinessLocal ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getBusinessRemote ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getConcurrencyType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getDependsOn ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getDescription ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getDescriptions ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getDisplayName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getDisplayNames ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbClass ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbLocalRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbLocalRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEjbRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEnvEntry ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getEnvEntryMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getHome ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getIcon ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getIconMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getIcons ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getId ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getInitMethod ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getJndiConsumerName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getLoadOnStartup ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getLocal ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getLocalHome ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getMappedName ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getMessageDestinationRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getMessageDestinationRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPersistenceContextRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPersistenceContextRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPersistenceUnitRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPersistenceUnitRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPostActivate ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPostConstruct ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPreDestroy ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getPrePassivate ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getRemote ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getRemoveMethod ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getResourceEnvRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getResourceEnvRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getResourceRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getResourceRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getSecurityIdentity ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getSecurityRoleRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getServiceEndpoint ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getServiceRef ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getServiceRefMap ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getSessionType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getTimeoutMethod ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.getTransactionType ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.hasLoadOnStartup ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.SessionBean ( )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setConcurrencyType ( ConcurrencyType value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setDependsOn ( String[ ] ejbNames )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setDependsOn ( java.util.List ejbNames )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setDescriptions ( Text[ ] text )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setDisplayNames ( Text[ ] text )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setEjbClass ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setEjbName ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setHome ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setHomeAndLocal ( Class localHome, Class local )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setHomeAndLocal ( String localHome, String local )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setHomeAndRemote ( Class home, Class remote )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setHomeAndRemote ( String home, String remote )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setId ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setLoadOnStartup ( boolean loadOnStartup )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setLocal ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setLocalHome ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setMappedName ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setRemote ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setSecurityIdentity ( SecurityIdentity value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setServiceEndpoint ( String value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setSessionType ( SessionType value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setTimeoutMethod ( NamedMethod value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
SessionBean.setTransactionType ( TransactionType value )Field 'this.timeoutMethod' in the object of this method has type 'NamedMethod'.
TimerConsumer.getTimeoutMethod ( )Return value of this abstract method has type 'NamedMethod'.
TimerConsumer.setTimeoutMethod ( NamedMethod p1 )1st parameter 'p1' of this abstract method has type 'NamedMethod'.
package org.apache.openejb.jee.oejb2
[+] AuthMethodType (1)
| Change | Effect |
---|
1 | Field WS_SECURITY has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to WS_SECURITY is ambiguous. |
[+] affected methods (63)
AuthMethodType.fromValue ( String v )Return value of this method has type 'AuthMethodType'.
AuthMethodType.value ( )This method is from 'AuthMethodType' class.
AuthMethodType.valueOf ( String name )Return value of this method has type 'AuthMethodType'.
AuthMethodType.values ( )This method is from 'AuthMethodType' class.
ObjectFactory.createSessionBeanType ( )Field 'RetVal.webServiceSecurity.authMethod' in return value of this method has type 'AuthMethodType'.
ObjectFactory.createWebServiceSecurityType ( )Field 'RetVal.authMethod' in return value of this method has type 'AuthMethodType'.
SessionBeanType.getAbstractNamingEntry ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getCacheSize ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getEjbLocalRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getEjbName ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getEjbRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getId ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getJndi ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getJndiName ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getLocalJndiName ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getPersistenceContextRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getPersistenceUnitRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getResourceEnvRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getResourceRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getServiceRef ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getTss ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getTssLink ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getWebServiceAddress ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getWebServiceSecurity ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.getWebServiceVirtualHost ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.SessionBeanType ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setCacheSize ( Integer value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setEjbName ( String value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setId ( String value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setTss ( PatternType value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setTssLink ( String value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setWebServiceAddress ( String value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
SessionBeanType.setWebServiceSecurity ( WebServiceSecurityType value )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.containsData ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.getEjbName ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.getWebServiceAddress ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.getWebServiceSecurity ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.getWebServiceVirtualHost ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.setEjbName ( String ejbName )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.setWebServiceAddress ( String webServiceAddress )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.setWebServiceSecurity ( WebServiceBindingType.WebServiceSecurityType webServiceSecurity )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.setWebServiceSecurity ( WebServiceSecurityType webServiceSecurity )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.setWebServiceVirtualHost ( java.util.List webServiceVirtualHost )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceBindingType ( )Field 'this.webServiceSecurity.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.getAuthMethod ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.getRealmName ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.getSecurityRealmName ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.getTransportGuarantee ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.setAuthMethod ( AuthMethodType value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.setRealmName ( String value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.setSecurityRealmName ( String value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.setTransportGuarantee ( TransportGuaranteeType value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.WebServiceBindingType.WebServiceSecurityType ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceBindingType.WebServiceSecurityType.WebServiceBindingType.WebServiceSecurityType ( WebServiceSecurityType s )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.getAuthMethod ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.getRealmName ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.getSecurityRealmName ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.getTransportGuarantee ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.setAuthMethod ( AuthMethodType value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.setRealmName ( String value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.setSecurityRealmName ( String value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.setTransportGuarantee ( TransportGuaranteeType value )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
WebServiceSecurityType.WebServiceSecurityType ( )Field 'this.authMethod' in the object of this method has type 'AuthMethodType'.
[+] EnvironmentType (1)
| Change | Effect |
---|
1 | Field privateClasses has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to privateClasses is ambiguous. |
[+] affected methods (82)
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 3rd parameter 'openejbJarType' of this method has type 'EnvironmentType'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( org.apache.openejb.jee.EjbJar ejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 2nd parameter 'openejbJarType' of this method has type 'EnvironmentType'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, org.apache.openejb.jee.jpa.EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )Field 'openejbJarType.environment' in 4th parameter 'openejbJarType' of this method has type 'EnvironmentType'.
ApplicationType.ApplicationType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getApplicationName ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getEnvironment ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getExtModule ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getModule ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setApplicationName ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ApplicationType.setSecurity ( AbstractSecurityType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
EnvironmentType.EnvironmentType ( )This constructor is from 'EnvironmentType' class.
EnvironmentType.getDependencies ( )This method is from 'EnvironmentType' class.
EnvironmentType.getHiddenClasses ( )This method is from 'EnvironmentType' class.
EnvironmentType.getModuleId ( )This method is from 'EnvironmentType' class.
EnvironmentType.getNonOverridableClasses ( )This method is from 'EnvironmentType' class.
EnvironmentType.isInverseClassloading ( )This method is from 'EnvironmentType' class.
EnvironmentType.isSuppressDefaultEnvironment ( )This method is from 'EnvironmentType' class.
EnvironmentType.setDependencies ( DependenciesType value )This method is from 'EnvironmentType' class.
EnvironmentType.setHiddenClasses ( ClassFilterType value )This method is from 'EnvironmentType' class.
EnvironmentType.setInverseClassloading ( boolean value )This method is from 'EnvironmentType' class.
EnvironmentType.setModuleId ( ArtifactType value )This method is from 'EnvironmentType' class.
EnvironmentType.setNonOverridableClasses ( ClassFilterType value )This method is from 'EnvironmentType' class.
EnvironmentType.setSuppressDefaultEnvironment ( boolean value )This method is from 'EnvironmentType' class.
GeronimoEjbJarType.GeronimoEjbJarType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getAbstractNamingEntry ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getClustering ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEjbLocalRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEjbRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getEnvironment ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getMessageDestination ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getOpenejbJar ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistence ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistenceContextRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getPersistenceUnitRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getResourceEnvRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getResourceRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getServiceRef ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getTssLink ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.getWebServiceBinding ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setClustering ( javax.xml.bind.JAXBElement value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setOpenejbJar ( Object openejbJar )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
GeronimoEjbJarType.setSecurity ( javax.xml.bind.JAXBElement security )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ObjectFactory.createApplication ( ApplicationType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createApplicationType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
ObjectFactory.createClientEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEjbJar ( GeronimoEjbJarType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createEnvironmentType ( )Return value of this method has type 'EnvironmentType'.
ObjectFactory.createModule ( ServiceModuleType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createOpenejbJar ( OpenejbJarType value )Field 'value.environment' in 1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createOpenejbJarType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
ObjectFactory.createServerEnvironment ( EnvironmentType value )1st parameter 'value' of this method has type 'EnvironmentType'.
ObjectFactory.createServiceModuleType ( )Field 'RetVal.environment' in return value of this method has type 'EnvironmentType'.
OpenejbJarType.getCmpConnectionFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getDbSyntaxFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEjbQlCompilerFactory ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEjbRelation ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEnterpriseBeans ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getEnvironment ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getMessageDestination ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getPersistence ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getSecurity ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.isEnforceForeignKeyConstraints ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.OpenejbJarType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setCmpConnectionFactory ( ResourceLocatorType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setDbSyntaxFactory ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEjbQlCompilerFactory ( String value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEjbRelation ( java.util.List ejbRelation )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEnforceForeignKeyConstraints ( boolean value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
OpenejbJarType.setSecurity ( javax.xml.bind.JAXBElement security )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.getEnvironment ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.getService ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.ServiceModuleType ( )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
ServiceModuleType.setEnvironment ( EnvironmentType value )Field 'this.environment' in the object of this method has type 'EnvironmentType'.
[+] WebServiceBindingType.WebServiceSecurityType (1)
| Change | Effect |
---|
1 | Field httpMethod has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to httpMethod is ambiguous. |
[+] affected methods (21)
WebServiceBindingType.containsData ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.getEjbName ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.getWebServiceAddress ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.getWebServiceSecurity ( )Return value of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.getWebServiceVirtualHost ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.setEjbName ( String ejbName )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.setWebServiceAddress ( String webServiceAddress )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.setWebServiceSecurity ( WebServiceBindingType.WebServiceSecurityType webServiceSecurity )1st parameter 'webServiceSecurity' of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.setWebServiceSecurity ( WebServiceSecurityType webServiceSecurity )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.setWebServiceVirtualHost ( java.util.List webServiceVirtualHost )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.WebServiceBindingType ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceBindingType.WebServiceSecurityType'.
WebServiceBindingType.WebServiceSecurityType.getAuthMethod ( )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.getRealmName ( )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.getSecurityRealmName ( )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.getTransportGuarantee ( )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.setAuthMethod ( AuthMethodType value )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.setRealmName ( String value )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.setSecurityRealmName ( String value )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.setTransportGuarantee ( TransportGuaranteeType value )This method is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.WebServiceBindingType.WebServiceSecurityType ( )This constructor is from 'WebServiceBindingType.WebServiceSecurityType' class.
WebServiceBindingType.WebServiceSecurityType.WebServiceBindingType.WebServiceSecurityType ( WebServiceSecurityType s )This constructor is from 'WebServiceBindingType.WebServiceSecurityType' class.
[+] WebServiceSecurityType (2)
| Change | Effect |
---|
1 | Field httpMethod has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to httpMethod is ambiguous. |
2 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (40)
ObjectFactory.createSessionBeanType ( )Field 'RetVal.webServiceSecurity' in return value of this method has type 'WebServiceSecurityType'.
ObjectFactory.createWebServiceSecurityType ( )Return value of this method has type 'WebServiceSecurityType'.
SessionBeanType.getAbstractNamingEntry ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getCacheSize ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getEjbLocalRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getEjbName ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getEjbRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getId ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getJndi ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getJndiName ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getLocalJndiName ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getPersistenceContextRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getPersistenceUnitRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getResourceEnvRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getResourceRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getServiceRef ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getTss ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getTssLink ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getWebServiceAddress ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.getWebServiceSecurity ( )Return value of this method has type 'WebServiceSecurityType'.
SessionBeanType.getWebServiceVirtualHost ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.SessionBeanType ( )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setCacheSize ( Integer value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setEjbName ( String value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setId ( String value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setTss ( PatternType value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setTssLink ( String value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setWebServiceAddress ( String value )Field 'this.webServiceSecurity' in the object of this method has type 'WebServiceSecurityType'.
SessionBeanType.setWebServiceSecurity ( WebServiceSecurityType value )1st parameter 'value' of this method has type 'WebServiceSecurityType'.
WebServiceBindingType.setWebServiceSecurity ( WebServiceSecurityType webServiceSecurity )1st parameter 'webServiceSecurity' of this method has type 'WebServiceSecurityType'.
WebServiceBindingType.WebServiceSecurityType.WebServiceBindingType.WebServiceSecurityType ( WebServiceSecurityType s )1st parameter 's' of this method has type 'WebServiceSecurityType'.
WebServiceSecurityType.getAuthMethod ( )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.getRealmName ( )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.getSecurityRealmName ( )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.getTransportGuarantee ( )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.setAuthMethod ( AuthMethodType value )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.setRealmName ( String value )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.setSecurityRealmName ( String value )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.setTransportGuarantee ( TransportGuaranteeType value )This method is from 'WebServiceSecurityType' class.
WebServiceSecurityType.WebServiceSecurityType ( )This constructor is from 'WebServiceSecurityType' class.
to the top
Java ARchives (13)
openejb-client-3.1.jar
openejb-core-3.1.jar
openejb-cxf-3.1.jar
openejb-ejbd-3.1.jar
openejb-hsql-3.1.jar
openejb-http-3.1.jar
openejb-javaagent-3.1.jar
openejb-jee-3.1.jar
openejb-loader-3.1.jar
openejb-multicast-3.1.jar
openejb-server-3.1.jar
openejb-telnet-3.1.jar
openejb-webservices-3.1.jar
to the top
Generated on Thu May 3 11:11:06 2012 for OpenEJB by Java API Compliance Checker 1.1.1
A tool for checking backward compatibility of a Java library API