Binary compatibility report for the OpenEJB library between 3.0 and 3.1 versions
Test Info
Library Name | OpenEJB |
Version #1 | 3.0 |
Version #2 | 3.1 |
Test Results
Total Java ARchives | 12 |
---|
Total Methods / Classes | 12684 / 1465 |
---|
Verdict | Incompatible (6.1%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 1222 |
---|
Removed Methods | High | 304 |
---|
Problems with Data Types | High | 53 |
---|
Medium | 8 |
Low | 6 |
Problems with Methods | High | 7 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 34 |
Added Methods (1222)
openejb-client-3.1.jar, Client.class
package org.apache.openejb.client
Client.getFailed ( ) [static] : java.util.Set
[run-time name: org/apache/openejb/client/Client.getFailed:()Ljava/util/Set;]
openejb-client-3.1.jar, ClusterMetaData.class
package org.apache.openejb.client
ClusterMetaData.ClusterMetaData ( )
[run-time name: org/apache/openejb/client/ClusterMetaData."<init>":()V]
ClusterMetaData.ClusterMetaData ( long version, java.net.URI[ ] locations )
[run-time name: org/apache/openejb/client/ClusterMetaData."<init>":(J[Ljava/net/URI;)V]
ClusterMetaData.getConnectionStrategy ( ) : String
[run-time name: org/apache/openejb/client/ClusterMetaData.getConnectionStrategy:()Ljava/lang/String;]
ClusterMetaData.getLocations ( ) : java.net.URI[ ]
[run-time name: org/apache/openejb/client/ClusterMetaData.getLocations:()[Ljava/net/URI;]
ClusterMetaData.getVersion ( ) : long
[run-time name: org/apache/openejb/client/ClusterMetaData.getVersion:()J]
ClusterMetaData.readExternal ( java.io.ObjectInput in ) : void
[run-time name: org/apache/openejb/client/ClusterMetaData.readExternal:(Ljava/io/ObjectInput;)V]
ClusterMetaData.writeExternal ( java.io.ObjectOutput out ) : void
[run-time name: org/apache/openejb/client/ClusterMetaData.writeExternal:(Ljava/io/ObjectOutput;)V]
openejb-client-3.1.jar, ClusterRequest.class
package org.apache.openejb.client
ClusterRequest.ClusterRequest ( )
[run-time name: org/apache/openejb/client/ClusterRequest."<init>":()V]
ClusterRequest.ClusterRequest ( ClusterMetaData clusterMetaData )
[run-time name: org/apache/openejb/client/ClusterRequest."<init>":(Lorg/apache/openejb/client/ClusterMetaData;)V]
ClusterRequest.getClusterMetaDataVersion ( ) : long
[run-time name: org/apache/openejb/client/ClusterRequest.getClusterMetaDataVersion:()J]
ClusterRequest.getRequestType ( ) : byte
[run-time name: org/apache/openejb/client/ClusterRequest.getRequestType:()B]
ClusterRequest.readExternal ( java.io.ObjectInput in ) : void
[run-time name: org/apache/openejb/client/ClusterRequest.readExternal:(Ljava/io/ObjectInput;)V]
ClusterRequest.writeExternal ( java.io.ObjectOutput out ) : void
[run-time name: org/apache/openejb/client/ClusterRequest.writeExternal:(Ljava/io/ObjectOutput;)V]
openejb-client-3.1.jar, ClusterResponse.class
package org.apache.openejb.client
ClusterResponse.ClusterResponse ( )
[run-time name: org/apache/openejb/client/ClusterResponse."<init>":()V]
ClusterResponse.getFailure ( ) : Throwable
[run-time name: org/apache/openejb/client/ClusterResponse.getFailure:()Ljava/lang/Throwable;]
ClusterResponse.getResponseCode ( ) : ClusterResponse.Code
[run-time name: org/apache/openejb/client/ClusterResponse.getResponseCode:()Lorg/apache/openejb/client/ClusterResponse$Code;]
ClusterResponse.getUpdatedMetaData ( ) : ClusterMetaData
[run-time name: org/apache/openejb/client/ClusterResponse.getUpdatedMetaData:()Lorg/apache/openejb/client/ClusterMetaData;]
ClusterResponse.readExternal ( java.io.ObjectInput in ) : void
[run-time name: org/apache/openejb/client/ClusterResponse.readExternal:(Ljava/io/ObjectInput;)V]
ClusterResponse.setCurrent ( ) : void
[run-time name: org/apache/openejb/client/ClusterResponse.setCurrent:()V]
ClusterResponse.setFailure ( Throwable failure ) : void
[run-time name: org/apache/openejb/client/ClusterResponse.setFailure:(Ljava/lang/Throwable;)V]
ClusterResponse.setUpdatedMetaData ( ClusterMetaData updatedMetaData ) : void
[run-time name: org/apache/openejb/client/ClusterResponse.setUpdatedMetaData:(Lorg/apache/openejb/client/ClusterMetaData;)V]
ClusterResponse.writeExternal ( java.io.ObjectOutput out ) : void
[run-time name: org/apache/openejb/client/ClusterResponse.writeExternal:(Ljava/io/ObjectOutput;)V]
openejb-client-3.1.jar, Code.class
package org.apache.openejb.client
ClusterResponse.Code.valueOf ( String name ) [static] : ClusterResponse.Code
[run-time name: org/apache/openejb/client/ClusterResponse.Code.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/ClusterResponse$Code;]
ClusterResponse.Code.values ( ) [static] : ClusterResponse.Code[ ]
[run-time name: org/apache/openejb/client/ClusterResponse.Code.values:()[Lorg/apache/openejb/client/ClusterResponse$Code;]
openejb-client-3.1.jar, Connection.class
package org.apache.openejb.client
Connection.discard ( ) [abstract] : void
[run-time name: org/apache/openejb/client/Connection.discard:()V]
Connection.getURI ( ) [abstract] : java.net.URI
[run-time name: org/apache/openejb/client/Connection.getURI:()Ljava/net/URI;]
openejb-client-3.1.jar, ConnectionManager.class
package org.apache.openejb.client
ConnectionManager.getConnection ( ClusterMetaData cluster, ServerMetaData server ) [static] : Connection
[run-time name: org/apache/openejb/client/ConnectionManager.getConnection:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
ConnectionManager.registerFactory ( String scheme, ConnectionFactory factory ) [static] : void
[run-time name: org/apache/openejb/client/ConnectionManager.registerFactory:(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionFactory;)V]
ConnectionManager.registerStrategy ( String scheme, ConnectionStrategy factory ) [static] : void
[run-time name: org/apache/openejb/client/ConnectionManager.registerStrategy:(Ljava/lang/String;Lorg/apache/openejb/client/ConnectionStrategy;)V]
ConnectionManager.unregisterFactory ( String scheme ) [static] : ConnectionFactory
[run-time name: org/apache/openejb/client/ConnectionManager.unregisterFactory:(Ljava/lang/String;)Lorg/apache/openejb/client/ConnectionFactory;]
ConnectionManager.unregisterStrategy ( String scheme ) [static] : ConnectionStrategy
[run-time name: org/apache/openejb/client/ConnectionManager.unregisterStrategy:(Ljava/lang/String;)Lorg/apache/openejb/client/ConnectionStrategy;]
openejb-client-3.1.jar, ConnectionStrategy.class
package org.apache.openejb.client
ConnectionStrategy.connect ( ClusterMetaData p1, ServerMetaData p2 ) [abstract] : Connection
[run-time name: org/apache/openejb/client/ConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
openejb-client-3.1.jar, DefaultFilter.class
package org.apache.openejb.client
MulticastSearch.DefaultFilter.accept ( java.net.URI service ) : boolean
[run-time name: org/apache/openejb/client/MulticastSearch.DefaultFilter.accept:(Ljava/net/URI;)Z]
MulticastSearch.DefaultFilter.MulticastSearch.DefaultFilter ( )
[run-time name: org/apache/openejb/client/MulticastSearch.DefaultFilter."<init>":()V]
openejb-client-3.1.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.isSingletonSession ( ) : boolean
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.isSingletonSession:()Z]
EJBMetaDataImpl.isStatefulSession ( ) : boolean
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.isStatefulSession:()Z]
openejb-client-3.1.jar, Exceptions.class
package org.apache.openejb.client
Exceptions.Exceptions ( )
[run-time name: org/apache/openejb/client/Exceptions."<init>":()V]
Exceptions.initCause ( Throwable t, Throwable cause ) [static] : Throwable
[run-time name: org/apache/openejb/client/Exceptions.initCause:(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Throwable;]
Exceptions.newAuthenticationException ( String message, Throwable cause ) [static] : javax.naming.AuthenticationException
[run-time name: org/apache/openejb/client/Exceptions.newAuthenticationException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/naming/AuthenticationException;]
Exceptions.newAuthenticationException ( Throwable cause ) [static] : javax.naming.AuthenticationException
[run-time name: org/apache/openejb/client/Exceptions.newAuthenticationException:(Ljava/lang/Throwable;)Ljavax/naming/AuthenticationException;]
Exceptions.newEJBException ( String message, Throwable cause ) [static] : javax.ejb.EJBException
[run-time name: org/apache/openejb/client/Exceptions.newEJBException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/ejb/EJBException;]
Exceptions.newEJBException ( Throwable cause ) [static] : javax.ejb.EJBException
[run-time name: org/apache/openejb/client/Exceptions.newEJBException:(Ljava/lang/Throwable;)Ljavax/ejb/EJBException;]
Exceptions.newIOException ( String message, Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/client/Exceptions.newIOException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/io/IOException;]
Exceptions.newIOException ( Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/client/Exceptions.newIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;]
Exceptions.newNamingException ( String message, Throwable cause ) [static] : javax.naming.NamingException
[run-time name: org/apache/openejb/client/Exceptions.newNamingException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/naming/NamingException;]
Exceptions.newNamingException ( Throwable cause ) [static] : javax.naming.NamingException
[run-time name: org/apache/openejb/client/Exceptions.newNamingException:(Ljava/lang/Throwable;)Ljavax/naming/NamingException;]
Exceptions.newNotSerializableException ( String message, Throwable cause ) [static] : java.io.NotSerializableException
[run-time name: org/apache/openejb/client/Exceptions.newNotSerializableException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/io/NotSerializableException;]
Exceptions.newNotSerializableException ( Throwable cause ) [static] : java.io.NotSerializableException
[run-time name: org/apache/openejb/client/Exceptions.newNotSerializableException:(Ljava/lang/Throwable;)Ljava/io/NotSerializableException;]
Exceptions.newRollbackException ( String message, Throwable cause ) [static] : javax.transaction.RollbackException
[run-time name: org/apache/openejb/client/Exceptions.newRollbackException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/transaction/RollbackException;]
Exceptions.newRollbackException ( Throwable cause ) [static] : javax.transaction.RollbackException
[run-time name: org/apache/openejb/client/Exceptions.newRollbackException:(Ljava/lang/Throwable;)Ljavax/transaction/RollbackException;]
openejb-client-3.1.jar, Filter.class
package org.apache.openejb.client
MulticastSearch.Filter.accept ( java.net.URI p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/client/MulticastSearch.Filter.accept:(Ljava/net/URI;)Z]
openejb-client-3.1.jar, HeartbeatMonitor.class
package org.apache.openejb.client
HeartbeatMonitor.HeartbeatMonitor ( )
[run-time name: org/apache/openejb/client/HeartbeatMonitor."<init>":()V]
HeartbeatMonitor.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/client/HeartbeatMonitor.main:([Ljava/lang/String;)V]
openejb-client-3.1.jar, HttpConnection.class
package org.apache.openejb.client
HttpConnectionFactory.HttpConnection.discard ( ) : void
[run-time name: org/apache/openejb/client/HttpConnectionFactory.HttpConnection.discard:()V]
HttpConnectionFactory.HttpConnection.getURI ( ) : java.net.URI
[run-time name: org/apache/openejb/client/HttpConnectionFactory.HttpConnection.getURI:()Ljava/net/URI;]
openejb-client-3.1.jar, Input.class
package org.apache.openejb.client
SocketConnectionFactory.Input.close ( ) : void
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Input.close:()V]
SocketConnectionFactory.Input.SocketConnectionFactory.Input ( SocketConnectionFactory in, java.io.InputStream p2 )
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Input."<init>":(Lorg/apache/openejb/client/SocketConnectionFactory;Ljava/io/InputStream;)V]
openejb-client-3.1.jar, KeepAliveStyle.class
package org.apache.openejb.client
KeepAliveStyle.valueOf ( String name ) [static] : KeepAliveStyle
[run-time name: org/apache/openejb/client/KeepAliveStyle.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/KeepAliveStyle;]
KeepAliveStyle.values ( ) [static] : KeepAliveStyle[ ]
[run-time name: org/apache/openejb/client/KeepAliveStyle.values:()[Lorg/apache/openejb/client/KeepAliveStyle;]
openejb-client-3.1.jar, MulticastConnectionFactory.class
package org.apache.openejb.client
MulticastConnectionFactory.getConnection ( java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.getConnection:(Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
MulticastConnectionFactory.getLong ( java.util.Map params, String param, long defaultValue ) [static] : long
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.getLong:(Ljava/util/Map;Ljava/lang/String;J)J]
MulticastConnectionFactory.getSet ( java.util.Map params, String param, java.util.Set defaultSet ) [static] : java.util.Set
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.getSet:(Ljava/util/Map;Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;]
MulticastConnectionFactory.getString ( java.util.Map params, String param, String defaultValue ) [static] : String
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.getString:(Ljava/util/Map;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
MulticastConnectionFactory.MulticastConnectionFactory ( )
[run-time name: org/apache/openejb/client/MulticastConnectionFactory."<init>":()V]
openejb-client-3.1.jar, MulticastSearch.class
package org.apache.openejb.client
MulticastSearch.MulticastSearch ( )
[run-time name: org/apache/openejb/client/MulticastSearch."<init>":()V]
MulticastSearch.MulticastSearch ( String host, int port )
[run-time name: org/apache/openejb/client/MulticastSearch."<init>":(Ljava/lang/String;I)V]
MulticastSearch.search ( ) : java.net.URI
[run-time name: org/apache/openejb/client/MulticastSearch.search:()Ljava/net/URI;]
MulticastSearch.search ( int timeout, java.util.concurrent.TimeUnit milliseconds ) : java.net.URI
[run-time name: org/apache/openejb/client/MulticastSearch.search:(ILjava/util/concurrent/TimeUnit;)Ljava/net/URI;]
MulticastSearch.search ( MulticastSearch.Filter filter ) : java.net.URI
[run-time name: org/apache/openejb/client/MulticastSearch.search:(Lorg/apache/openejb/client/MulticastSearch$Filter;)Ljava/net/URI;]
MulticastSearch.search ( MulticastSearch.Filter filter, long timeout, java.util.concurrent.TimeUnit unit ) : java.net.URI
[run-time name: org/apache/openejb/client/MulticastSearch.search:(Lorg/apache/openejb/client/MulticastSearch$Filter;JLjava/util/concurrent/TimeUnit;)Ljava/net/URI;]
openejb-client-3.1.jar, MulticastTool.class
package org.apache.openejb.client
MulticastTool.main ( String[ ] array ) [static] : void
[run-time name: org/apache/openejb/client/MulticastTool.main:([Ljava/lang/String;)V]
MulticastTool.MulticastTool ( )
[run-time name: org/apache/openejb/client/MulticastTool."<init>":()V]
openejb-client-3.1.jar, Output.class
package org.apache.openejb.client
SocketConnectionFactory.Output.close ( ) : void
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Output.close:()V]
SocketConnectionFactory.Output.SocketConnectionFactory.Output ( SocketConnectionFactory out, java.io.OutputStream p2 )
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Output."<init>":(Lorg/apache/openejb/client/SocketConnectionFactory;Ljava/io/OutputStream;)V]
openejb-client-3.1.jar, Pool.class
package org.apache.openejb.client
SocketConnectionFactory.Pool.get ( ) : SocketConnectionFactory.SocketConnection
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Pool.get:()Lorg/apache/openejb/client/SocketConnectionFactory$SocketConnection;]
SocketConnectionFactory.Pool.put ( SocketConnectionFactory.SocketConnection connection ) : void
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Pool.put:(Lorg/apache/openejb/client/SocketConnectionFactory$SocketConnection;)V]
SocketConnectionFactory.Pool.SocketConnectionFactory.Pool ( int size, long timeout )
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Pool."<init>":(IJ)V]
openejb-client-3.1.jar, Registry.class
package org.apache.openejb.client
Registry.create ( Class type ) [static] : Registry
[run-time name: org/apache/openejb/client/Registry.create:(Ljava/lang/Class;)Lorg/apache/openejb/client/Registry;]
Registry.get ( String scheme ) : Object
[run-time name: org/apache/openejb/client/Registry.get:(Ljava/lang/String;)Ljava/lang/Object;]
Registry.register ( String scheme, Object factory ) : void
[run-time name: org/apache/openejb/client/Registry.register:(Ljava/lang/String;Ljava/lang/Object;)V]
Registry.unregister ( String scheme ) : Object
[run-time name: org/apache/openejb/client/Registry.unregister:(Ljava/lang/String;)Ljava/lang/Object;]
openejb-client-3.1.jar, RemoteFailoverException.class
package org.apache.openejb.client
RemoteFailoverException.RemoteFailoverException ( )
[run-time name: org/apache/openejb/client/RemoteFailoverException."<init>":()V]
RemoteFailoverException.RemoteFailoverException ( String s )
[run-time name: org/apache/openejb/client/RemoteFailoverException."<init>":(Ljava/lang/String;)V]
RemoteFailoverException.RemoteFailoverException ( String s, Throwable cause )
[run-time name: org/apache/openejb/client/RemoteFailoverException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-client-3.1.jar, ServerMetaData.class
package org.apache.openejb.client
ServerMetaData.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/client/ServerMetaData.equals:(Ljava/lang/Object;)Z]
ServerMetaData.getLocation ( ) : java.net.URI
[run-time name: org/apache/openejb/client/ServerMetaData.getLocation:()Ljava/net/URI;]
ServerMetaData.hashCode ( ) : int
[run-time name: org/apache/openejb/client/ServerMetaData.hashCode:()I]
openejb-client-3.1.jar, SingletonEJBHomeHandler.class
package org.apache.openejb.client
SingletonEJBHomeHandler.findX ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler.findX:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBHomeHandler.newEJBObjectHandler ( ) : EJBObjectHandler
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler.newEJBObjectHandler:()Lorg/apache/openejb/client/EJBObjectHandler;]
SingletonEJBHomeHandler.removeByPrimaryKey ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler.removeByPrimaryKey:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBHomeHandler.removeWithHandle ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler.removeWithHandle:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBHomeHandler.SingletonEJBHomeHandler ( )
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler."<init>":()V]
SingletonEJBHomeHandler.SingletonEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )
[run-time name: org/apache/openejb/client/SingletonEJBHomeHandler."<init>":(Lorg/apache/openejb/client/EJBMetaDataImpl;Lorg/apache/openejb/client/ServerMetaData;Lorg/apache/openejb/client/ClientMetaData;)V]
openejb-client-3.1.jar, SingletonEJBObjectHandler.class
package org.apache.openejb.client
SingletonEJBObjectHandler.createRegistryId ( Object primKey, Object deployId, String containerID ) [static] : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.createRegistryId:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;]
SingletonEJBObjectHandler.equals ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.equals:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBObjectHandler.getPrimaryKey ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.getPrimaryKey:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBObjectHandler.getRegistryId ( ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.getRegistryId:()Ljava/lang/Object;]
SingletonEJBObjectHandler.invalidateReference ( ) : void
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.invalidateReference:()V]
SingletonEJBObjectHandler.isIdentical ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.isIdentical:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBObjectHandler.remove ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler.remove:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( )
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler."<init>":()V]
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler."<init>":(Lorg/apache/openejb/client/EJBMetaDataImpl;Lorg/apache/openejb/client/ServerMetaData;Lorg/apache/openejb/client/ClientMetaData;)V]
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )
[run-time name: org/apache/openejb/client/SingletonEJBObjectHandler."<init>":(Lorg/apache/openejb/client/EJBMetaDataImpl;Lorg/apache/openejb/client/ServerMetaData;Lorg/apache/openejb/client/ClientMetaData;Ljava/lang/Object;)V]
openejb-client-3.1.jar, SocketConnectionFactory.class
package org.apache.openejb.client
SocketConnectionFactory.getInt ( java.util.Properties p, String property, int defaultValue ) [static] : int
[run-time name: org/apache/openejb/client/SocketConnectionFactory.getInt:(Ljava/util/Properties;Ljava/lang/String;I)I]
SocketConnectionFactory.getKeepAliveStyle ( ) : KeepAliveStyle
[run-time name: org/apache/openejb/client/SocketConnectionFactory.getKeepAliveStyle:()Lorg/apache/openejb/client/KeepAliveStyle;]
openejb-client-3.1.jar, StickyConnectionStrategy.class
package org.apache.openejb.client
StickyConnectionStrategy.connect ( java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.connect:(Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
StickyConnectionStrategy.connect ( ClusterMetaData cluster, ServerMetaData server ) : Connection
[run-time name: org/apache/openejb/client/StickyConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
StickyConnectionStrategy.StickyConnectionStrategy ( )
[run-time name: org/apache/openejb/client/StickyConnectionStrategy."<init>":()V]
openejb-client-3.1.jar, URIs.class
package org.apache.openejb.client
MulticastConnectionFactory.URIs.MulticastConnectionFactory.URIs ( )
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.URIs."<init>":()V]
MulticastConnectionFactory.URIs.parseParamters ( java.net.URI uri ) [static] : java.util.Map
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.URIs.parseParamters:(Ljava/net/URI;)Ljava/util/Map;]
MulticastConnectionFactory.URIs.parseQuery ( String uri ) [static] : java.util.Map
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.URIs.parseQuery:(Ljava/lang/String;)Ljava/util/Map;]
MulticastConnectionFactory.URIs.stripPrefix ( String value, String prefix ) [static] : String
[run-time name: org/apache/openejb/client/MulticastConnectionFactory.URIs.stripPrefix:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
openejb-core-3.1.jar, ActivatePassivateEntityState.class
package org.apache.openejb.core.entity
EntityContext.ActivatePassivateEntityState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.getRollbackOnly:()Z]
EntityContext.ActivatePassivateEntityState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.setRollbackOnly:()V]
openejb-core-3.1.jar, AddressingSupport.class
package org.apache.openejb.core.webservices
AddressingSupport.getEndpointReference ( Class p1, org.w3c.dom.Element[ ] p2 ) [abstract] : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/webservices/AddressingSupport.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
AddressingSupport.getEndpointReference ( org.w3c.dom.Element[ ] p1 ) [abstract] : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/webservices/AddressingSupport.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
openejb-core-3.1.jar, AfterCompletion.class
package org.apache.openejb.core.stateful
StatefulContext.AfterCompletion.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getRollbackOnly:()Z]
StatefulContext.AfterCompletion.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.setRollbackOnly:()V]
openejb-core-3.1.jar, AnnotationFinder.class
package org.apache.openejb.util
AnnotationFinder.AnnotationFinder ( ClassLoader classLoader )
[run-time name: org/apache/openejb/util/AnnotationFinder."<init>":(Ljava/lang/ClassLoader;)V]
AnnotationFinder.AnnotationFinder ( ClassLoader classLoader, boolean excludeParent )
[run-time name: org/apache/openejb/util/AnnotationFinder."<init>":(Ljava/lang/ClassLoader;Z)V]
AnnotationFinder.AnnotationFinder ( ClassLoader classLoader, ClassLoader exclude )
[run-time name: org/apache/openejb/util/AnnotationFinder."<init>":(Ljava/lang/ClassLoader;Ljava/lang/ClassLoader;)V]
AnnotationFinder.AnnotationFinder ( ClassLoader classLoader, java.net.URL url )
[run-time name: org/apache/openejb/util/AnnotationFinder."<init>":(Ljava/lang/ClassLoader;Ljava/net/URL;)V]
AnnotationFinder.AnnotationFinder ( ClassLoader classLoader, java.util.Collection urls )
[run-time name: org/apache/openejb/util/AnnotationFinder."<init>":(Ljava/lang/ClassLoader;Ljava/util/Collection;)V]
AnnotationFinder.find ( AnnotationFinder.Filter filter ) : boolean
[run-time name: org/apache/openejb/util/AnnotationFinder.find:(Lorg/apache/openejb/util/AnnotationFinder$Filter;)Z]
AnnotationFinder.getClassesNotLoaded ( ) : java.util.List
[run-time name: org/apache/openejb/util/AnnotationFinder.getClassesNotLoaded:()Ljava/util/List;]
openejb-core-3.1.jar, AnnotationHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.addClassLevelDeclaration ( annotation.Annotation p1, Class p2 ) [abstract] : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.addMethodLevelDeclaration ( annotation.Annotation p1, reflect.Method p2 ) [abstract] : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.getAnnotationClass ( ) [abstract] : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.getExistingDeclarations ( ) [abstract] : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.AnnotationHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-3.1.jar, AsmParameterNameLoader.class
package org.apache.openejb.util
AsmParameterNameLoader.AsmParameterNameLoader ( )
[run-time name: org/apache/openejb/util/AsmParameterNameLoader."<init>":()V]
AsmParameterNameLoader.get ( reflect.Constructor constructor ) : java.util.List
[run-time name: org/apache/openejb/util/AsmParameterNameLoader.get:(Ljava/lang/reflect/Constructor;)Ljava/util/List;]
AsmParameterNameLoader.get ( reflect.Method method ) : java.util.List
[run-time name: org/apache/openejb/util/AsmParameterNameLoader.get:(Ljava/lang/reflect/Method;)Ljava/util/List;]
AsmParameterNameLoader.getAllConstructorParameters ( Class clazz ) : java.util.Map
[run-time name: org/apache/openejb/util/AsmParameterNameLoader.getAllConstructorParameters:(Ljava/lang/Class;)Ljava/util/Map;]
AsmParameterNameLoader.getAllMethodParameters ( Class clazz, String methodName ) : java.util.Map
[run-time name: org/apache/openejb/util/AsmParameterNameLoader.getAllMethodParameters:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/Map;]
AsmParameterNameLoader.install ( ) [static] : void
[run-time name: org/apache/openejb/util/AsmParameterNameLoader.install:()V]
openejb-core-3.1.jar, Assembler.class
package org.apache.openejb.assembler.classic
Assembler.createApplication ( AppInfo appInfo, ClassLoader classLoader, boolean start ) : java.util.List
[run-time name: org/apache/openejb/assembler/classic/Assembler.createApplication:(Lorg/apache/openejb/assembler/classic/AppInfo;Ljava/lang/ClassLoader;Z)Ljava/util/List;]
Assembler.destroy ( ) : void
[run-time name: org/apache/openejb/assembler/classic/Assembler.destroy:()V]
Assembler.getOpenEjbConfiguration ( ) : OpenEjbConfiguration
[run-time name: org/apache/openejb/assembler/classic/Assembler.getOpenEjbConfiguration:()Lorg/apache/openejb/assembler/classic/OpenEjbConfiguration;]
package org.apache.openejb.spi
Assembler.destroy ( ) [abstract] : void
[run-time name: org/apache/openejb/spi/Assembler.destroy:()V]
openejb-core-3.1.jar, BaseContext.class
package org.apache.openejb.core
BaseContext.BaseContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/BaseContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
BaseContext.BaseContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/BaseContext."<init>":(Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.1.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.getInvocationHandler ( ) : org.apache.openejb.util.proxy.InvocationHandler
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setDoCrossClassLoaderCopy:(Z)V]
BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setDoIntraVmCopy:(Z)V]
openejb-core-3.1.jar, BaseSessionContext.class
package org.apache.openejb.core
BaseSessionContext.BaseSessionContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/BaseSessionContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
BaseSessionContext.BaseSessionContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/BaseSessionContext."<init>":(Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.1.jar, Bean.class
package org.apache.openejb.config.rules
CheckDependsOn.Bean.CheckDependsOn.Bean ( org.apache.openejb.jee.EnterpriseBean bean, org.apache.openejb.config.EjbModule module, java.net.URI moduleUri, CheckDependsOn.Resolver resolver )
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.Bean."<init>":(Lorg/apache/openejb/jee/EnterpriseBean;Lorg/apache/openejb/config/EjbModule;Ljava/net/URI;Lorg/apache/openejb/config/rules/CheckDependsOn$Resolver;)V]
CheckDependsOn.Bean.getId ( ) : String
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.Bean.getId:()Ljava/lang/String;]
CheckDependsOn.Bean.resolveLink ( String ejbName ) : CheckDependsOn.Bean
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.Bean.resolveLink:(Ljava/lang/String;)Lorg/apache/openejb/config/rules/CheckDependsOn$Bean;]
openejb-core-3.1.jar, BeanTransactionPolicy.class
package org.apache.openejb.core.transaction
BeanTransactionPolicy.getUserTransaction ( ) [abstract] : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/transaction/BeanTransactionPolicy.getUserTransaction:()Ljavax/transaction/UserTransaction;]
BeanTransactionPolicy.resumeUserTransaction ( BeanTransactionPolicy.SuspendedTransaction p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/BeanTransactionPolicy.resumeUserTransaction:(Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;)V]
BeanTransactionPolicy.suspendUserTransaction ( ) [abstract] : BeanTransactionPolicy.SuspendedTransaction
[run-time name: org/apache/openejb/core/transaction/BeanTransactionPolicy.suspendUserTransaction:()Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;]
openejb-core-3.1.jar, Cache.class
package org.apache.openejb.core.stateful
Cache.add ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
Cache.checkIn ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.checkIn:(Ljava/lang/Object;)V]
Cache.checkOut ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/stateful/Cache.checkOut:(Ljava/lang/Object;)Ljava/lang/Object;]
Cache.getListener ( ) [abstract] : Cache.CacheListener
[run-time name: org/apache/openejb/core/stateful/Cache.getListener:()Lorg/apache/openejb/core/stateful/Cache$CacheListener;]
Cache.remove ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/stateful/Cache.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
Cache.removeAll ( Cache.CacheFilter p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.removeAll:(Lorg/apache/openejb/core/stateful/Cache$CacheFilter;)V]
Cache.setListener ( Cache.CacheListener p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.setListener:(Lorg/apache/openejb/core/stateful/Cache$CacheListener;)V]
openejb-core-3.1.jar, CacheFilter.class
package org.apache.openejb.core.stateful
Cache.CacheFilter.matches ( Object p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/core/stateful/Cache.CacheFilter.matches:(Ljava/lang/Object;)Z]
openejb-core-3.1.jar, CacheListener.class
package org.apache.openejb.core.stateful
Cache.CacheListener.afterLoad ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.CacheListener.afterLoad:(Ljava/lang/Object;)V]
Cache.CacheListener.beforeStore ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.CacheListener.beforeStore:(Ljava/lang/Object;)V]
Cache.CacheListener.timedOut ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/Cache.CacheListener.timedOut:(Ljava/lang/Object;)V]
openejb-core-3.1.jar, CheckClasses.class
package org.apache.openejb.config.rules
CheckClasses.check_hasEjbClass ( org.apache.openejb.jee.EnterpriseBean b ) : Class
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasEjbClass:(Lorg/apache/openejb/jee/EnterpriseBean;)Ljava/lang/Class;]
openejb-core-3.1.jar, CheckDependsOn.class
package org.apache.openejb.config.rules
CheckDependsOn.CheckDependsOn ( )
[run-time name: org/apache/openejb/config/rules/CheckDependsOn."<init>":()V]
CheckDependsOn.validate ( org.apache.openejb.config.AppModule appModule ) : void
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.validate:(Lorg/apache/openejb/config/AppModule;)V]
openejb-core-3.1.jar, CheckMethods.class
package org.apache.openejb.config.rules
CheckMethods.check_unusedCreateMethods ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckMethods.check_unusedCreateMethods:(Lorg/apache/openejb/jee/RemoteBean;)V]
CheckMethods.check_unusedPostCreateMethods ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckMethods.check_unusedPostCreateMethods:(Lorg/apache/openejb/jee/RemoteBean;)V]
openejb-core-3.1.jar, CircularReferencesException.class
package org.apache.openejb.util
CircularReferencesException.CircularReferencesException ( java.util.List circuits )
[run-time name: org/apache/openejb/util/CircularReferencesException."<init>":(Ljava/util/List;)V]
CircularReferencesException.getCircuits ( ) : java.util.List
[run-time name: org/apache/openejb/util/CircularReferencesException.getCircuits:()Ljava/util/List;]
openejb-core-3.1.jar, ClientSecurity.class
package org.apache.openejb.core.ivm
ClientSecurity.ClientSecurity ( )
[run-time name: org/apache/openejb/core/ivm/ClientSecurity."<init>":()V]
ClientSecurity.getIdentity ( ) [static] : Object
[run-time name: org/apache/openejb/core/ivm/ClientSecurity.getIdentity:()Ljava/lang/Object;]
ClientSecurity.setIdentity ( Object clientIdentity ) [static] : void
[run-time name: org/apache/openejb/core/ivm/ClientSecurity.setIdentity:(Ljava/lang/Object;)V]
openejb-core-3.1.jar, Close.class
package org.apache.openejb.client
LocalInitialContext.Close.valueOf ( String name ) [static] : LocalInitialContext.Close
[run-time name: org/apache/openejb/client/LocalInitialContext.Close.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/client/LocalInitialContext$Close;]
LocalInitialContext.Close.values ( ) [static] : LocalInitialContext.Close[ ]
[run-time name: org/apache/openejb/client/LocalInitialContext.Close.values:()[Lorg/apache/openejb/client/LocalInitialContext$Close;]
openejb-core-3.1.jar, Cmp2Generator.class
package org.apache.openejb.core.cmp.cmp2
Cmp2Generator.createEjbActivate ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createEjbActivate:()V]
Cmp2Generator.createEjbLoad ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createEjbLoad:()V]
Cmp2Generator.createEjbPassivate ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createEjbPassivate:()V]
Cmp2Generator.createEjbRemove ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createEjbRemove:()V]
Cmp2Generator.createEjbStore ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createEjbStore:()V]
Cmp2Generator.createSetEntityContext ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createSetEntityContext:()V]
Cmp2Generator.createUnsetEntityContext ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/Cmp2Generator.createUnsetEntityContext:()V]
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.getGetterMethod ( ) : reflect.Method
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField.getGetterMethod:()Ljava/lang/reflect/Method;]
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, ConcurrencyAttributeHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration ( javax.ejb.Lock attribute, Class type ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addClassLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration ( javax.ejb.Lock attribute, reflect.Method method ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.addMethodLevelDeclaration:(Ljavax/ejb/Lock;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, String ejbName )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Ljava/lang/String;)V]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getExistingDeclarations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.ConcurrencyAttributeHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-3.1.jar, ConfigurationFactory.class
package org.apache.openejb.config
ConfigurationFactory.configureApplication ( ClassLoader classLoader, String id, java.util.List jarFiles ) : org.apache.openejb.assembler.classic.AppInfo
[run-time name: org/apache/openejb/config/ConfigurationFactory.configureApplication:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/util/List;)Lorg/apache/openejb/assembler/classic/AppInfo;]
ConfigurationFactory.createContainerInfo ( sys.Container container ) : org.apache.openejb.assembler.classic.ContainerInfo
[run-time name: org/apache/openejb/config/ConfigurationFactory.createContainerInfo:(Lorg/apache/openejb/config/sys/Container;)Lorg/apache/openejb/assembler/classic/ContainerInfo;]
openejb-core-3.1.jar, ConfUtils.class
package org.apache.openejb.util
ConfUtils.getResource ( String name ) [static] : java.net.URL
[run-time name: org/apache/openejb/util/ConfUtils.getResource:(Ljava/lang/String;)Ljava/net/URL;]
openejb-core-3.1.jar, ConnectorModule.class
package org.apache.openejb.config
ConnectorModule.ConnectorModule ( org.apache.openejb.jee.Connector connector )
[run-time name: org/apache/openejb/config/ConnectorModule."<init>":(Lorg/apache/openejb/jee/Connector;)V]
openejb-core-3.1.jar, ContextEntityState.class
package org.apache.openejb.core.entity
EntityContext.ContextEntityState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getRollbackOnly:()Z]
EntityContext.ContextEntityState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.setRollbackOnly:()V]
openejb-core-3.1.jar, ContextWrapper.class
package org.apache.openejb.core.ivm.naming
ContextWrapper.addToEnvironment ( String propName, Object propVal ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.addToEnvironment:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
ContextWrapper.bind ( javax.naming.Name name, Object obj ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.bind:(Ljavax/naming/Name;Ljava/lang/Object;)V]
ContextWrapper.bind ( String name, Object obj ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.bind:(Ljava/lang/String;Ljava/lang/Object;)V]
ContextWrapper.close ( ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.close:()V]
ContextWrapper.composeName ( javax.naming.Name name, javax.naming.Name prefix ) : javax.naming.Name
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.composeName:(Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name;]
ContextWrapper.composeName ( String name, String prefix ) : String
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.composeName:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
ContextWrapper.ContextWrapper ( javax.naming.Context context )
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper."<init>":(Ljavax/naming/Context;)V]
ContextWrapper.createSubcontext ( javax.naming.Name name ) : javax.naming.Context
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.createSubcontext:(Ljavax/naming/Name;)Ljavax/naming/Context;]
ContextWrapper.createSubcontext ( String name ) : javax.naming.Context
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.createSubcontext:(Ljava/lang/String;)Ljavax/naming/Context;]
ContextWrapper.destroySubcontext ( javax.naming.Name name ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.destroySubcontext:(Ljavax/naming/Name;)V]
ContextWrapper.destroySubcontext ( String name ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.destroySubcontext:(Ljava/lang/String;)V]
ContextWrapper.getEnvironment ( ) : java.util.Hashtable
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.getEnvironment:()Ljava/util/Hashtable;]
ContextWrapper.getNameInNamespace ( ) : String
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.getNameInNamespace:()Ljava/lang/String;]
ContextWrapper.getNameParser ( javax.naming.Name name ) : javax.naming.NameParser
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.getNameParser:(Ljavax/naming/Name;)Ljavax/naming/NameParser;]
ContextWrapper.getNameParser ( String name ) : javax.naming.NameParser
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.getNameParser:(Ljava/lang/String;)Ljavax/naming/NameParser;]
ContextWrapper.list ( javax.naming.Name name ) : javax.naming.NamingEnumeration
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.list:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;]
ContextWrapper.list ( String name ) : javax.naming.NamingEnumeration
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.list:(Ljava/lang/String;)Ljavax/naming/NamingEnumeration;]
ContextWrapper.listBindings ( javax.naming.Name name ) : javax.naming.NamingEnumeration
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.listBindings:(Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration;]
ContextWrapper.listBindings ( String name ) : javax.naming.NamingEnumeration
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.listBindings:(Ljava/lang/String;)Ljavax/naming/NamingEnumeration;]
ContextWrapper.lookup ( javax.naming.Name name ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.lookup:(Ljavax/naming/Name;)Ljava/lang/Object;]
ContextWrapper.lookup ( String name ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.lookup:(Ljava/lang/String;)Ljava/lang/Object;]
ContextWrapper.lookupLink ( javax.naming.Name name ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.lookupLink:(Ljavax/naming/Name;)Ljava/lang/Object;]
ContextWrapper.lookupLink ( String name ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.lookupLink:(Ljava/lang/String;)Ljava/lang/Object;]
ContextWrapper.rebind ( javax.naming.Name name, Object obj ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.rebind:(Ljavax/naming/Name;Ljava/lang/Object;)V]
ContextWrapper.rebind ( String name, Object obj ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.rebind:(Ljava/lang/String;Ljava/lang/Object;)V]
ContextWrapper.removeFromEnvironment ( String propName ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.removeFromEnvironment:(Ljava/lang/String;)Ljava/lang/Object;]
ContextWrapper.rename ( javax.naming.Name oldName, javax.naming.Name newName ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.rename:(Ljavax/naming/Name;Ljavax/naming/Name;)V]
ContextWrapper.rename ( String oldName, String newName ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.rename:(Ljava/lang/String;Ljava/lang/String;)V]
ContextWrapper.unbind ( javax.naming.Name name ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.unbind:(Ljavax/naming/Name;)V]
ContextWrapper.unbind ( String name ) : void
[run-time name: org/apache/openejb/core/ivm/naming/ContextWrapper.unbind:(Ljava/lang/String;)V]
openejb-core-3.1.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.getConcurrencyAttribute ( reflect.Method method ) : byte
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getConcurrencyAttribute:(Ljava/lang/reflect/Method;)B]
CoreDeploymentInfo.getDependsOn ( ) : java.util.Set
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getDependsOn:()Ljava/util/Set;]
CoreDeploymentInfo.getTransactionPolicyFactory ( ) : transaction.TransactionPolicyFactory
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionPolicyFactory:()Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;]
CoreDeploymentInfo.getTransactionType ( reflect.Method method ) : transaction.TransactionType
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionType:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionType;]
CoreDeploymentInfo.isBeanManagedConcurrency ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isBeanManagedConcurrency:()Z]
CoreDeploymentInfo.isLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isLoadOnStartup:()Z]
CoreDeploymentInfo.setBeanManagedConcurrency ( boolean beanManagedConcurrency ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setBeanManagedConcurrency:(Z)V]
CoreDeploymentInfo.setLoadOnStartup ( boolean loadOnStartup ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setLoadOnStartup:(Z)V]
CoreDeploymentInfo.setMethodConcurrencyAttribute ( reflect.Method method, String concurrencyAttribute ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setMethodConcurrencyAttribute:(Ljava/lang/reflect/Method;Ljava/lang/String;)V]
CoreDeploymentInfo.setTransactionPolicyFactory ( transaction.TransactionPolicyFactory transactionPolicyFactory ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setTransactionPolicyFactory:(Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;)V]
openejb-core-3.1.jar, DataSourceFactory.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.create ( boolean managed ) [static] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.create:(Z)Ljavax/sql/DataSource;]
openejb-core-3.1.jar, Debug.class
package org.apache.openejb.util
Debug.printContextValues ( javax.naming.Context context ) [static] : java.util.Map
[run-time name: org/apache/openejb/util/Debug.printContextValues:(Ljavax/naming/Context;)Ljava/util/Map;]
Debug.printContextValues ( javax.naming.Context context, java.io.PrintStream out ) [static] : java.util.Map
[run-time name: org/apache/openejb/util/Debug.printContextValues:(Ljavax/naming/Context;Ljava/io/PrintStream;)Ljava/util/Map;]
openejb-core-3.1.jar, DeploymentInfo.class
package org.apache.openejb
DeploymentInfo.getDependsOn ( ) [abstract] : java.util.Set
[run-time name: org/apache/openejb/DeploymentInfo.getDependsOn:()Ljava/util/Set;]
DeploymentInfo.getTransactionType ( reflect.Method p1 ) [abstract] : core.transaction.TransactionType
[run-time name: org/apache/openejb/DeploymentInfo.getTransactionType:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionType;]
DeploymentInfo.isLoadOnStartup ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isLoadOnStartup:()Z]
openejb-core-3.1.jar, Duration.class
package org.apache.openejb.util
Duration.Duration ( )
[run-time name: org/apache/openejb/util/Duration."<init>":()V]
Duration.Duration ( long time, java.util.concurrent.TimeUnit unit )
[run-time name: org/apache/openejb/util/Duration."<init>":(JLjava/util/concurrent/TimeUnit;)V]
Duration.Duration ( String string )
[run-time name: org/apache/openejb/util/Duration."<init>":(Ljava/lang/String;)V]
Duration.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/util/Duration.equals:(Ljava/lang/Object;)Z]
Duration.getTime ( ) : long
[run-time name: org/apache/openejb/util/Duration.getTime:()J]
Duration.getUnit ( ) : java.util.concurrent.TimeUnit
[run-time name: org/apache/openejb/util/Duration.getUnit:()Ljava/util/concurrent/TimeUnit;]
Duration.hashCode ( ) : int
[run-time name: org/apache/openejb/util/Duration.hashCode:()I]
Duration.parse ( String text ) [static] : Duration
[run-time name: org/apache/openejb/util/Duration.parse:(Ljava/lang/String;)Lorg/apache/openejb/util/Duration;]
Duration.setTime ( long time ) : void
[run-time name: org/apache/openejb/util/Duration.setTime:(J)V]
Duration.setUnit ( java.util.concurrent.TimeUnit unit ) : void
[run-time name: org/apache/openejb/util/Duration.setUnit:(Ljava/util/concurrent/TimeUnit;)V]
Duration.toString ( ) : String
[run-time name: org/apache/openejb/util/Duration.toString:()Ljava/lang/String;]
openejb-core-3.1.jar, DurationEditor.class
package org.apache.openejb.util
DurationEditor.DurationEditor ( )
[run-time name: org/apache/openejb/util/DurationEditor."<init>":()V]
DurationEditor.setAsText ( String text ) : void
[run-time name: org/apache/openejb/util/DurationEditor.setAsText:(Ljava/lang/String;)V]
openejb-core-3.1.jar, EjbSelect.class
package org.apache.openejb.core.cmp.cmp2
EjbSelect.execute_boolean ( Object di, String methodSignature, Object[ ] args ) [static] : boolean
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_boolean:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)Z]
EjbSelect.execute_byte ( Object di, String methodSignature, Object[ ] args ) [static] : byte
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_byte:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)B]
EjbSelect.execute_char ( Object di, String methodSignature, Object[ ] args ) [static] : char
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_char:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)C]
EjbSelect.execute_double ( Object di, String methodSignature, Object[ ] args ) [static] : double
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_double:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)D]
EjbSelect.execute_float ( Object di, String methodSignature, Object[ ] args ) [static] : float
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_float:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)F]
EjbSelect.execute_int ( Object di, String methodSignature, Object[ ] args ) [static] : int
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_int:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)I]
EjbSelect.execute_long ( Object di, String methodSignature, Object[ ] args ) [static] : long
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_long:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)J]
EjbSelect.execute_Object ( Object di, String methodSignature, String returnType, Object[ ] args ) [static] : Object
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_Object:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
EjbSelect.execute_short ( Object di, String methodSignature, Object[ ] args ) [static] : short
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_short:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)S]
EjbSelect.execute_void ( Object di, String methodSignature, Object[ ] args ) [static] : void
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute_void:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;)V]
EjbSelect.getSelectMethod ( Class returnType ) [static] : reflect.Method
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.getSelectMethod:(Ljava/lang/Class;)Ljava/lang/reflect/Method;]
openejb-core-3.1.jar, EjbTransactionUtil.class
package org.apache.openejb.core.transaction
EjbTransactionUtil.afterInvoke ( TransactionPolicy txPolicy, org.apache.openejb.core.ThreadContext threadContext ) [static] : void
[run-time name: org/apache/openejb/core/transaction/EjbTransactionUtil.afterInvoke:(Lorg/apache/openejb/core/transaction/TransactionPolicy;Lorg/apache/openejb/core/ThreadContext;)V]
EjbTransactionUtil.createTransactionPolicy ( TransactionType type, org.apache.openejb.core.ThreadContext threadContext ) [static] : TransactionPolicy
[run-time name: org/apache/openejb/core/transaction/EjbTransactionUtil.createTransactionPolicy:(Lorg/apache/openejb/core/transaction/TransactionType;Lorg/apache/openejb/core/ThreadContext;)Lorg/apache/openejb/core/transaction/TransactionPolicy;]
EjbTransactionUtil.handleApplicationException ( TransactionPolicy txPolicy, Throwable appException, boolean rollback ) [static] : void
[run-time name: org/apache/openejb/core/transaction/EjbTransactionUtil.handleApplicationException:(Lorg/apache/openejb/core/transaction/TransactionPolicy;Ljava/lang/Throwable;Z)V]
EjbTransactionUtil.handleSystemException ( TransactionPolicy txPolicy, Throwable sysException, org.apache.openejb.core.ThreadContext callContext ) [static] : void
[run-time name: org/apache/openejb/core/transaction/EjbTransactionUtil.handleSystemException:(Lorg/apache/openejb/core/transaction/TransactionPolicy;Ljava/lang/Throwable;Lorg/apache/openejb/core/ThreadContext;)V]
openejb-core-3.1.jar, EjbUserTransaction.class
package org.apache.openejb.core.transaction
EjbUserTransaction.begin ( ) : void
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.begin:()V]
EjbUserTransaction.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.commit:()V]
EjbUserTransaction.EjbUserTransaction ( )
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction."<init>":()V]
EjbUserTransaction.getStatus ( ) : int
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.getStatus:()I]
EjbUserTransaction.rollback ( ) : void
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.rollback:()V]
EjbUserTransaction.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.setRollbackOnly:()V]
EjbUserTransaction.setTransactionTimeout ( int i ) : void
[run-time name: org/apache/openejb/core/transaction/EjbUserTransaction.setTransactionTimeout:(I)V]
openejb-core-3.1.jar, EjbWsContext.class
package org.apache.openejb.core.singleton
EjbWsContext.EjbWsContext ( javax.ejb.SessionContext context )
[run-time name: org/apache/openejb/core/singleton/EjbWsContext."<init>":(Ljavax/ejb/SessionContext;)V]
EjbWsContext.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/singleton/EjbWsContext.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
EjbWsContext.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/singleton/EjbWsContext.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
EjbWsContext.getMessageContext ( ) : javax.xml.ws.handler.MessageContext
[run-time name: org/apache/openejb/core/singleton/EjbWsContext.getMessageContext:()Ljavax/xml/ws/handler/MessageContext;]
EjbWsContext.getUserPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/core/singleton/EjbWsContext.getUserPrincipal:()Ljava/security/Principal;]
EjbWsContext.isUserInRole ( String roleName ) : boolean
[run-time name: org/apache/openejb/core/singleton/EjbWsContext.isUserInRole:(Ljava/lang/String;)Z]
openejb-core-3.1.jar, EndpointFactory.class
package org.apache.openejb.core.mdb
EndpointFactory.EndpointFactory ( javax.resource.spi.ActivationSpec activationSpec, MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, MdbInstanceFactory instanceFactory, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/core/mdb/EndpointFactory."<init>":(Ljavax/resource/spi/ActivationSpec;Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Lorg/apache/openejb/resource/XAResourceWrapper;)V]
openejb-core-3.1.jar, EntityContainer.class
package org.apache.openejb.core.entity
EntityContainer.EntityContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, int poolSize )
[run-time name: org/apache/openejb/core/entity/EntityContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.1.jar, EntityContext.class
package org.apache.openejb.core.entity
EntityContext.EntityContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/entity/EntityContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
openejb-core-3.1.jar, EntityInstanceManager.class
package org.apache.openejb.core.entity
EntityInstanceManager.EntityInstanceManager ( EntityContainer container, org.apache.openejb.spi.SecurityService securityService, int poolSize )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager."<init>":(Lorg/apache/openejb/core/entity/EntityContainer;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.1.jar, Exceptions.class
package org.apache.openejb.util
Exceptions.Exceptions ( )
[run-time name: org/apache/openejb/util/Exceptions."<init>":()V]
Exceptions.initCause ( Throwable t, Throwable cause ) [static] : Throwable
[run-time name: org/apache/openejb/util/Exceptions.initCause:(Ljava/lang/Throwable;Ljava/lang/Throwable;)Ljava/lang/Throwable;]
Exceptions.newAuthenticationException ( String message, Throwable cause ) [static] : javax.naming.AuthenticationException
[run-time name: org/apache/openejb/util/Exceptions.newAuthenticationException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/naming/AuthenticationException;]
Exceptions.newAuthenticationException ( Throwable cause ) [static] : javax.naming.AuthenticationException
[run-time name: org/apache/openejb/util/Exceptions.newAuthenticationException:(Ljava/lang/Throwable;)Ljavax/naming/AuthenticationException;]
Exceptions.newEJBException ( String message, Throwable cause ) [static] : javax.ejb.EJBException
[run-time name: org/apache/openejb/util/Exceptions.newEJBException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/ejb/EJBException;]
Exceptions.newEJBException ( Throwable cause ) [static] : javax.ejb.EJBException
[run-time name: org/apache/openejb/util/Exceptions.newEJBException:(Ljava/lang/Throwable;)Ljavax/ejb/EJBException;]
Exceptions.newIOException ( String message, Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/Exceptions.newIOException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/io/IOException;]
Exceptions.newIOException ( Throwable cause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/util/Exceptions.newIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;]
Exceptions.newNamingException ( String message, Throwable cause ) [static] : javax.naming.NamingException
[run-time name: org/apache/openejb/util/Exceptions.newNamingException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/naming/NamingException;]
Exceptions.newNamingException ( Throwable cause ) [static] : javax.naming.NamingException
[run-time name: org/apache/openejb/util/Exceptions.newNamingException:(Ljava/lang/Throwable;)Ljavax/naming/NamingException;]
Exceptions.newNotSerializableException ( String message, Throwable cause ) [static] : java.io.NotSerializableException
[run-time name: org/apache/openejb/util/Exceptions.newNotSerializableException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljava/io/NotSerializableException;]
Exceptions.newNotSerializableException ( Throwable cause ) [static] : java.io.NotSerializableException
[run-time name: org/apache/openejb/util/Exceptions.newNotSerializableException:(Ljava/lang/Throwable;)Ljava/io/NotSerializableException;]
Exceptions.newRollbackException ( String message, Throwable cause ) [static] : javax.transaction.RollbackException
[run-time name: org/apache/openejb/util/Exceptions.newRollbackException:(Ljava/lang/String;Ljava/lang/Throwable;)Ljavax/transaction/RollbackException;]
Exceptions.newRollbackException ( Throwable cause ) [static] : javax.transaction.RollbackException
[run-time name: org/apache/openejb/util/Exceptions.newRollbackException:(Ljava/lang/Throwable;)Ljavax/transaction/RollbackException;]
openejb-core-3.1.jar, Filter.class
package org.apache.openejb.util
AnnotationFinder.Filter.accept ( String p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/util/AnnotationFinder.Filter.accept:(Ljava/lang/String;)Z]
openejb-core-3.1.jar, FoundException.class
package org.apache.openejb.util
AnnotationFinder.FoundException.AnnotationFinder.FoundException ( )
[run-time name: org/apache/openejb/util/AnnotationFinder.FoundException."<init>":()V]
openejb-core-3.1.jar, GeronimoTransactionManagerFactory.class
package org.apache.openejb.resource
GeronimoTransactionManagerFactory.create ( int defaultTransactionTimeoutSeconds, boolean txRecovery, byte[ ] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold ) [static] : org.apache.geronimo.transaction.manager.GeronimoTransactionManager
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.create:(IZ[BLjava/lang/String;IZZILjava/lang/String;Ljava/lang/String;Ljava/lang/String;IIIII)Lorg/apache/geronimo/transaction/manager/GeronimoTransactionManager;]
openejb-core-3.1.jar, GeronimoXAResourceWrapper.class
package org.apache.openejb.resource
GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper.GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper ( )
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper."<init>":()V]
GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper.wrap ( javax.transaction.xa.XAResource xaResource, String name ) : javax.transaction.xa.XAResource
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.GeronimoXAResourceWrapper.wrap:(Ljavax/transaction/xa/XAResource;Ljava/lang/String;)Ljavax/transaction/xa/XAResource;]
openejb-core-3.1.jar, HexConverter.class
package org.apache.openejb.util
HexConverter.bytesToHex ( byte[ ] bytes ) [static] : String
[run-time name: org/apache/openejb/util/HexConverter.bytesToHex:([B)Ljava/lang/String;]
HexConverter.hexToBytes ( String hexString ) [static] : byte[ ]
[run-time name: org/apache/openejb/util/HexConverter.hexToBytes:(Ljava/lang/String;)[B]
openejb-core-3.1.jar, Info2Properties.class
package org.apache.openejb.assembler.classic.cmd
Info2Properties.printConfig ( org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/cmd/Info2Properties.printConfig:(Lorg/apache/openejb/assembler/classic/OpenEjbConfiguration;)V]
Info2Properties.printLocalConfig ( ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/cmd/Info2Properties.printLocalConfig:()V]
openejb-core-3.1.jar, InjectionMdbState.class
package org.apache.openejb.core.mdb
MdbContext.InjectionMdbState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getRollbackOnly:()Z]
MdbContext.InjectionMdbState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.setRollbackOnly:()V]
openejb-core-3.1.jar, InjectionProcessor.class
package org.apache.openejb
InjectionProcessor.InjectionProcessor ( Class beanClass, java.util.List injections, javax.naming.Context context )
[run-time name: org/apache/openejb/InjectionProcessor."<init>":(Ljava/lang/Class;Ljava/util/List;Ljavax/naming/Context;)V]
InjectionProcessor.setProperty ( String name, Object value ) : void
[run-time name: org/apache/openejb/InjectionProcessor.setProperty:(Ljava/lang/String;Ljava/lang/Object;)V]
openejb-core-3.1.jar, InjectionSessionState.class
package org.apache.openejb.core
BaseSessionContext.InjectionSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getRollbackOnly:()Z]
BaseSessionContext.InjectionSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.setRollbackOnly:()V]
openejb-core-3.1.jar, Instance.class
package org.apache.openejb.core.singleton
Instance.Instance ( Object bean, java.util.Map interceptors, java.util.concurrent.locks.ReadWriteLock lock )
[run-time name: org/apache/openejb/core/singleton/Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;Ljava/util/concurrent/locks/ReadWriteLock;)V]
package org.apache.openejb.core.stateful
Instance.getBeanTransaction ( ) : org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction
[run-time name: org/apache/openejb/core/stateful/Instance.getBeanTransaction:()Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;]
Instance.getEntityManagers ( org.apache.openejb.util.Index factories ) : java.util.Map
[run-time name: org/apache/openejb/core/stateful/Instance.getEntityManagers:(Lorg/apache/openejb/util/Index;)Ljava/util/Map;]
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, java.util.Map interceptors, javax.persistence.EntityManager[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;[Ljavax/persistence/EntityManager;)V]
Instance.Instance ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primaryKey, Object bean, java.util.Map interceptors, java.util.Map entityManagers )
[run-time name: org/apache/openejb/core/stateful/Instance."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Map;)V]
Instance.isCallSessionSynchronization ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/Instance.isCallSessionSynchronization:()Z]
Instance.isInUse ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/Instance.isInUse:()Z]
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction ) : void
[run-time name: org/apache/openejb/core/stateful/Instance.setBeanTransaction:(Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;)V]
Instance.setCallSessionSynchronization ( ) : void
[run-time name: org/apache/openejb/core/stateful/Instance.setCallSessionSynchronization:()V]
Instance.setInUse ( boolean inUse ) : void
[run-time name: org/apache/openejb/core/stateful/Instance.setInUse:(Z)V]
Instance.writeReplace ( ) : Object
[run-time name: org/apache/openejb/core/stateful/Instance.writeReplace:()Ljava/lang/Object;]
openejb-core-3.1.jar, IntraVmCopyMonitor.class
package org.apache.openejb.core.ivm
IntraVmCopyMonitor.post ( ) [static] : void
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.post:()V]
IntraVmCopyMonitor.pre ( IntraVmCopyMonitor.State state ) [static] : void
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.pre:(Lorg/apache/openejb/core/ivm/IntraVmCopyMonitor$State;)V]
IntraVmCopyMonitor.state ( ) [static] : IntraVmCopyMonitor.State
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.state:()Lorg/apache/openejb/core/ivm/IntraVmCopyMonitor$State;]
openejb-core-3.1.jar, IntraVmMetaData.class
package org.apache.openejb.core.ivm
IntraVmMetaData.isSingletonSession ( ) : boolean
[run-time name: org/apache/openejb/core/ivm/IntraVmMetaData.isSingletonSession:()Z]
IntraVmMetaData.isStatefulSession ( ) : boolean
[run-time name: org/apache/openejb/core/ivm/IntraVmMetaData.isStatefulSession:()Z]
openejb-core-3.1.jar, InvocationHandler.class
package org.apache.openejb.util.proxy
InvocationHandler.getInvocationHandler ( ) [abstract] : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/InvocationHandler.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-3.1.jar, IOUtils.class
package org.apache.openejb.util
IOUtils.IOUtils ( )
[run-time name: org/apache/openejb/util/IOUtils."<init>":()V]
IOUtils.readProperties ( java.net.URL resource ) [static] : java.util.Properties
[run-time name: org/apache/openejb/util/IOUtils.readProperties:(Ljava/net/URL;)Ljava/util/Properties;]
openejb-core-3.1.jar, JndiBuilder.class
package org.apache.openejb.assembler.classic
JndiBuilder.createStrategy ( EjbJarInfo ejbJar, java.util.Map deployments ) [static] : JndiBuilder.JndiNameStrategy
[run-time name: org/apache/openejb/assembler/classic/JndiBuilder.createStrategy:(Lorg/apache/openejb/assembler/classic/EjbJarInfo;Ljava/util/Map;)Lorg/apache/openejb/assembler/classic/JndiBuilder$JndiNameStrategy;]
openejb-core-3.1.jar, JndiEncInfoBuilder.class
package org.apache.openejb.config
JndiEncInfoBuilder.buildDependsOnRefs ( EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, org.apache.openejb.assembler.classic.EnterpriseBeanInfo beanInfo, String moduleId ) : void
[run-time name: org/apache/openejb/config/JndiEncInfoBuilder.buildDependsOnRefs:(Lorg/apache/openejb/config/EjbModule;Lorg/apache/openejb/jee/EnterpriseBean;Lorg/apache/openejb/assembler/classic/EnterpriseBeanInfo;Ljava/lang/String;)V]
openejb-core-3.1.jar, JpaCmpEngine.class
package org.apache.openejb.core.cmp.jpa
JpaCmpEngine.JpaCmpEngine ( org.apache.openejb.core.cmp.CmpCallback cmpCallback )
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine."<init>":(Lorg/apache/openejb/core/cmp/CmpCallback;)V]
openejb-core-3.1.jar, JTATransactionController.class
package org.apache.openejb.eclipselink
JTATransactionController.acquireTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/eclipselink/JTATransactionController.acquireTransactionManager:()Ljavax/transaction/TransactionManager;]
JTATransactionController.JTATransactionController ( )
[run-time name: org/apache/openejb/eclipselink/JTATransactionController."<init>":()V]
package org.apache.openejb.toplink
JTATransactionController.acquireTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/toplink/JTATransactionController.acquireTransactionManager:()Ljavax/transaction/TransactionManager;]
JTATransactionController.JTATransactionController ( )
[run-time name: org/apache/openejb/toplink/JTATransactionController."<init>":()V]
openejb-core-3.1.jar, JtaTransactionPolicy.class
package org.apache.openejb.core.transaction
JtaTransactionPolicy.beginTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.beginTransaction:()Ljavax/transaction/Transaction;]
JtaTransactionPolicy.completeTransaction ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.completeTransaction:(Ljavax/transaction/Transaction;)V]
JtaTransactionPolicy.enlistResource ( javax.transaction.xa.XAResource xaResource ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.enlistResource:(Ljavax/transaction/xa/XAResource;)V]
JtaTransactionPolicy.fireNonTransactionalCompletion ( ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.fireNonTransactionalCompletion:()V]
JtaTransactionPolicy.getCurrentTrasaction ( ) [abstract] : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
JtaTransactionPolicy.getResource ( Object key ) : Object
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.getResource:(Ljava/lang/Object;)Ljava/lang/Object;]
JtaTransactionPolicy.getTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.getTransaction:()Ljavax/transaction/Transaction;]
JtaTransactionPolicy.getTransactionType ( ) : TransactionType
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
JtaTransactionPolicy.isRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.isRollbackOnly:()Z]
JtaTransactionPolicy.isTransactionActive ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.isTransactionActive:()Z]
JtaTransactionPolicy.JtaTransactionPolicy ( TransactionType transactionType, javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionType;Ljavax/transaction/TransactionManager;)V]
JtaTransactionPolicy.putResource ( Object key, Object value ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.putResource:(Ljava/lang/Object;Ljava/lang/Object;)V]
JtaTransactionPolicy.registerSynchronization ( TransactionPolicy.TransactionSynchronization synchronization ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.registerSynchronization:(Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization;)V]
JtaTransactionPolicy.removeResource ( Object key ) : Object
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.removeResource:(Ljava/lang/Object;)Ljava/lang/Object;]
JtaTransactionPolicy.resumeTransaction ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.resumeTransaction:(Ljavax/transaction/Transaction;)V]
JtaTransactionPolicy.rollbackTransaction ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.rollbackTransaction:(Ljavax/transaction/Transaction;)V]
JtaTransactionPolicy.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.setRollbackOnly:()V]
JtaTransactionPolicy.setRollbackOnly ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.setRollbackOnly:(Ljavax/transaction/Transaction;)V]
JtaTransactionPolicy.suspendTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.suspendTransaction:()Ljavax/transaction/Transaction;]
JtaTransactionPolicy.toString ( ) : String
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicy.toString:()Ljava/lang/String;]
openejb-core-3.1.jar, JtaTransactionPolicyFactory.class
package org.apache.openejb.core.transaction
JtaTransactionPolicyFactory.createTransactionPolicy ( TransactionType type ) : TransactionPolicy
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicyFactory.createTransactionPolicy:(Lorg/apache/openejb/core/transaction/TransactionType;)Lorg/apache/openejb/core/transaction/TransactionPolicy;]
JtaTransactionPolicyFactory.JtaTransactionPolicyFactory ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/JtaTransactionPolicyFactory."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, LifecycleMdbState.class
package org.apache.openejb.core.mdb
MdbContext.LifecycleMdbState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getRollbackOnly:()Z]
MdbContext.LifecycleMdbState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.setRollbackOnly:()V]
openejb-core-3.1.jar, LifecycleSessionState.class
package org.apache.openejb.core
BaseSessionContext.LifecycleSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getRollbackOnly:()Z]
BaseSessionContext.LifecycleSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.setRollbackOnly:()V]
openejb-core-3.1.jar, LifecycleStatefulSessionState.class
package org.apache.openejb.core.stateful
StatefulContext.LifecycleStatefulSessionState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getRollbackOnly:()Z]
StatefulContext.LifecycleStatefulSessionState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.setRollbackOnly:()V]
openejb-core-3.1.jar, LocalInitialContext.class
package org.apache.openejb.client
LocalInitialContext.close ( ) : void
[run-time name: org/apache/openejb/client/LocalInitialContext.close:()V]
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]
LocalInitialContext.LocalInitialContext ( java.util.Hashtable env, LocalInitialContextFactory factory )
[run-time name: org/apache/openejb/client/LocalInitialContext."<init>":(Ljava/util/Hashtable;Lorg/apache/openejb/client/LocalInitialContextFactory;)V]
openejb-core-3.1.jar, LocalInitialContextFactory.class
package org.apache.openejb.client
LocalInitialContextFactory.close ( ) : void
[run-time name: org/apache/openejb/client/LocalInitialContextFactory.close:()V]
openejb-core-3.1.jar, ManagedDataSourceWithRecovery.class
package org.apache.openejb.resource.jdbc
ManagedDataSourceWithRecovery.ManagedDataSourceWithRecovery ( org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )
[run-time name: org/apache/openejb/resource/jdbc/ManagedDataSourceWithRecovery."<init>":(Lorg/apache/openejb/resource/XAResourceWrapper;)V]
openejb-core-3.1.jar, MdbContainer.class
package org.apache.openejb.core.mdb
MdbContainer.MdbContainer ( Object containerID, org.apache.openejb.spi.SecurityService securityService, javax.resource.spi.ResourceAdapter resourceAdapter, Class messageListenerInterface, Class activationSpecClass, int instanceLimit )
[run-time name: org/apache/openejb/core/mdb/MdbContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;Ljavax/resource/spi/ResourceAdapter;Ljava/lang/Class;Ljava/lang/Class;I)V]
openejb-core-3.1.jar, MdbContext.class
package org.apache.openejb.core.mdb
MdbContext.MdbContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/mdb/MdbContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
openejb-core-3.1.jar, MdbInstanceFactory.class
package org.apache.openejb.core.mdb
MdbInstanceFactory.MdbInstanceFactory ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, org.apache.openejb.spi.SecurityService securityService, int instanceLimit )
[run-time name: org/apache/openejb/core/mdb/MdbInstanceFactory."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.1.jar, MethodConcurrencyBuilder.class
package org.apache.openejb.assembler.classic
MethodConcurrencyBuilder.applyConcurrencyAttributes ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, java.util.List methodConcurrencyInfos ) [static] : void
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.applyConcurrencyAttributes:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/util/List;)V]
MethodConcurrencyBuilder.build ( java.util.HashMap deployments, java.util.List methodConcurrencys ) : void
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.build:(Ljava/util/HashMap;Ljava/util/List;)V]
MethodConcurrencyBuilder.MethodConcurrencyBuilder ( )
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder."<init>":()V]
MethodConcurrencyBuilder.normalize ( java.util.List infos ) [static] : java.util.List
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.normalize:(Ljava/util/List;)Ljava/util/List;]
openejb-core-3.1.jar, MethodConcurrencyComparator.class
package org.apache.openejb.assembler.classic
MethodConcurrencyBuilder.MethodConcurrencyComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.MethodConcurrencyComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
MethodConcurrencyBuilder.MethodConcurrencyComparator.compare ( MethodConcurrencyInfo a, MethodConcurrencyInfo b ) : int
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.MethodConcurrencyComparator.compare:(Lorg/apache/openejb/assembler/classic/MethodConcurrencyInfo;Lorg/apache/openejb/assembler/classic/MethodConcurrencyInfo;)I]
MethodConcurrencyBuilder.MethodConcurrencyComparator.MethodConcurrencyBuilder.MethodConcurrencyComparator ( )
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyBuilder.MethodConcurrencyComparator."<init>":()V]
openejb-core-3.1.jar, MethodConcurrencyInfo.class
package org.apache.openejb.assembler.classic
MethodConcurrencyInfo.MethodConcurrencyInfo ( )
[run-time name: org/apache/openejb/assembler/classic/MethodConcurrencyInfo."<init>":()V]
openejb-core-3.1.jar, MethodInfoUtil.class
package org.apache.openejb.assembler.classic
MethodInfoUtil.toString ( MethodConcurrencyInfo i ) [static] : String
[run-time name: org/apache/openejb/assembler/classic/MethodInfoUtil.toString:(Lorg/apache/openejb/assembler/classic/MethodConcurrencyInfo;)Ljava/lang/String;]
openejb-core-3.1.jar, NoAddressingSupport.class
package org.apache.openejb.core.webservices
NoAddressingSupport.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/webservices/NoAddressingSupport.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
NoAddressingSupport.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/core/webservices/NoAddressingSupport.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
NoAddressingSupport.NoAddressingSupport ( )
[run-time name: org/apache/openejb/core/webservices/NoAddressingSupport."<init>":()V]
openejb-core-3.1.jar, NotFoundException.class
package org.apache.openejb.util
AnnotationFinder.NotFoundException.AnnotationFinder.NotFoundException ( )
[run-time name: org/apache/openejb/util/AnnotationFinder.NotFoundException."<init>":()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, PassivationStrategy.class
package org.apache.openejb.core.stateful
PassivationStrategy.passivate ( java.util.Map p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/PassivationStrategy.passivate:(Ljava/util/Map;)V]
openejb-core-3.1.jar, PersistenceBootstrap.class
package org.apache.openejb.persistence
PersistenceBootstrap.bootstrap ( ClassLoader classLoader ) [static] : void
[run-time name: org/apache/openejb/persistence/PersistenceBootstrap.bootstrap:(Ljava/lang/ClassLoader;)V]
PersistenceBootstrap.PersistenceBootstrap ( )
[run-time name: org/apache/openejb/persistence/PersistenceBootstrap."<init>":()V]
openejb-core-3.1.jar, PersistenceModule.class
package org.apache.openejb.config
PersistenceModule.getAltDDs ( ) : java.util.Map
[run-time name: org/apache/openejb/config/PersistenceModule.getAltDDs:()Ljava/util/Map;]
PersistenceModule.getClassLoader ( ) : ClassLoader
[run-time name: org/apache/openejb/config/PersistenceModule.getClassLoader:()Ljava/lang/ClassLoader;]
PersistenceModule.getJarLocation ( ) : String
[run-time name: org/apache/openejb/config/PersistenceModule.getJarLocation:()Ljava/lang/String;]
PersistenceModule.getModuleId ( ) : String
[run-time name: org/apache/openejb/config/PersistenceModule.getModuleId:()Ljava/lang/String;]
PersistenceModule.getValidation ( ) : ValidationContext
[run-time name: org/apache/openejb/config/PersistenceModule.getValidation:()Lorg/apache/openejb/config/ValidationContext;]
openejb-core-3.1.jar, PostCreateGenerator.class
package org.apache.openejb.core.cmp.cmp2
PostCreateGenerator.createEjbPostCreate ( String ejbPostCreateName, reflect.Method ejbCreate ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/PostCreateGenerator.createEjbPostCreate:(Ljava/lang/String;Ljava/lang/reflect/Method;)V]
PostCreateGenerator.generate ( ) : void
[run-time name: org/apache/openejb/core/cmp/cmp2/PostCreateGenerator.generate:()V]
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, RAFPassivater.class
package org.apache.openejb.core.stateful
RAFPassivater.passivate ( java.util.Map stateTable ) : void
[run-time name: org/apache/openejb/core/stateful/RAFPassivater.passivate:(Ljava/util/Map;)V]
openejb-core-3.1.jar, ReadDescriptors.class
package org.apache.openejb.config
ReadDescriptors.readFacesConfig ( java.net.URL url ) [static] : org.apache.openejb.jee.FacesConfig
[run-time name: org/apache/openejb/config/ReadDescriptors.readFacesConfig:(Ljava/net/URL;)Lorg/apache/openejb/jee/FacesConfig;]
openejb-core-3.1.jar, References.class
package org.apache.openejb.util
References.References ( )
[run-time name: org/apache/openejb/util/References."<init>":()V]
References.sort ( java.util.List objects, References.Visitor visitor ) [static] : java.util.List
[run-time name: org/apache/openejb/util/References.sort:(Ljava/util/List;Lorg/apache/openejb/util/References$Visitor;)Ljava/util/List;]
openejb-core-3.1.jar, RegistryId.class
package org.apache.openejb.core.stateful
StatefulEjbObjectHandler.RegistryId.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulEjbObjectHandler.RegistryId.getPrimaryKey:()Ljava/lang/Object;]
openejb-core-3.1.jar, Resolver.class
package org.apache.openejb.config.rules
CheckDependsOn.Resolver.CheckDependsOn.Resolver ( org.apache.openejb.util.LinkResolver app, org.apache.openejb.util.LinkResolver module )
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.Resolver."<init>":(Lorg/apache/openejb/util/LinkResolver;Lorg/apache/openejb/util/LinkResolver;)V]
CheckDependsOn.Resolver.resolveLink ( String link, java.net.URI moduleUri ) : Object
[run-time name: org/apache/openejb/config/rules/CheckDependsOn.Resolver.resolveLink:(Ljava/lang/String;Ljava/net/URI;)Ljava/lang/Object;]
openejb-core-3.1.jar, ServiceProvider.class
package org.apache.openejb.config.sys
ServiceProvider.ServiceProvider ( String className, String id, String service )
[run-time name: org/apache/openejb/config/sys/ServiceProvider."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-3.1.jar, ServiceUtils.class
package org.apache.openejb.config
ServiceUtils.registerServiceProvider ( String packageName, sys.ServiceProvider provider ) [static] : void
[run-time name: org/apache/openejb/config/ServiceUtils.registerServiceProvider:(Ljava/lang/String;Lorg/apache/openejb/config/sys/ServiceProvider;)V]
openejb-core-3.1.jar, Set.class
package org.apache.openejb.util
VersionedSet.Set.add ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.add:(Ljava/lang/Object;)Z]
VersionedSet.Set.addAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.addAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.clear ( ) : void
[run-time name: org/apache/openejb/util/VersionedSet.Set.clear:()V]
VersionedSet.Set.contains ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.contains:(Ljava/lang/Object;)Z]
VersionedSet.Set.containsAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.containsAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.equals:(Ljava/lang/Object;)Z]
VersionedSet.Set.getVersion ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.getVersion:()I]
VersionedSet.Set.hashCode ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.hashCode:()I]
VersionedSet.Set.isEmpty ( ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.isEmpty:()Z]
VersionedSet.Set.iterator ( ) : java.util.Iterator
[run-time name: org/apache/openejb/util/VersionedSet.Set.iterator:()Ljava/util/Iterator;]
VersionedSet.Set.remove ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.remove:(Ljava/lang/Object;)Z]
VersionedSet.Set.removeAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.removeAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.retainAll ( java.util.Collection c ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.Set.retainAll:(Ljava/util/Collection;)Z]
VersionedSet.Set.size ( ) : int
[run-time name: org/apache/openejb/util/VersionedSet.Set.size:()I]
VersionedSet.Set.toArray ( ) : Object[ ]
[run-time name: org/apache/openejb/util/VersionedSet.Set.toArray:()[Ljava/lang/Object;]
VersionedSet.Set.toArray ( Object[ ] a ) : Object[ ]
[run-time name: org/apache/openejb/util/VersionedSet.Set.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;]
openejb-core-3.1.jar, SimpleBootstrapContext.class
package org.apache.openejb.core.transaction
SimpleBootstrapContext.createTimer ( ) : java.util.Timer
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext.createTimer:()Ljava/util/Timer;]
SimpleBootstrapContext.getWorkManager ( ) : javax.resource.spi.work.WorkManager
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext.getWorkManager:()Ljavax/resource/spi/work/WorkManager;]
SimpleBootstrapContext.getXATerminator ( ) : javax.resource.spi.XATerminator
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext.getXATerminator:()Ljavax/resource/spi/XATerminator;]
SimpleBootstrapContext.SimpleBootstrapContext ( javax.resource.spi.work.WorkManager workManager )
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext."<init>":(Ljavax/resource/spi/work/WorkManager;)V]
SimpleBootstrapContext.SimpleBootstrapContext ( javax.resource.spi.work.WorkManager workManager, javax.resource.spi.XATerminator xaTerminator )
[run-time name: org/apache/openejb/core/transaction/SimpleBootstrapContext."<init>":(Ljavax/resource/spi/work/WorkManager;Ljavax/resource/spi/XATerminator;)V]
openejb-core-3.1.jar, SimpleCache.class
package org.apache.openejb.core.stateful
SimpleCache.add ( Object key, Object value ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
SimpleCache.checkIn ( Object key ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.checkIn:(Ljava/lang/Object;)V]
SimpleCache.checkOut ( Object key ) : Object
[run-time name: org/apache/openejb/core/stateful/SimpleCache.checkOut:(Ljava/lang/Object;)Ljava/lang/Object;]
SimpleCache.getBulkPassivate ( ) : int
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getBulkPassivate:()I]
SimpleCache.getCapacity ( ) : int
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getCapacity:()I]
SimpleCache.getListener ( ) : Cache.CacheListener
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getListener:()Lorg/apache/openejb/core/stateful/Cache$CacheListener;]
SimpleCache.getPassivator ( ) : PassivationStrategy
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getPassivator:()Lorg/apache/openejb/core/stateful/PassivationStrategy;]
SimpleCache.getTimeOut ( ) : long
[run-time name: org/apache/openejb/core/stateful/SimpleCache.getTimeOut:()J]
SimpleCache.processLRU ( ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.processLRU:()V]
SimpleCache.remove ( Object key ) : Object
[run-time name: org/apache/openejb/core/stateful/SimpleCache.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
SimpleCache.removeAll ( Cache.CacheFilter filter ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.removeAll:(Lorg/apache/openejb/core/stateful/Cache$CacheFilter;)V]
SimpleCache.setBulkPassivate ( int bulkPassivate ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setBulkPassivate:(I)V]
SimpleCache.setCapacity ( int capacity ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setCapacity:(I)V]
SimpleCache.setListener ( Cache.CacheListener listener ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setListener:(Lorg/apache/openejb/core/stateful/Cache$CacheListener;)V]
SimpleCache.setPassivator ( Class passivatorClass ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setPassivator:(Ljava/lang/Class;)V]
SimpleCache.setPassivator ( PassivationStrategy passivator ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setPassivator:(Lorg/apache/openejb/core/stateful/PassivationStrategy;)V]
SimpleCache.setPoolSize ( int capacity ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setPoolSize:(I)V]
SimpleCache.setTimeOut ( long timeOut ) : void
[run-time name: org/apache/openejb/core/stateful/SimpleCache.setTimeOut:(J)V]
SimpleCache.SimpleCache ( )
[run-time name: org/apache/openejb/core/stateful/SimpleCache."<init>":()V]
SimpleCache.SimpleCache ( Cache.CacheListener listener, PassivationStrategy passivator, int capacity, int bulkPassivate, org.apache.openejb.util.Duration timeOut )
[run-time name: org/apache/openejb/core/stateful/SimpleCache."<init>":(Lorg/apache/openejb/core/stateful/Cache$CacheListener;Lorg/apache/openejb/core/stateful/PassivationStrategy;IILorg/apache/openejb/util/Duration;)V]
openejb-core-3.1.jar, SimplePassivater.class
package org.apache.openejb.core.stateful
SimplePassivater.passivate ( java.util.Map hash ) : void
[run-time name: org/apache/openejb/core/stateful/SimplePassivater.passivate:(Ljava/util/Map;)V]
openejb-core-3.1.jar, SimpleWorkManager.class
package org.apache.openejb.core.transaction
SimpleWorkManager.doWork ( javax.resource.spi.work.Work work ) : void
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.doWork:(Ljavax/resource/spi/work/Work;)V]
SimpleWorkManager.doWork ( javax.resource.spi.work.Work work, long startTimeout, javax.resource.spi.work.ExecutionContext executionContext, javax.resource.spi.work.WorkListener workListener ) : void
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.doWork:(Ljavax/resource/spi/work/Work;JLjavax/resource/spi/work/ExecutionContext;Ljavax/resource/spi/work/WorkListener;)V]
SimpleWorkManager.scheduleWork ( javax.resource.spi.work.Work work ) : void
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.scheduleWork:(Ljavax/resource/spi/work/Work;)V]
SimpleWorkManager.scheduleWork ( javax.resource.spi.work.Work work, long startTimeout, javax.resource.spi.work.ExecutionContext executionContext, javax.resource.spi.work.WorkListener workListener ) : void
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.scheduleWork:(Ljavax/resource/spi/work/Work;JLjavax/resource/spi/work/ExecutionContext;Ljavax/resource/spi/work/WorkListener;)V]
SimpleWorkManager.SimpleWorkManager ( java.util.concurrent.Executor executor )
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager."<init>":(Ljava/util/concurrent/Executor;)V]
SimpleWorkManager.startWork ( javax.resource.spi.work.Work work ) : long
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.startWork:(Ljavax/resource/spi/work/Work;)J]
SimpleWorkManager.startWork ( javax.resource.spi.work.Work work, long startTimeout, javax.resource.spi.work.ExecutionContext executionContext, javax.resource.spi.work.WorkListener workListener ) : long
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.startWork:(Ljavax/resource/spi/work/Work;JLjavax/resource/spi/work/ExecutionContext;Ljavax/resource/spi/work/WorkListener;)J]
openejb-core-3.1.jar, SingletonBeanInfo.class
package org.apache.openejb.assembler.classic
SingletonBeanInfo.SingletonBeanInfo ( )
[run-time name: org/apache/openejb/assembler/classic/SingletonBeanInfo."<init>":()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;]
SingletonContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;)Lorg/apache/openejb/ProxyInfo;]
SingletonContainer.deploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
SingletonContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
SingletonContainer.getContainerID ( ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getContainerID:()Ljava/lang/Object;]
SingletonContainer.getContainerType ( ) : org.apache.openejb.ContainerType
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getContainerType:()Lorg/apache/openejb/ContainerType;]
SingletonContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
SingletonContainer.getInstanceManager ( ) : SingletonInstanceManager
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.getInstanceManager:()Lorg/apache/openejb/core/singleton/SingletonInstanceManager;]
SingletonContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.invoke:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonContainer.setAccessTimeout ( org.apache.openejb.util.Duration duration ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
SingletonContainer.SingletonContainer ( Object id, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/singleton/SingletonContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;)V]
SingletonContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.jar, SingletonContext.class
package org.apache.openejb.core.singleton
SingletonContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/singleton/SingletonContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
SingletonContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/singleton/SingletonContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
SingletonContext.SingletonContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/singleton/SingletonContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
openejb-core-3.1.jar, SingletonEjbHomeHandler.class
package org.apache.openejb.core.singleton
SingletonEjbHomeHandler.findX ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.findX:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbHomeHandler.newEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces ) : org.apache.openejb.core.ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
SingletonEjbHomeHandler.removeByPrimaryKey ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.removeByPrimaryKey:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbHomeHandler.removeWithHandle ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler.removeWithHandle:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbHomeHandler.SingletonEjbHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.jar, SingletonEjbObjectHandler.class
package org.apache.openejb.core.singleton
SingletonEjbObjectHandler.createRegistryId ( Object primKey, Object deployId, org.apache.openejb.Container contnr ) [static] : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.createRegistryId:(Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/openejb/Container;)Ljava/lang/Object;]
SingletonEjbObjectHandler.getPrimaryKey ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.getPrimaryKey:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbObjectHandler.getRegistryId ( ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.getRegistryId:()Ljava/lang/Object;]
SingletonEjbObjectHandler.invalidateReference ( ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.invalidateReference:()V]
SingletonEjbObjectHandler.isIdentical ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.isIdentical:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbObjectHandler.remove ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler.remove:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
SingletonEjbObjectHandler.SingletonEjbObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/singleton/SingletonEjbObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
openejb-core-3.1.jar, SingletonInstanceManager.class
package org.apache.openejb.core.singleton
SingletonInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
SingletonInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.discardInstance:(Lorg/apache/openejb/core/ThreadContext;Ljava/lang/Object;)V]
SingletonInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.freeInstance:(Lorg/apache/openejb/core/ThreadContext;)V]
SingletonInstanceManager.getInstance ( org.apache.openejb.core.ThreadContext callContext ) : Instance
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.getInstance:(Lorg/apache/openejb/core/ThreadContext;)Lorg/apache/openejb/core/singleton/Instance;]
SingletonInstanceManager.SingletonInstanceManager ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
SingletonInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/singleton/SingletonInstanceManager.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.jar, SingletonSessionContainerInfo.class
package org.apache.openejb.assembler.classic
SingletonSessionContainerInfo.SingletonSessionContainerInfo ( )
[run-time name: org/apache/openejb/assembler/classic/SingletonSessionContainerInfo."<init>":()V]
openejb-core-3.1.jar, SQLLoginModule.class
package org.apache.openejb.core.security.jaas
SQLLoginModule.abort ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule.abort:()Z]
SQLLoginModule.commit ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule.commit:()Z]
SQLLoginModule.initialize ( javax.security.auth.Subject subject, javax.security.auth.callback.CallbackHandler callbackHandler, java.util.Map sharedState, java.util.Map options ) : void
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule.initialize:(Ljavax/security/auth/Subject;Ljavax/security/auth/callback/CallbackHandler;Ljava/util/Map;Ljava/util/Map;)V]
SQLLoginModule.login ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule.login:()Z]
SQLLoginModule.logout ( ) : boolean
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule.logout:()Z]
SQLLoginModule.SQLLoginModule ( )
[run-time name: org/apache/openejb/core/security/jaas/SQLLoginModule."<init>":()V]
openejb-core-3.1.jar, State.class
package org.apache.openejb.core
BaseContext.State.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.getRollbackOnly:()Z]
BaseContext.State.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/BaseContext.State.setRollbackOnly:()V]
package org.apache.openejb.core.ivm
IntraVmCopyMonitor.State.isCopy ( ) : boolean
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.State.isCopy:()Z]
IntraVmCopyMonitor.State.valueOf ( String name ) [static] : IntraVmCopyMonitor.State
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.State.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/ivm/IntraVmCopyMonitor$State;]
IntraVmCopyMonitor.State.values ( ) [static] : IntraVmCopyMonitor.State[ ]
[run-time name: org/apache/openejb/core/ivm/IntraVmCopyMonitor.State.values:()[Lorg/apache/openejb/core/ivm/IntraVmCopyMonitor$State;]
openejb-core-3.1.jar, StatefulCacheListener.class
package org.apache.openejb.core.stateful
StatefulContainer.StatefulCacheListener.afterLoad ( Object x0 ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.afterLoad:(Ljava/lang/Object;)V]
StatefulContainer.StatefulCacheListener.afterLoad ( Instance instance ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.afterLoad:(Lorg/apache/openejb/core/stateful/Instance;)V]
StatefulContainer.StatefulCacheListener.beforeStore ( Object x0 ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.beforeStore:(Ljava/lang/Object;)V]
StatefulContainer.StatefulCacheListener.beforeStore ( Instance instance ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.beforeStore:(Lorg/apache/openejb/core/stateful/Instance;)V]
StatefulContainer.StatefulCacheListener.StatefulContainer.StatefulCacheListener ( StatefulContainer p1 )
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener."<init>":(Lorg/apache/openejb/core/stateful/StatefulContainer;)V]
StatefulContainer.StatefulCacheListener.timedOut ( Object x0 ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.timedOut:(Ljava/lang/Object;)V]
StatefulContainer.StatefulCacheListener.timedOut ( Instance instance ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.StatefulCacheListener.timedOut:(Lorg/apache/openejb/core/stateful/Instance;)V]
openejb-core-3.1.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer.StatefulContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, Cache cache )
[run-time name: org/apache/openejb/core/stateful/StatefulContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/core/stateful/Cache;)V]
openejb-core-3.1.jar, StatefulContainerFactory.class
package org.apache.openejb.core.stateful
StatefulContainerFactory.create ( ) : StatefulContainer
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.create:()Lorg/apache/openejb/core/stateful/StatefulContainer;]
StatefulContainerFactory.getCache ( ) : Cache
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.getCache:()Lorg/apache/openejb/core/stateful/Cache;]
StatefulContainerFactory.getId ( ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.getId:()Ljava/lang/Object;]
StatefulContainerFactory.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.getProperties:()Ljava/util/Properties;]
StatefulContainerFactory.getSecurityService ( ) : org.apache.openejb.spi.SecurityService
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.getSecurityService:()Lorg/apache/openejb/spi/SecurityService;]
StatefulContainerFactory.setBulkPassivate ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setBulkPassivate:(Ljava/lang/String;)V]
StatefulContainerFactory.setCache ( Cache cache ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setCache:(Lorg/apache/openejb/core/stateful/Cache;)V]
StatefulContainerFactory.setCache ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setCache:(Ljava/lang/String;)V]
StatefulContainerFactory.setCapacity ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setCapacity:(Ljava/lang/String;)V]
StatefulContainerFactory.setId ( Object id ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setId:(Ljava/lang/Object;)V]
StatefulContainerFactory.setPassivator ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setPassivator:(Ljava/lang/String;)V]
StatefulContainerFactory.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setProperties:(Ljava/util/Properties;)V]
StatefulContainerFactory.setSecurityService ( org.apache.openejb.spi.SecurityService securityService ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setSecurityService:(Lorg/apache/openejb/spi/SecurityService;)V]
StatefulContainerFactory.setTimeOut ( String s ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory.setTimeOut:(Ljava/lang/String;)V]
StatefulContainerFactory.StatefulContainerFactory ( )
[run-time name: org/apache/openejb/core/stateful/StatefulContainerFactory."<init>":()V]
openejb-core-3.1.jar, StatefulContext.class
package org.apache.openejb.core.stateful
StatefulContext.StatefulContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/stateful/StatefulContext."<init>":(Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.1.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer.StatelessContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, int timeOut, int poolSize, boolean strictPooling )
[run-time name: org/apache/openejb/core/stateless/StatelessContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;IIZ)V]
openejb-core-3.1.jar, StatelessContext.class
package org.apache.openejb.core.stateless
StatelessContext.StatelessContext ( org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/stateless/StatelessContext."<init>":(Lorg/apache/openejb/spi/SecurityService;)V]
openejb-core-3.1.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.StatelessInstanceManager ( org.apache.openejb.spi.SecurityService securityService, org.apache.openejb.util.Duration timeout, int poolSize, boolean strictPooling )
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager."<init>":(Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/util/Duration;IZ)V]
openejb-core-3.1.jar, Status.class
package org.apache.openejb.core.transaction
TransactionPolicy.TransactionSynchronization.Status.valueOf ( String name ) [static] : TransactionPolicy.TransactionSynchronization.Status
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.TransactionSynchronization.Status.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization$Status;]
TransactionPolicy.TransactionSynchronization.Status.values ( ) [static] : TransactionPolicy.TransactionSynchronization.Status[ ]
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.TransactionSynchronization.Status.values:()[Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization$Status;]
openejb-core-3.1.jar, Strings.class
package org.apache.openejb.util
Strings.camelCase ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.camelCase:(Ljava/lang/String;)Ljava/lang/String;]
Strings.lc ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.lc:(Ljava/lang/String;)Ljava/lang/String;]
Strings.lcfirst ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.lcfirst:(Ljava/lang/String;)Ljava/lang/String;]
Strings.lowercase ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.lowercase:(Ljava/lang/String;)Ljava/lang/String;]
Strings.Strings ( )
[run-time name: org/apache/openejb/util/Strings."<init>":()V]
Strings.uc ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.uc:(Ljava/lang/String;)Ljava/lang/String;]
Strings.ucfirst ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.ucfirst:(Ljava/lang/String;)Ljava/lang/String;]
Strings.uppercase ( String string ) [static] : String
[run-time name: org/apache/openejb/util/Strings.uppercase:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-3.1.jar, SuspendedTransaction.class
package org.apache.openejb.core.transaction
BeanTransactionPolicy.SuspendedTransaction.destroy ( ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/BeanTransactionPolicy.SuspendedTransaction.destroy:()V]
openejb-core-3.1.jar, SynchronizationWrapper.class
package org.apache.openejb.core.entity
EntityInstanceManager.SynchronizationWrapper.afterCompletion ( org.apache.openejb.core.transaction.TransactionPolicy.TransactionSynchronization.Status status ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper.afterCompletion:(Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization$Status;)V]
EntityInstanceManager.SynchronizationWrapper.EntityInstanceManager.SynchronizationWrapper ( EntityInstanceManager deploymentInfo, org.apache.openejb.core.CoreDeploymentInfo primaryKey, Object bean, javax.ejb.EntityBean available, boolean readyPoolKey, EntityInstanceManager.Key txPolicy, org.apache.openejb.core.transaction.TransactionPolicy p7 )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper."<init>":(Lorg/apache/openejb/core/entity/EntityInstanceManager;Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljavax/ejb/EntityBean;ZLorg/apache/openejb/core/entity/EntityInstanceManager$Key;Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-3.1.jar, ThreadContext.class
package org.apache.openejb.core
ThreadContext.getTransactionPolicy ( ) : transaction.TransactionPolicy
[run-time name: org/apache/openejb/core/ThreadContext.getTransactionPolicy:()Lorg/apache/openejb/core/transaction/TransactionPolicy;]
ThreadContext.setTransactionPolicy ( transaction.TransactionPolicy transactionPolicy ) : void
[run-time name: org/apache/openejb/core/ThreadContext.setTransactionPolicy:(Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-3.1.jar, TransactionAttributeHandler.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addClassLevelDeclaration ( annotation.Annotation x0, Class x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addClassLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addClassLevelDeclaration ( javax.ejb.TransactionAttribute attribute, Class type ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addClassLevelDeclaration:(Ljavax/ejb/TransactionAttribute;Ljava/lang/Class;)V]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addMethodLevelDeclaration ( annotation.Annotation x0, reflect.Method x1 ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addMethodLevelDeclaration:(Ljava/lang/annotation/Annotation;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addMethodLevelDeclaration ( javax.ejb.TransactionAttribute attribute, reflect.Method method ) : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.addMethodLevelDeclaration:(Ljavax/ejb/TransactionAttribute;Ljava/lang/reflect/Method;)V]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler ( org.apache.openejb.jee.AssemblyDescriptor assemblyDescriptor, String ejbName )
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler."<init>":(Lorg/apache/openejb/jee/AssemblyDescriptor;Ljava/lang/String;)V]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.getAnnotationClass ( ) : Class
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.getAnnotationClass:()Ljava/lang/Class;]
AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.getExistingDeclarations ( ) : java.util.Map
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.TransactionAttributeHandler.getExistingDeclarations:()Ljava/util/Map;]
openejb-core-3.1.jar, TransactionPolicy.class
package org.apache.openejb.core.transaction
TransactionPolicy.commit ( ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.commit:()V]
TransactionPolicy.enlistResource ( javax.transaction.xa.XAResource p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.enlistResource:(Ljavax/transaction/xa/XAResource;)V]
TransactionPolicy.getResource ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.getResource:(Ljava/lang/Object;)Ljava/lang/Object;]
TransactionPolicy.getTransactionType ( ) [abstract] : TransactionType
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.getTransactionType:()Lorg/apache/openejb/core/transaction/TransactionType;]
TransactionPolicy.isNewTransaction ( ) [abstract] : boolean
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.isNewTransaction:()Z]
TransactionPolicy.isRollbackOnly ( ) [abstract] : boolean
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.isRollbackOnly:()Z]
TransactionPolicy.isTransactionActive ( ) [abstract] : boolean
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.isTransactionActive:()Z]
TransactionPolicy.putResource ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.putResource:(Ljava/lang/Object;Ljava/lang/Object;)V]
TransactionPolicy.registerSynchronization ( TransactionPolicy.TransactionSynchronization p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.registerSynchronization:(Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization;)V]
TransactionPolicy.removeResource ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.removeResource:(Ljava/lang/Object;)Ljava/lang/Object;]
TransactionPolicy.setRollbackOnly ( ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.setRollbackOnly:()V]
openejb-core-3.1.jar, TransactionPolicyFactory.class
package org.apache.openejb.core.transaction
TransactionPolicyFactory.createTransactionPolicy ( TransactionType p1 ) [abstract] : TransactionPolicy
[run-time name: org/apache/openejb/core/transaction/TransactionPolicyFactory.createTransactionPolicy:(Lorg/apache/openejb/core/transaction/TransactionType;)Lorg/apache/openejb/core/transaction/TransactionPolicy;]
openejb-core-3.1.jar, TransactionSynchronization.class
package org.apache.openejb.core.transaction
TransactionPolicy.TransactionSynchronization.afterCompletion ( TransactionPolicy.TransactionSynchronization.Status p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.TransactionSynchronization.afterCompletion:(Lorg/apache/openejb/core/transaction/TransactionPolicy$TransactionSynchronization$Status;)V]
TransactionPolicy.TransactionSynchronization.beforeCompletion ( ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.TransactionSynchronization.beforeCompletion:()V]
openejb-core-3.1.jar, TransactionSynchronizationRegistryWrapper.class
package org.apache.openejb.core
TransactionSynchronizationRegistryWrapper.getRegistry ( ) : javax.transaction.TransactionSynchronizationRegistry
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.getRegistry:()Ljavax/transaction/TransactionSynchronizationRegistry;]
TransactionSynchronizationRegistryWrapper.getResource ( Object o ) : Object
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.getResource:(Ljava/lang/Object;)Ljava/lang/Object;]
TransactionSynchronizationRegistryWrapper.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.getRollbackOnly:()Z]
TransactionSynchronizationRegistryWrapper.getTransactionKey ( ) : Object
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.getTransactionKey:()Ljava/lang/Object;]
TransactionSynchronizationRegistryWrapper.getTransactionStatus ( ) : int
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.getTransactionStatus:()I]
TransactionSynchronizationRegistryWrapper.putResource ( Object o, Object o1 ) : void
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.putResource:(Ljava/lang/Object;Ljava/lang/Object;)V]
TransactionSynchronizationRegistryWrapper.registerInterposedSynchronization ( javax.transaction.Synchronization synchronization ) : void
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.registerInterposedSynchronization:(Ljavax/transaction/Synchronization;)V]
TransactionSynchronizationRegistryWrapper.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper.setRollbackOnly:()V]
TransactionSynchronizationRegistryWrapper.TransactionSynchronizationRegistryWrapper ( )
[run-time name: org/apache/openejb/core/TransactionSynchronizationRegistryWrapper."<init>":()V]
openejb-core-3.1.jar, TransactionType.class
package org.apache.openejb.core.transaction
TransactionType.valueOf ( String name ) [static] : TransactionType
[run-time name: org/apache/openejb/core/transaction/TransactionType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/transaction/TransactionType;]
TransactionType.values ( ) [static] : TransactionType[ ]
[run-time name: org/apache/openejb/core/transaction/TransactionType.values:()[Lorg/apache/openejb/core/transaction/TransactionType;]
openejb-core-3.1.jar, Transformer.class
package org.apache.openejb.persistence
PersistenceBootstrap.Transformer.PersistenceBootstrap.Transformer ( instrument.ClassFileTransformer transformer )
[run-time name: org/apache/openejb/persistence/PersistenceBootstrap.Transformer."<init>":(Ljava/lang/instrument/ClassFileTransformer;)V]
PersistenceBootstrap.Transformer.transform ( ClassLoader loader, String className, Class classBeingRedefined, java.security.ProtectionDomain protectionDomain, byte[ ] classfileBuffer ) : byte[ ]
[run-time name: org/apache/openejb/persistence/PersistenceBootstrap.Transformer.transform:(Ljava/lang/ClassLoader;Ljava/lang/String;Ljava/lang/Class;Ljava/security/ProtectionDomain;[B)[B]
openejb-core-3.1.jar, TxBeanManaged.class
package org.apache.openejb.core.transaction
TxBeanManaged.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.commit:()V]
TxBeanManaged.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxBeanManaged.getUserTransaction ( ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.getUserTransaction:()Ljavax/transaction/UserTransaction;]
TxBeanManaged.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.isNewTransaction:()Z]
TxBeanManaged.resumeUserTransaction ( BeanTransactionPolicy.SuspendedTransaction suspendedTransaction ) : void
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.resumeUserTransaction:(Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;)V]
TxBeanManaged.suspendUserTransaction ( ) : BeanTransactionPolicy.SuspendedTransaction
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged.suspendUserTransaction:()Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;]
TxBeanManaged.TxBeanManaged ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxBeanManaged."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxMandatory.class
package org.apache.openejb.core.transaction
TxMandatory.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxMandatory.commit:()V]
TxMandatory.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxMandatory.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxMandatory.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxMandatory.isNewTransaction:()Z]
TxMandatory.TxMandatory ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxMandatory."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxNever.class
package org.apache.openejb.core.transaction
TxNever.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxNever.commit:()V]
TxNever.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxNever.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxNever.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxNever.isNewTransaction:()Z]
TxNever.TxNever ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxNever."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxNotSupported.class
package org.apache.openejb.core.transaction
TxNotSupported.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.commit:()V]
TxNotSupported.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxNotSupported.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.isNewTransaction:()Z]
TxNotSupported.TxNotSupported ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxNotSupported."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxRequired.class
package org.apache.openejb.core.transaction
TxRequired.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequired.commit:()V]
TxRequired.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxRequired.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxRequired.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxRequired.isNewTransaction:()Z]
TxRequired.TxRequired ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxRequired."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxRequiresNew.class
package org.apache.openejb.core.transaction
TxRequiresNew.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.commit:()V]
TxRequiresNew.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxRequiresNew.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.isNewTransaction:()Z]
TxRequiresNew.TxRequiresNew ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, TxSupports.class
package org.apache.openejb.core.transaction
TxSupports.commit ( ) : void
[run-time name: org/apache/openejb/core/transaction/TxSupports.commit:()V]
TxSupports.getCurrentTrasaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TxSupports.getCurrentTrasaction:()Ljavax/transaction/Transaction;]
TxSupports.isNewTransaction ( ) : boolean
[run-time name: org/apache/openejb/core/transaction/TxSupports.isNewTransaction:()Z]
TxSupports.TxSupports ( javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TxSupports."<init>":(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.1.jar, Unit.class
package org.apache.openejb.util
Duration.Unit.valueOf ( String name ) [static] : Duration.Unit
[run-time name: org/apache/openejb/util/Duration.Unit.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/util/Duration$Unit;]
Duration.Unit.values ( ) [static] : Duration.Unit[ ]
[run-time name: org/apache/openejb/util/Duration.Unit.values:()[Lorg/apache/openejb/util/Duration$Unit;]
openejb-core-3.1.jar, UrlComparator.class
package org.apache.openejb.util
UrlComparator.compare ( java.net.URL a, java.net.URL b ) : int
[run-time name: org/apache/openejb/util/UrlComparator.compare:(Ljava/net/URL;Ljava/net/URL;)I]
UrlComparator.compare ( Object x0, Object x1 ) : int
[run-time name: org/apache/openejb/util/UrlComparator.compare:(Ljava/lang/Object;Ljava/lang/Object;)I]
UrlComparator.UrlComparator ( java.io.File directory )
[run-time name: org/apache/openejb/util/UrlComparator."<init>":(Ljava/io/File;)V]
UrlComparator.UrlComparator ( java.net.URL base )
[run-time name: org/apache/openejb/util/UrlComparator."<init>":(Ljava/net/URL;)V]
openejb-core-3.1.jar, ValidationException.class
package org.apache.openejb.config
ValidationException.getMessageKey ( ) : String
[run-time name: org/apache/openejb/config/ValidationException.getMessageKey:()Ljava/lang/String;]
openejb-core-3.1.jar, VersionedSet.class
package org.apache.openejb.util
VersionedSet.add ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.add:(Ljava/lang/Object;)Z]
VersionedSet.currentSet ( ) : VersionedSet.Set
[run-time name: org/apache/openejb/util/VersionedSet.currentSet:()Lorg/apache/openejb/util/VersionedSet$Set;]
VersionedSet.remove ( Object o ) : boolean
[run-time name: org/apache/openejb/util/VersionedSet.remove:(Ljava/lang/Object;)Z]
VersionedSet.VersionedSet ( )
[run-time name: org/apache/openejb/util/VersionedSet."<init>":()V]
openejb-core-3.1.jar, Visitor.class
package org.apache.openejb.util
AnnotationFinder.Visitor.AnnotationFinder.Visitor ( AnnotationFinder filter, AnnotationFinder.Filter p2 )
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor."<init>":(Lorg/apache/openejb/util/AnnotationFinder;Lorg/apache/openejb/util/AnnotationFinder$Filter;)V]
AnnotationFinder.Visitor.visit ( int i, int i1, String string, String string1, String string2, String[ ] strings ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visit:(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V]
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.visitEnd ( ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitEnd:()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.visitInnerClass ( String string, String string1, String string2, int i ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitInnerClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V]
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;]
AnnotationFinder.Visitor.visitOuterClass ( String string, String string1, String string2 ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitOuterClass:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
AnnotationFinder.Visitor.visitSource ( String string, String string1 ) : void
[run-time name: org/apache/openejb/util/AnnotationFinder.Visitor.visitSource:(Ljava/lang/String;Ljava/lang/String;)V]
References.Visitor.getName ( Object p1 ) [abstract] : String
[run-time name: org/apache/openejb/util/References.Visitor.getName:(Ljava/lang/Object;)Ljava/lang/String;]
References.Visitor.getReferences ( Object p1 ) [abstract] : java.util.Set
[run-time name: org/apache/openejb/util/References.Visitor.getReferences:(Ljava/lang/Object;)Ljava/util/Set;]
openejb-core-3.1.jar, WebModule.class
package org.apache.openejb.config
WebModule.getFacesConfigs ( ) : java.util.List
[run-time name: org/apache/openejb/config/WebModule.getFacesConfigs:()Ljava/util/List;]
openejb-core-3.1.jar, WorkType.class
package org.apache.openejb.core.transaction
SimpleWorkManager.WorkType.valueOf ( String name ) [static] : SimpleWorkManager.WorkType
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.WorkType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/transaction/SimpleWorkManager$WorkType;]
SimpleWorkManager.WorkType.values ( ) [static] : SimpleWorkManager.WorkType[ ]
[run-time name: org/apache/openejb/core/transaction/SimpleWorkManager.WorkType.values:()[Lorg/apache/openejb/core/transaction/SimpleWorkManager$WorkType;]
openejb-core-3.1.jar, XAResourceWrapper.class
package org.apache.openejb.resource
XAResourceWrapper.wrap ( javax.transaction.xa.XAResource p1, String p2 ) [abstract] : javax.transaction.xa.XAResource
[run-time name: org/apache/openejb/resource/XAResourceWrapper.wrap:(Ljavax/transaction/xa/XAResource;Ljava/lang/String;)Ljavax/transaction/xa/XAResource;]
openejb-ejbd-3.1.jar, CallContext.class
package org.apache.openejb.server.ejbd
CallContext.getServerMetaData ( ) : org.apache.openejb.client.ServerMetaData
[run-time name: org/apache/openejb/server/ejbd/CallContext.getServerMetaData:()Lorg/apache/openejb/client/ServerMetaData;]
CallContext.setServerMetaData ( org.apache.openejb.client.ServerMetaData serverMetaData ) : void
[run-time name: org/apache/openejb/server/ejbd/CallContext.setServerMetaData:(Lorg/apache/openejb/client/ServerMetaData;)V]
openejb-ejbd-3.1.jar, ClusterRequestHandler.class
package org.apache.openejb.server.ejbd
ClusterRequestHandler.ClusterRequestHandler ( EjbDaemon daemon )
[run-time name: org/apache/openejb/server/ejbd/ClusterRequestHandler."<init>":(Lorg/apache/openejb/server/ejbd/EjbDaemon;)V]
ClusterRequestHandler.processRequest ( java.io.ObjectInputStream in, java.io.ObjectOutputStream out ) : void
[run-time name: org/apache/openejb/server/ejbd/ClusterRequestHandler.processRequest:(Ljava/io/ObjectInputStream;Ljava/io/ObjectOutputStream;)V]
ClusterRequestHandler.serviceAdded ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/ejbd/ClusterRequestHandler.serviceAdded:(Ljava/net/URI;)V]
ClusterRequestHandler.serviceRemoved ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/ejbd/ClusterRequestHandler.serviceRemoved:(Ljava/net/URI;)V]
openejb-ejbd-3.1.jar, Input.class
package org.apache.openejb.server.ejbd
KeepAliveServer.Input.close ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.Input.close:()V]
KeepAliveServer.Input.KeepAliveServer.Input ( KeepAliveServer in, java.io.InputStream p2 )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.Input."<init>":(Lorg/apache/openejb/server/ejbd/KeepAliveServer;Ljava/io/InputStream;)V]
openejb-ejbd-3.1.jar, KeepAliveServer.class
package org.apache.openejb.server.ejbd
KeepAliveServer.getIP ( ) : String
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.getIP:()Ljava/lang/String;]
KeepAliveServer.getName ( ) : String
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.getName:()Ljava/lang/String;]
KeepAliveServer.getPort ( ) : int
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.getPort:()I]
KeepAliveServer.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.init:(Ljava/util/Properties;)V]
KeepAliveServer.KeepAliveServer ( )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer."<init>":()V]
KeepAliveServer.KeepAliveServer ( org.apache.openejb.server.ServerService service )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer."<init>":(Lorg/apache/openejb/server/ServerService;)V]
KeepAliveServer.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
KeepAliveServer.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.service:(Ljava/net/Socket;)V]
KeepAliveServer.start ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.start:()V]
KeepAliveServer.stop ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.stop:()V]
openejb-ejbd-3.1.jar, KeepAliveTimer.class
package org.apache.openejb.server.ejbd
KeepAliveServer.KeepAliveTimer.addSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.addSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
KeepAliveServer.KeepAliveTimer.closeSessions ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.closeSessions:()V]
KeepAliveServer.KeepAliveTimer.KeepAliveServer.KeepAliveTimer ( KeepAliveServer p1 )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer."<init>":(Lorg/apache/openejb/server/ejbd/KeepAliveServer;)V]
KeepAliveServer.KeepAliveTimer.removeSession ( KeepAliveServer.Session session ) : KeepAliveServer.Session
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.removeSession:(Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;)Lorg/apache/openejb/server/ejbd/KeepAliveServer$Session;]
KeepAliveServer.KeepAliveTimer.run ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.KeepAliveTimer.run:()V]
openejb-ejbd-3.1.jar, Output.class
package org.apache.openejb.server.ejbd
KeepAliveServer.Output.close ( ) : void
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.Output.close:()V]
KeepAliveServer.Output.KeepAliveServer.Output ( KeepAliveServer out, java.io.OutputStream p2 )
[run-time name: org/apache/openejb/server/ejbd/KeepAliveServer.Output."<init>":(Lorg/apache/openejb/server/ejbd/KeepAliveServer;Ljava/io/OutputStream;)V]
openejb-http-3.1.jar, ServerServlet.class
package org.apache.openejb.server.httpd
ServerServlet.init ( javax.servlet.ServletConfig config ) : void
[run-time name: org/apache/openejb/server/httpd/ServerServlet.init:(Ljavax/servlet/ServletConfig;)V]
ServerServlet.ServerServlet ( )
[run-time name: org/apache/openejb/server/httpd/ServerServlet."<init>":()V]
ServerServlet.service ( javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response ) : void
[run-time name: org/apache/openejb/server/httpd/ServerServlet.service:(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V]
openejb-jee-3.1.jar, ActivationSpec.class
package org.apache.openejb.jee
ActivationSpec.ActivationSpec ( Class activationSpecClass )
[run-time name: org/apache/openejb/jee/ActivationSpec."<init>":(Ljava/lang/Class;)V]
ActivationSpec.ActivationSpec ( String activationSpecClass )
[run-time name: org/apache/openejb/jee/ActivationSpec."<init>":(Ljava/lang/String;)V]
ActivationSpec.addRequiredConfigProperty ( String name ) : RequiredConfigProperty
[run-time name: org/apache/openejb/jee/ActivationSpec.addRequiredConfigProperty:(Ljava/lang/String;)Lorg/apache/openejb/jee/RequiredConfigProperty;]
openejb-jee-3.1.jar, ApplicationException.class
package org.apache.openejb.jee
ApplicationException.ApplicationException ( Class exceptionClass, boolean rollback )
[run-time name: org/apache/openejb/jee/ApplicationException."<init>":(Ljava/lang/Class;Z)V]
ApplicationException.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/ApplicationException.getKey:()Ljava/lang/Object;]
ApplicationException.getKey ( ) : String
[run-time name: org/apache/openejb/jee/ApplicationException.getKey:()Ljava/lang/String;]
openejb-jee-3.1.jar, AssemblyDescriptor.class
package org.apache.openejb.jee
AssemblyDescriptor.addApplicationException ( Class clazz, boolean rollback ) : void
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.addApplicationException:(Ljava/lang/Class;Z)V]
AssemblyDescriptor.getApplicationException ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getApplicationException:()Ljava/util/Collection;]
AssemblyDescriptor.getApplicationException ( Class clazz ) : ApplicationException
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getApplicationException:(Ljava/lang/Class;)Lorg/apache/openejb/jee/ApplicationException;]
AssemblyDescriptor.getApplicationException ( String className ) : ApplicationException
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getApplicationException:(Ljava/lang/String;)Lorg/apache/openejb/jee/ApplicationException;]
AssemblyDescriptor.getApplicationExceptionMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getApplicationExceptionMap:()Ljava/util/Map;]
AssemblyDescriptor.getContainerConcurrency ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getContainerConcurrency:()Ljava/util/List;]
AssemblyDescriptor.getMethodConcurrencyMap ( String ejbName ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodConcurrencyMap:(Ljava/lang/String;)Ljava/util/Map;]
AssemblyDescriptor.getMethodTransactionMap ( String ejbName ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodTransactionMap:(Ljava/lang/String;)Ljava/util/Map;]
openejb-jee-3.1.jar, AttributeBinding.class
package org.apache.openejb.jee
AttributeBinding.getAttribute ( ) [abstract] : Object
[run-time name: org/apache/openejb/jee/AttributeBinding.getAttribute:()Ljava/lang/Object;]
AttributeBinding.getMethod ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/AttributeBinding.getMethod:()Ljava/util/List;]
openejb-jee-3.1.jar, AttributeOverride.class
package org.apache.openejb.jee.jpa
AttributeOverride.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/AttributeOverride.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, Attributes.class
package org.apache.openejb.jee.jpa
Attributes.getRelationshipFieldMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/jpa/Attributes.getRelationshipFieldMap:()Ljava/util/Map;]
Attributes.isEmpty ( ) : boolean
[run-time name: org/apache/openejb/jee/jpa/Attributes.isEmpty:()Z]
openejb-jee-3.1.jar, Basic.class
package org.apache.openejb.jee.jpa
Basic.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/Basic.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, CmpField.class
package org.apache.openejb.jee
CmpField.CmpField ( String fieldName )
[run-time name: org/apache/openejb/jee/CmpField."<init>":(Ljava/lang/String;)V]
openejb-jee-3.1.jar, ConcurrencyAttribute.class
package org.apache.openejb.jee
ConcurrencyAttribute.toString ( ) : String
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.toString:()Ljava/lang/String;]
ConcurrencyAttribute.valueOf ( String name ) [static] : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ConcurrencyAttribute.values ( ) [static] : ConcurrencyAttribute[ ]
[run-time name: org/apache/openejb/jee/ConcurrencyAttribute.values:()[Lorg/apache/openejb/jee/ConcurrencyAttribute;]
openejb-jee-3.1.jar, ConcurrencyType.class
package org.apache.openejb.jee
ConcurrencyType.valueOf ( String name ) [static] : ConcurrencyType
[run-time name: org/apache/openejb/jee/ConcurrencyType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/ConcurrencyType;]
ConcurrencyType.values ( ) [static] : ConcurrencyType[ ]
[run-time name: org/apache/openejb/jee/ConcurrencyType.values:()[Lorg/apache/openejb/jee/ConcurrencyType;]
openejb-jee-3.1.jar, Connector.class
package org.apache.openejb.jee
Connector.Connector ( String id )
[run-time name: org/apache/openejb/jee/Connector."<init>":(Ljava/lang/String;)V]
Connector.setResourceAdapter ( ResourceAdapter value ) : ResourceAdapter
[run-time name: org/apache/openejb/jee/Connector.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter;)Lorg/apache/openejb/jee/ResourceAdapter;]
openejb-jee-3.1.jar, ContainerConcurrency.class
package org.apache.openejb.jee
ContainerConcurrency.ContainerConcurrency ( )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":()V]
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Lorg/apache/openejb/jee/Method;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, String className, String ejbName, String methodName )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V]
ContainerConcurrency.ContainerConcurrency ( ConcurrencyAttribute concurrencyAttribute, String ejbName, reflect.Method method )
[run-time name: org/apache/openejb/jee/ContainerConcurrency."<init>":(Lorg/apache/openejb/jee/ConcurrencyAttribute;Ljava/lang/String;Ljava/lang/reflect/Method;)V]
ContainerConcurrency.getAttribute ( ) : Object
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getAttribute:()Ljava/lang/Object;]
ContainerConcurrency.getAttribute ( ) : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getAttribute:()Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ContainerConcurrency.getConcurrencyAttribute ( ) : ConcurrencyAttribute
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getConcurrencyAttribute:()Lorg/apache/openejb/jee/ConcurrencyAttribute;]
ContainerConcurrency.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getDescription:()Ljava/lang/String;]
ContainerConcurrency.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ContainerConcurrency.getId ( ) : String
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getId:()Ljava/lang/String;]
ContainerConcurrency.getMethod ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ContainerConcurrency.getMethod:()Ljava/util/List;]
ContainerConcurrency.setConcurrencyAttribute ( ConcurrencyAttribute value ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setConcurrencyAttribute:(Lorg/apache/openejb/jee/ConcurrencyAttribute;)V]
ContainerConcurrency.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ContainerConcurrency.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ContainerConcurrency.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, ContainerTransaction.class
package org.apache.openejb.jee
ContainerTransaction.getAttribute ( ) : Object
[run-time name: org/apache/openejb/jee/ContainerTransaction.getAttribute:()Ljava/lang/Object;]
ContainerTransaction.getAttribute ( ) : TransAttribute
[run-time name: org/apache/openejb/jee/ContainerTransaction.getAttribute:()Lorg/apache/openejb/jee/TransAttribute;]
openejb-jee-3.1.jar, DescriptionType.class
package org.apache.openejb.jee
DescriptionType.DescriptionType ( )
[run-time name: org/apache/openejb/jee/DescriptionType."<init>":()V]
DescriptionType.getLang ( ) : String
[run-time name: org/apache/openejb/jee/DescriptionType.getLang:()Ljava/lang/String;]
DescriptionType.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/DescriptionType.setLang:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, DisplayNameType.class
package org.apache.openejb.jee
DisplayNameType.DisplayNameType ( )
[run-time name: org/apache/openejb/jee/DisplayNameType."<init>":()V]
DisplayNameType.getLang ( ) : String
[run-time name: org/apache/openejb/jee/DisplayNameType.getLang:()Ljava/lang/String;]
DisplayNameType.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/DisplayNameType.setLang:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, Entity.class
package org.apache.openejb.jee.jpa
Entity.Entity ( String clazz )
[run-time name: org/apache/openejb/jee/jpa/Entity."<init>":(Ljava/lang/String;)V]
Entity.getEjbName ( ) : String
[run-time name: org/apache/openejb/jee/jpa/Entity.getEjbName:()Ljava/lang/String;]
Entity.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/Entity.getKey:()Ljava/lang/Object;]
Entity.getKey ( ) : String
[run-time name: org/apache/openejb/jee/jpa/Entity.getKey:()Ljava/lang/String;]
Entity.isXmlMetadataComplete ( ) : boolean
[run-time name: org/apache/openejb/jee/jpa/Entity.isXmlMetadataComplete:()Z]
Entity.setEjbName ( String ejbName ) : void
[run-time name: org/apache/openejb/jee/jpa/Entity.setEjbName:(Ljava/lang/String;)V]
Entity.setXmlMetadataComplete ( boolean xmlMetadataComplete ) : void
[run-time name: org/apache/openejb/jee/jpa/Entity.setXmlMetadataComplete:(Z)V]
openejb-jee-3.1.jar, EntityBean.class
package org.apache.openejb.jee
EntityBean.addCmpField ( String fieldName ) : void
[run-time name: org/apache/openejb/jee/EntityBean.addCmpField:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, EntityMappings.class
package org.apache.openejb.jee.jpa
EntityMappings.getEntity ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getEntity:()Ljava/util/Collection;]
EntityMappings.getEntityMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getEntityMap:()Ljava/util/Map;]
EntityMappings.getMappedSuperclass ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getMappedSuperclass:()Ljava/util/Collection;]
EntityMappings.getMappedSuperclassMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getMappedSuperclassMap:()Ljava/util/Map;]
openejb-jee-3.1.jar, EnvEntry.class
package org.apache.openejb.jee
EnvEntry.EnvEntry ( String envEntryName, Class envEntryType, String envEntryValue )
[run-time name: org/apache/openejb/jee/EnvEntry."<init>":(Ljava/lang/String;Ljava/lang/Class;Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesApplication.class
package org.apache.openejb.jee
FacesApplication.FacesApplication ( )
[run-time name: org/apache/openejb/jee/FacesApplication."<init>":()V]
FacesApplication.getActionListener ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getActionListener:()Ljava/util/List;]
FacesApplication.getApplicationExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getApplicationExtension:()Ljava/util/List;]
FacesApplication.getDefaultRenderKitId ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getDefaultRenderKitId:()Ljava/util/List;]
FacesApplication.getElResolver ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getElResolver:()Ljava/util/List;]
FacesApplication.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplication.getId:()Ljava/lang/String;]
FacesApplication.getLocaleConfig ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getLocaleConfig:()Ljava/util/List;]
FacesApplication.getMessageBundle ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getMessageBundle:()Ljava/util/List;]
FacesApplication.getNavigationHandler ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getNavigationHandler:()Ljava/util/List;]
FacesApplication.getPropertyResolver ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getPropertyResolver:()Ljava/util/List;]
FacesApplication.getResourceBundle ( ) : FacesApplicationResourceBundle
[run-time name: org/apache/openejb/jee/FacesApplication.getResourceBundle:()Lorg/apache/openejb/jee/FacesApplicationResourceBundle;]
FacesApplication.getStateManager ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getStateManager:()Ljava/util/List;]
FacesApplication.getVariableResolver ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getVariableResolver:()Ljava/util/List;]
FacesApplication.getViewHandler ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplication.getViewHandler:()Ljava/util/List;]
FacesApplication.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesApplication.setId:(Ljava/lang/String;)V]
FacesApplication.setResourceBundle ( FacesApplicationResourceBundle value ) : void
[run-time name: org/apache/openejb/jee/FacesApplication.setResourceBundle:(Lorg/apache/openejb/jee/FacesApplicationResourceBundle;)V]
openejb-jee-3.1.jar, FacesApplicationExtension.class
package org.apache.openejb.jee
FacesApplicationExtension.FacesApplicationExtension ( )
[run-time name: org/apache/openejb/jee/FacesApplicationExtension."<init>":()V]
FacesApplicationExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationExtension.getAny:()Ljava/util/List;]
FacesApplicationExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationExtension.getId:()Ljava/lang/String;]
FacesApplicationExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesApplicationResourceBundle.class
package org.apache.openejb.jee
FacesApplicationResourceBundle.FacesApplicationResourceBundle ( )
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle."<init>":()V]
FacesApplicationResourceBundle.getBaseName ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getBaseName:()Ljava/lang/String;]
FacesApplicationResourceBundle.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDescription:()Ljava/util/List;]
FacesApplicationResourceBundle.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getDisplayName:()Ljava/util/List;]
FacesApplicationResourceBundle.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getIcon:()Ljava/util/List;]
FacesApplicationResourceBundle.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getId:()Ljava/lang/String;]
FacesApplicationResourceBundle.getVar ( ) : String
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.getVar:()Ljava/lang/String;]
FacesApplicationResourceBundle.setBaseName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.setBaseName:(Ljava/lang/String;)V]
FacesApplicationResourceBundle.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.setId:(Ljava/lang/String;)V]
FacesApplicationResourceBundle.setVar ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesApplicationResourceBundle.setVar:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesAttribute.class
package org.apache.openejb.jee
FacesAttribute.FacesAttribute ( )
[run-time name: org/apache/openejb/jee/FacesAttribute."<init>":()V]
FacesAttribute.getAttributeClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getAttributeClass:()Ljava/lang/String;]
FacesAttribute.getAttributeExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getAttributeExtension:()Ljava/util/List;]
FacesAttribute.getAttributeName ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getAttributeName:()Ljava/lang/String;]
FacesAttribute.getDefaultValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getDefaultValue:()Ljava/lang/String;]
FacesAttribute.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getDescription:()Ljava/util/List;]
FacesAttribute.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getDisplayName:()Ljava/util/List;]
FacesAttribute.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttribute.getIcon:()Ljava/util/List;]
FacesAttribute.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getId:()Ljava/lang/String;]
FacesAttribute.getSuggestedValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttribute.getSuggestedValue:()Ljava/lang/String;]
FacesAttribute.setAttributeClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setAttributeClass:(Ljava/lang/String;)V]
FacesAttribute.setAttributeName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setAttributeName:(Ljava/lang/String;)V]
FacesAttribute.setDefaultValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setDefaultValue:(Ljava/lang/String;)V]
FacesAttribute.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setId:(Ljava/lang/String;)V]
FacesAttribute.setSuggestedValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttribute.setSuggestedValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesAttributeExtension.class
package org.apache.openejb.jee
FacesAttributeExtension.FacesAttributeExtension ( )
[run-time name: org/apache/openejb/jee/FacesAttributeExtension."<init>":()V]
FacesAttributeExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesAttributeExtension.getAny:()Ljava/util/List;]
FacesAttributeExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesAttributeExtension.getId:()Ljava/lang/String;]
FacesAttributeExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesAttributeExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesComponent.class
package org.apache.openejb.jee
FacesComponent.FacesComponent ( )
[run-time name: org/apache/openejb/jee/FacesComponent."<init>":()V]
FacesComponent.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getAttribute:()Ljava/util/List;]
FacesComponent.getComponentClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponent.getComponentClass:()Ljava/lang/String;]
FacesComponent.getComponentExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getComponentExtension:()Ljava/util/List;]
FacesComponent.getComponentType ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponent.getComponentType:()Ljava/lang/String;]
FacesComponent.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getDescription:()Ljava/util/List;]
FacesComponent.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getDisplayName:()Ljava/util/List;]
FacesComponent.getFacet ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getFacet:()Ljava/util/List;]
FacesComponent.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getIcon:()Ljava/util/List;]
FacesComponent.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponent.getId:()Ljava/lang/String;]
FacesComponent.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponent.getProperty:()Ljava/util/List;]
FacesComponent.setComponentClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesComponent.setComponentClass:(Ljava/lang/String;)V]
FacesComponent.setComponentType ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesComponent.setComponentType:(Ljava/lang/String;)V]
FacesComponent.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesComponent.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesComponentExtension.class
package org.apache.openejb.jee
FacesComponentExtension.FacesComponentExtension ( )
[run-time name: org/apache/openejb/jee/FacesComponentExtension."<init>":()V]
FacesComponentExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesComponentExtension.getAny:()Ljava/util/List;]
FacesComponentExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesComponentExtension.getId:()Ljava/lang/String;]
FacesComponentExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesComponentExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesConfig.class
package org.apache.openejb.jee
FacesConfig.FacesConfig ( )
[run-time name: org/apache/openejb/jee/FacesConfig."<init>":()V]
FacesConfig.getApplication ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getApplication:()Ljava/util/List;]
FacesConfig.getComponent ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getComponent:()Ljava/util/List;]
FacesConfig.getConverter ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getConverter:()Ljava/util/List;]
FacesConfig.getFacesConfigExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getFacesConfigExtension:()Ljava/util/List;]
FacesConfig.getFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getFactory:()Ljava/util/List;]
FacesConfig.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesConfig.getId:()Ljava/lang/String;]
FacesConfig.getLifecycle ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getLifecycle:()Ljava/util/List;]
FacesConfig.getManagedBean ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getManagedBean:()Ljava/util/List;]
FacesConfig.getNavigationRule ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getNavigationRule:()Ljava/util/List;]
FacesConfig.getReferencedBean ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getReferencedBean:()Ljava/util/List;]
FacesConfig.getRenderKit ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getRenderKit:()Ljava/util/List;]
FacesConfig.getValidator ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConfig.getValidator:()Ljava/util/List;]
FacesConfig.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/FacesConfig.getVersion:()Ljava/lang/String;]
FacesConfig.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConfig.setId:(Ljava/lang/String;)V]
FacesConfig.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConfig.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesConverter.class
package org.apache.openejb.jee
FacesConverter.FacesConverter ( )
[run-time name: org/apache/openejb/jee/FacesConverter."<init>":()V]
FacesConverter.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getAttribute:()Ljava/util/List;]
FacesConverter.getConverterClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getConverterClass:()Ljava/lang/String;]
FacesConverter.getConverterExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getConverterExtension:()Ljava/util/List;]
FacesConverter.getConverterForClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getConverterForClass:()Ljava/lang/String;]
FacesConverter.getConverterId ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getConverterId:()Ljava/lang/String;]
FacesConverter.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getDescription:()Ljava/util/List;]
FacesConverter.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getDisplayName:()Ljava/util/List;]
FacesConverter.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getIcon:()Ljava/util/List;]
FacesConverter.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverter.getId:()Ljava/lang/String;]
FacesConverter.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverter.getProperty:()Ljava/util/List;]
FacesConverter.setConverterClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setConverterClass:(Ljava/lang/String;)V]
FacesConverter.setConverterForClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setConverterForClass:(Ljava/lang/String;)V]
FacesConverter.setConverterId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setConverterId:(Ljava/lang/String;)V]
FacesConverter.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConverter.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesConverterExtension.class
package org.apache.openejb.jee
FacesConverterExtension.FacesConverterExtension ( )
[run-time name: org/apache/openejb/jee/FacesConverterExtension."<init>":()V]
FacesConverterExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesConverterExtension.getAny:()Ljava/util/List;]
FacesConverterExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesConverterExtension.getId:()Ljava/lang/String;]
FacesConverterExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesConverterExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesDefaultLocale.class
package org.apache.openejb.jee
FacesDefaultLocale.FacesDefaultLocale ( )
[run-time name: org/apache/openejb/jee/FacesDefaultLocale."<init>":()V]
FacesDefaultLocale.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesDefaultLocale.getId:()Ljava/lang/String;]
FacesDefaultLocale.getValue ( ) : FacesLocale
[run-time name: org/apache/openejb/jee/FacesDefaultLocale.getValue:()Lorg/apache/openejb/jee/FacesLocale;]
FacesDefaultLocale.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesDefaultLocale.setId:(Ljava/lang/String;)V]
FacesDefaultLocale.setValue ( FacesLocale value ) : void
[run-time name: org/apache/openejb/jee/FacesDefaultLocale.setValue:(Lorg/apache/openejb/jee/FacesLocale;)V]
openejb-jee-3.1.jar, FacesELExpression.class
package org.apache.openejb.jee
FacesELExpression.FacesELExpression ( )
[run-time name: org/apache/openejb/jee/FacesELExpression."<init>":()V]
FacesELExpression.getValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesELExpression.getValue:()Ljava/lang/String;]
FacesELExpression.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesELExpression.setValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesExtension.class
package org.apache.openejb.jee
FacesExtension.FacesExtension ( )
[run-time name: org/apache/openejb/jee/FacesExtension."<init>":()V]
FacesExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesExtension.getAny:()Ljava/util/List;]
FacesExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesExtension.getId:()Ljava/lang/String;]
FacesExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesFacet.class
package org.apache.openejb.jee
FacesFacet.FacesFacet ( )
[run-time name: org/apache/openejb/jee/FacesFacet."<init>":()V]
FacesFacet.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getDescription:()Ljava/util/List;]
FacesFacet.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getDisplayName:()Ljava/util/List;]
FacesFacet.getFacetExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getFacetExtension:()Ljava/util/List;]
FacesFacet.getFacetName ( ) : String
[run-time name: org/apache/openejb/jee/FacesFacet.getFacetName:()Ljava/lang/String;]
FacesFacet.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacet.getIcon:()Ljava/util/List;]
FacesFacet.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesFacet.getId:()Ljava/lang/String;]
FacesFacet.setFacetName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFacet.setFacetName:(Ljava/lang/String;)V]
FacesFacet.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFacet.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesFacetExtension.class
package org.apache.openejb.jee
FacesFacetExtension.FacesFacetExtension ( )
[run-time name: org/apache/openejb/jee/FacesFacetExtension."<init>":()V]
FacesFacetExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFacetExtension.getAny:()Ljava/util/List;]
FacesFacetExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesFacetExtension.getId:()Ljava/lang/String;]
FacesFacetExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFacetExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesFactory.class
package org.apache.openejb.jee
FacesFactory.FacesFactory ( )
[run-time name: org/apache/openejb/jee/FacesFactory."<init>":()V]
FacesFactory.getApplicationFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getApplicationFactory:()Ljava/util/List;]
FacesFactory.getFacesContextFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getFacesContextFactory:()Ljava/util/List;]
FacesFactory.getFactoryExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getFactoryExtension:()Ljava/util/List;]
FacesFactory.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesFactory.getId:()Ljava/lang/String;]
FacesFactory.getLifecycleFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getLifecycleFactory:()Ljava/util/List;]
FacesFactory.getRenderKitFactory ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactory.getRenderKitFactory:()Ljava/util/List;]
FacesFactory.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFactory.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesFactoryExtension.class
package org.apache.openejb.jee
FacesFactoryExtension.FacesFactoryExtension ( )
[run-time name: org/apache/openejb/jee/FacesFactoryExtension."<init>":()V]
FacesFactoryExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesFactoryExtension.getAny:()Ljava/util/List;]
FacesFactoryExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesFactoryExtension.getId:()Ljava/lang/String;]
FacesFactoryExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFactoryExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesFromAction.class
package org.apache.openejb.jee
FacesFromAction.FacesFromAction ( )
[run-time name: org/apache/openejb/jee/FacesFromAction."<init>":()V]
FacesFromAction.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesFromAction.getId:()Ljava/lang/String;]
FacesFromAction.getValue ( ) : FacesELExpression
[run-time name: org/apache/openejb/jee/FacesFromAction.getValue:()Lorg/apache/openejb/jee/FacesELExpression;]
FacesFromAction.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesFromAction.setId:(Ljava/lang/String;)V]
FacesFromAction.setValue ( FacesELExpression value ) : void
[run-time name: org/apache/openejb/jee/FacesFromAction.setValue:(Lorg/apache/openejb/jee/FacesELExpression;)V]
openejb-jee-3.1.jar, FacesLifecycle.class
package org.apache.openejb.jee
FacesLifecycle.FacesLifecycle ( )
[run-time name: org/apache/openejb/jee/FacesLifecycle."<init>":()V]
FacesLifecycle.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesLifecycle.getId:()Ljava/lang/String;]
FacesLifecycle.getLifecycleExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesLifecycle.getLifecycleExtension:()Ljava/util/List;]
FacesLifecycle.getPhaseListener ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesLifecycle.getPhaseListener:()Ljava/util/List;]
FacesLifecycle.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesLifecycle.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesLifecycleExtension.class
package org.apache.openejb.jee
FacesLifecycleExtension.FacesLifecycleExtension ( )
[run-time name: org/apache/openejb/jee/FacesLifecycleExtension."<init>":()V]
FacesLifecycleExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesLifecycleExtension.getAny:()Ljava/util/List;]
FacesLifecycleExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesLifecycleExtension.getId:()Ljava/lang/String;]
FacesLifecycleExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesLifecycleExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesListEntries.class
package org.apache.openejb.jee
FacesListEntries.FacesListEntries ( )
[run-time name: org/apache/openejb/jee/FacesListEntries."<init>":()V]
FacesListEntries.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesListEntries.getId:()Ljava/lang/String;]
FacesListEntries.getNullValueOrValue ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesListEntries.getNullValueOrValue:()Ljava/util/List;]
FacesListEntries.getValueClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesListEntries.getValueClass:()Ljava/lang/String;]
FacesListEntries.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesListEntries.setId:(Ljava/lang/String;)V]
FacesListEntries.setValueClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesListEntries.setValueClass:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesLocale.class
package org.apache.openejb.jee
FacesLocale.FacesLocale ( )
[run-time name: org/apache/openejb/jee/FacesLocale."<init>":()V]
FacesLocale.getValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesLocale.getValue:()Ljava/lang/String;]
FacesLocale.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesLocale.setValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesLocaleConfig.class
package org.apache.openejb.jee
FacesLocaleConfig.FacesLocaleConfig ( )
[run-time name: org/apache/openejb/jee/FacesLocaleConfig."<init>":()V]
FacesLocaleConfig.getDefaultLocale ( ) : FacesDefaultLocale
[run-time name: org/apache/openejb/jee/FacesLocaleConfig.getDefaultLocale:()Lorg/apache/openejb/jee/FacesDefaultLocale;]
FacesLocaleConfig.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesLocaleConfig.getId:()Ljava/lang/String;]
FacesLocaleConfig.getSupportedLocale ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesLocaleConfig.getSupportedLocale:()Ljava/util/List;]
FacesLocaleConfig.setDefaultLocale ( FacesDefaultLocale value ) : void
[run-time name: org/apache/openejb/jee/FacesLocaleConfig.setDefaultLocale:(Lorg/apache/openejb/jee/FacesDefaultLocale;)V]
FacesLocaleConfig.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesLocaleConfig.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesManagedBean.class
package org.apache.openejb.jee
FacesManagedBean.FacesManagedBean ( )
[run-time name: org/apache/openejb/jee/FacesManagedBean."<init>":()V]
FacesManagedBean.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDescription:()Ljava/util/List;]
FacesManagedBean.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getDisplayName:()Ljava/util/List;]
FacesManagedBean.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getIcon:()Ljava/util/List;]
FacesManagedBean.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getId:()Ljava/lang/String;]
FacesManagedBean.getListEntries ( ) : FacesListEntries
[run-time name: org/apache/openejb/jee/FacesManagedBean.getListEntries:()Lorg/apache/openejb/jee/FacesListEntries;]
FacesManagedBean.getManagedBeanClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getManagedBeanClass:()Ljava/lang/String;]
FacesManagedBean.getManagedBeanExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getManagedBeanExtension:()Ljava/util/List;]
FacesManagedBean.getManagedBeanName ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getManagedBeanName:()Ljava/lang/String;]
FacesManagedBean.getManagedBeanScope ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBean.getManagedBeanScope:()Ljava/lang/String;]
FacesManagedBean.getManagedProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBean.getManagedProperty:()Ljava/util/List;]
FacesManagedBean.getMapEntries ( ) : FacesMapEntries
[run-time name: org/apache/openejb/jee/FacesManagedBean.getMapEntries:()Lorg/apache/openejb/jee/FacesMapEntries;]
FacesManagedBean.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setId:(Ljava/lang/String;)V]
FacesManagedBean.setListEntries ( FacesListEntries value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setListEntries:(Lorg/apache/openejb/jee/FacesListEntries;)V]
FacesManagedBean.setManagedBeanClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setManagedBeanClass:(Ljava/lang/String;)V]
FacesManagedBean.setManagedBeanName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setManagedBeanName:(Ljava/lang/String;)V]
FacesManagedBean.setManagedBeanScope ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setManagedBeanScope:(Ljava/lang/String;)V]
FacesManagedBean.setMapEntries ( FacesMapEntries value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBean.setMapEntries:(Lorg/apache/openejb/jee/FacesMapEntries;)V]
openejb-jee-3.1.jar, FacesManagedBeanExtension.class
package org.apache.openejb.jee
FacesManagedBeanExtension.FacesManagedBeanExtension ( )
[run-time name: org/apache/openejb/jee/FacesManagedBeanExtension."<init>":()V]
FacesManagedBeanExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedBeanExtension.getAny:()Ljava/util/List;]
FacesManagedBeanExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedBeanExtension.getId:()Ljava/lang/String;]
FacesManagedBeanExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedBeanExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesManagedProperty.class
package org.apache.openejb.jee
FacesManagedProperty.FacesManagedProperty ( )
[run-time name: org/apache/openejb/jee/FacesManagedProperty."<init>":()V]
FacesManagedProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDescription:()Ljava/util/List;]
FacesManagedProperty.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getDisplayName:()Ljava/util/List;]
FacesManagedProperty.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getIcon:()Ljava/util/List;]
FacesManagedProperty.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getId:()Ljava/lang/String;]
FacesManagedProperty.getListEntries ( ) : FacesListEntries
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getListEntries:()Lorg/apache/openejb/jee/FacesListEntries;]
FacesManagedProperty.getMapEntries ( ) : FacesMapEntries
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getMapEntries:()Lorg/apache/openejb/jee/FacesMapEntries;]
FacesManagedProperty.getNullValue ( ) : FacesNullValue
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getNullValue:()Lorg/apache/openejb/jee/FacesNullValue;]
FacesManagedProperty.getPropertyClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getPropertyClass:()Ljava/lang/String;]
FacesManagedProperty.getPropertyName ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getPropertyName:()Ljava/lang/String;]
FacesManagedProperty.getValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesManagedProperty.getValue:()Ljava/lang/String;]
FacesManagedProperty.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setId:(Ljava/lang/String;)V]
FacesManagedProperty.setListEntries ( FacesListEntries value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setListEntries:(Lorg/apache/openejb/jee/FacesListEntries;)V]
FacesManagedProperty.setMapEntries ( FacesMapEntries value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setMapEntries:(Lorg/apache/openejb/jee/FacesMapEntries;)V]
FacesManagedProperty.setNullValue ( FacesNullValue value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setNullValue:(Lorg/apache/openejb/jee/FacesNullValue;)V]
FacesManagedProperty.setPropertyClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setPropertyClass:(Ljava/lang/String;)V]
FacesManagedProperty.setPropertyName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setPropertyName:(Ljava/lang/String;)V]
FacesManagedProperty.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesManagedProperty.setValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesMapEntries.class
package org.apache.openejb.jee
FacesMapEntries.FacesMapEntries ( )
[run-time name: org/apache/openejb/jee/FacesMapEntries."<init>":()V]
FacesMapEntries.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntries.getId:()Ljava/lang/String;]
FacesMapEntries.getKeyClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntries.getKeyClass:()Ljava/lang/String;]
FacesMapEntries.getMapEntry ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesMapEntries.getMapEntry:()Ljava/util/List;]
FacesMapEntries.getValueClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntries.getValueClass:()Ljava/lang/String;]
FacesMapEntries.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntries.setId:(Ljava/lang/String;)V]
FacesMapEntries.setKeyClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntries.setKeyClass:(Ljava/lang/String;)V]
FacesMapEntries.setValueClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntries.setValueClass:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesMapEntry.class
package org.apache.openejb.jee
FacesMapEntry.FacesMapEntry ( )
[run-time name: org/apache/openejb/jee/FacesMapEntry."<init>":()V]
FacesMapEntry.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntry.getId:()Ljava/lang/String;]
FacesMapEntry.getKey ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntry.getKey:()Ljava/lang/String;]
FacesMapEntry.getNullValue ( ) : FacesNullValue
[run-time name: org/apache/openejb/jee/FacesMapEntry.getNullValue:()Lorg/apache/openejb/jee/FacesNullValue;]
FacesMapEntry.getValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesMapEntry.getValue:()Ljava/lang/String;]
FacesMapEntry.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntry.setId:(Ljava/lang/String;)V]
FacesMapEntry.setKey ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntry.setKey:(Ljava/lang/String;)V]
FacesMapEntry.setNullValue ( FacesNullValue value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntry.setNullValue:(Lorg/apache/openejb/jee/FacesNullValue;)V]
FacesMapEntry.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesMapEntry.setValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesNavigationCase.class
package org.apache.openejb.jee
FacesNavigationCase.FacesNavigationCase ( )
[run-time name: org/apache/openejb/jee/FacesNavigationCase."<init>":()V]
FacesNavigationCase.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDescription:()Ljava/util/List;]
FacesNavigationCase.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getDisplayName:()Ljava/util/List;]
FacesNavigationCase.getFromAction ( ) : FacesFromAction
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getFromAction:()Lorg/apache/openejb/jee/FacesFromAction;]
FacesNavigationCase.getFromOutcome ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getFromOutcome:()Ljava/lang/String;]
FacesNavigationCase.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getIcon:()Ljava/util/List;]
FacesNavigationCase.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getId:()Ljava/lang/String;]
FacesNavigationCase.getRedirect ( ) : FacesRedirect
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getRedirect:()Lorg/apache/openejb/jee/FacesRedirect;]
FacesNavigationCase.getToViewId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationCase.getToViewId:()Ljava/lang/String;]
FacesNavigationCase.setFromAction ( FacesFromAction value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setFromAction:(Lorg/apache/openejb/jee/FacesFromAction;)V]
FacesNavigationCase.setFromOutcome ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setFromOutcome:(Ljava/lang/String;)V]
FacesNavigationCase.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setId:(Ljava/lang/String;)V]
FacesNavigationCase.setRedirect ( FacesRedirect value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setRedirect:(Lorg/apache/openejb/jee/FacesRedirect;)V]
FacesNavigationCase.setToViewId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationCase.setToViewId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesNavigationRule.class
package org.apache.openejb.jee
FacesNavigationRule.FacesNavigationRule ( )
[run-time name: org/apache/openejb/jee/FacesNavigationRule."<init>":()V]
FacesNavigationRule.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDescription:()Ljava/util/List;]
FacesNavigationRule.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getDisplayName:()Ljava/util/List;]
FacesNavigationRule.getFromViewId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getFromViewId:()Ljava/lang/String;]
FacesNavigationRule.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getIcon:()Ljava/util/List;]
FacesNavigationRule.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getId:()Ljava/lang/String;]
FacesNavigationRule.getNavigationCase ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getNavigationCase:()Ljava/util/List;]
FacesNavigationRule.getNavigationRuleExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRule.getNavigationRuleExtension:()Ljava/util/List;]
FacesNavigationRule.setFromViewId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationRule.setFromViewId:(Ljava/lang/String;)V]
FacesNavigationRule.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationRule.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesNavigationRuleExtension.class
package org.apache.openejb.jee
FacesNavigationRuleExtension.FacesNavigationRuleExtension ( )
[run-time name: org/apache/openejb/jee/FacesNavigationRuleExtension."<init>":()V]
FacesNavigationRuleExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesNavigationRuleExtension.getAny:()Ljava/util/List;]
FacesNavigationRuleExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNavigationRuleExtension.getId:()Ljava/lang/String;]
FacesNavigationRuleExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNavigationRuleExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesNullValue.class
package org.apache.openejb.jee
FacesNullValue.FacesNullValue ( )
[run-time name: org/apache/openejb/jee/FacesNullValue."<init>":()V]
FacesNullValue.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesNullValue.getId:()Ljava/lang/String;]
FacesNullValue.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesNullValue.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesProperty.class
package org.apache.openejb.jee
FacesProperty.FacesProperty ( )
[run-time name: org/apache/openejb/jee/FacesProperty."<init>":()V]
FacesProperty.getDefaultValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getDefaultValue:()Ljava/lang/String;]
FacesProperty.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getDescription:()Ljava/util/List;]
FacesProperty.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getDisplayName:()Ljava/util/List;]
FacesProperty.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getIcon:()Ljava/util/List;]
FacesProperty.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getId:()Ljava/lang/String;]
FacesProperty.getPropertyClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getPropertyClass:()Ljava/lang/String;]
FacesProperty.getPropertyExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesProperty.getPropertyExtension:()Ljava/util/List;]
FacesProperty.getPropertyName ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getPropertyName:()Ljava/lang/String;]
FacesProperty.getSuggestedValue ( ) : String
[run-time name: org/apache/openejb/jee/FacesProperty.getSuggestedValue:()Ljava/lang/String;]
FacesProperty.setDefaultValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setDefaultValue:(Ljava/lang/String;)V]
FacesProperty.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setId:(Ljava/lang/String;)V]
FacesProperty.setPropertyClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setPropertyClass:(Ljava/lang/String;)V]
FacesProperty.setPropertyName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setPropertyName:(Ljava/lang/String;)V]
FacesProperty.setSuggestedValue ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesProperty.setSuggestedValue:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesPropertyExtension.class
package org.apache.openejb.jee
FacesPropertyExtension.FacesPropertyExtension ( )
[run-time name: org/apache/openejb/jee/FacesPropertyExtension."<init>":()V]
FacesPropertyExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesPropertyExtension.getAny:()Ljava/util/List;]
FacesPropertyExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesPropertyExtension.getId:()Ljava/lang/String;]
FacesPropertyExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesPropertyExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesRedirect.class
package org.apache.openejb.jee
FacesRedirect.FacesRedirect ( )
[run-time name: org/apache/openejb/jee/FacesRedirect."<init>":()V]
FacesRedirect.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRedirect.getId:()Ljava/lang/String;]
FacesRedirect.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRedirect.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesReferencedBean.class
package org.apache.openejb.jee
FacesReferencedBean.FacesReferencedBean ( )
[run-time name: org/apache/openejb/jee/FacesReferencedBean."<init>":()V]
FacesReferencedBean.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDescription:()Ljava/util/List;]
FacesReferencedBean.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getDisplayName:()Ljava/util/List;]
FacesReferencedBean.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getIcon:()Ljava/util/List;]
FacesReferencedBean.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getId:()Ljava/lang/String;]
FacesReferencedBean.getReferencedBeanClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getReferencedBeanClass:()Ljava/lang/String;]
FacesReferencedBean.getReferencedBeanName ( ) : String
[run-time name: org/apache/openejb/jee/FacesReferencedBean.getReferencedBeanName:()Ljava/lang/String;]
FacesReferencedBean.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesReferencedBean.setId:(Ljava/lang/String;)V]
FacesReferencedBean.setReferencedBeanClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesReferencedBean.setReferencedBeanClass:(Ljava/lang/String;)V]
FacesReferencedBean.setReferencedBeanName ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesReferencedBean.setReferencedBeanName:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesRenderer.class
package org.apache.openejb.jee
FacesRenderer.FacesRenderer ( )
[run-time name: org/apache/openejb/jee/FacesRenderer."<init>":()V]
FacesRenderer.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getAttribute:()Ljava/util/List;]
FacesRenderer.getComponentFamily ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getComponentFamily:()Ljava/lang/String;]
FacesRenderer.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getDescription:()Ljava/util/List;]
FacesRenderer.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getDisplayName:()Ljava/util/List;]
FacesRenderer.getFacet ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getFacet:()Ljava/util/List;]
FacesRenderer.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getIcon:()Ljava/util/List;]
FacesRenderer.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getId:()Ljava/lang/String;]
FacesRenderer.getRendererClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getRendererClass:()Ljava/lang/String;]
FacesRenderer.getRendererExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderer.getRendererExtension:()Ljava/util/List;]
FacesRenderer.getRendererType ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderer.getRendererType:()Ljava/lang/String;]
FacesRenderer.setComponentFamily ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setComponentFamily:(Ljava/lang/String;)V]
FacesRenderer.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setId:(Ljava/lang/String;)V]
FacesRenderer.setRendererClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setRendererClass:(Ljava/lang/String;)V]
FacesRenderer.setRendererType ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderer.setRendererType:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesRendererExtension.class
package org.apache.openejb.jee
FacesRendererExtension.FacesRendererExtension ( )
[run-time name: org/apache/openejb/jee/FacesRendererExtension."<init>":()V]
FacesRendererExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRendererExtension.getAny:()Ljava/util/List;]
FacesRendererExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRendererExtension.getId:()Ljava/lang/String;]
FacesRendererExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRendererExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesRenderKit.class
package org.apache.openejb.jee
FacesRenderKit.FacesRenderKit ( )
[run-time name: org/apache/openejb/jee/FacesRenderKit."<init>":()V]
FacesRenderKit.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDescription:()Ljava/util/List;]
FacesRenderKit.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getDisplayName:()Ljava/util/List;]
FacesRenderKit.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getIcon:()Ljava/util/List;]
FacesRenderKit.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKit.getId:()Ljava/lang/String;]
FacesRenderKit.getRenderer ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getRenderer:()Ljava/util/List;]
FacesRenderKit.getRenderKitClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKit.getRenderKitClass:()Ljava/lang/String;]
FacesRenderKit.getRenderKitExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKit.getRenderKitExtension:()Ljava/util/List;]
FacesRenderKit.getRenderKitId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKit.getRenderKitId:()Ljava/lang/String;]
FacesRenderKit.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKit.setId:(Ljava/lang/String;)V]
FacesRenderKit.setRenderKitClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKit.setRenderKitClass:(Ljava/lang/String;)V]
FacesRenderKit.setRenderKitId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKit.setRenderKitId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesRenderKitExtension.class
package org.apache.openejb.jee
FacesRenderKitExtension.FacesRenderKitExtension ( )
[run-time name: org/apache/openejb/jee/FacesRenderKitExtension."<init>":()V]
FacesRenderKitExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesRenderKitExtension.getAny:()Ljava/util/List;]
FacesRenderKitExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesRenderKitExtension.getId:()Ljava/lang/String;]
FacesRenderKitExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesRenderKitExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesSupportedLocale.class
package org.apache.openejb.jee
FacesSupportedLocale.FacesSupportedLocale ( )
[run-time name: org/apache/openejb/jee/FacesSupportedLocale."<init>":()V]
FacesSupportedLocale.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesSupportedLocale.getId:()Ljava/lang/String;]
FacesSupportedLocale.getValue ( ) : FacesLocale
[run-time name: org/apache/openejb/jee/FacesSupportedLocale.getValue:()Lorg/apache/openejb/jee/FacesLocale;]
FacesSupportedLocale.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesSupportedLocale.setId:(Ljava/lang/String;)V]
FacesSupportedLocale.setValue ( FacesLocale value ) : void
[run-time name: org/apache/openejb/jee/FacesSupportedLocale.setValue:(Lorg/apache/openejb/jee/FacesLocale;)V]
openejb-jee-3.1.jar, FacesValidator.class
package org.apache.openejb.jee
FacesValidator.FacesValidator ( )
[run-time name: org/apache/openejb/jee/FacesValidator."<init>":()V]
FacesValidator.getAttribute ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getAttribute:()Ljava/util/List;]
FacesValidator.getDescription ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getDescription:()Ljava/util/List;]
FacesValidator.getDisplayName ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getDisplayName:()Ljava/util/List;]
FacesValidator.getIcon ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getIcon:()Ljava/util/List;]
FacesValidator.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidator.getId:()Ljava/lang/String;]
FacesValidator.getProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getProperty:()Ljava/util/List;]
FacesValidator.getValidatorClass ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidator.getValidatorClass:()Ljava/lang/String;]
FacesValidator.getValidatorExtension ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidator.getValidatorExtension:()Ljava/util/List;]
FacesValidator.getValidatorId ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidator.getValidatorId:()Ljava/lang/String;]
FacesValidator.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesValidator.setId:(Ljava/lang/String;)V]
FacesValidator.setValidatorClass ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesValidator.setValidatorClass:(Ljava/lang/String;)V]
FacesValidator.setValidatorId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesValidator.setValidatorId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, FacesValidatorExtension.class
package org.apache.openejb.jee
FacesValidatorExtension.FacesValidatorExtension ( )
[run-time name: org/apache/openejb/jee/FacesValidatorExtension."<init>":()V]
FacesValidatorExtension.getAny ( ) : java.util.List
[run-time name: org/apache/openejb/jee/FacesValidatorExtension.getAny:()Ljava/util/List;]
FacesValidatorExtension.getId ( ) : String
[run-time name: org/apache/openejb/jee/FacesValidatorExtension.getId:()Ljava/lang/String;]
FacesValidatorExtension.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/FacesValidatorExtension.setId:(Ljava/lang/String;)V]
openejb-jee-3.1.jar, Id.class
package org.apache.openejb.jee.jpa
Id.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/Id.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, InboundResource.class
package org.apache.openejb.jee
InboundResource.setMessageAdapter ( MessageAdapter value ) : MessageAdapter
[run-time name: org/apache/openejb/jee/InboundResource.setMessageAdapter:(Lorg/apache/openejb/jee/MessageAdapter;)Lorg/apache/openejb/jee/MessageAdapter;]
openejb-jee-3.1.jar, JAXBContextFactory.class
package org.apache.openejb.jee
JAXBContextFactory.JAXBContextFactory ( )
[run-time name: org/apache/openejb/jee/JAXBContextFactory."<init>":()V]
JAXBContextFactory.newInstance ( Class[ ] classes ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/openejb/jee/JAXBContextFactory.newInstance:([Ljava/lang/Class;)Ljavax/xml/bind/JAXBContext;]
JAXBContextFactory.newInstance ( Class[ ] classes, java.util.Map properties ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/openejb/jee/JAXBContextFactory.newInstance:([Ljava/lang/Class;Ljava/util/Map;)Ljavax/xml/bind/JAXBContext;]
JAXBContextFactory.newInstance ( String s ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/openejb/jee/JAXBContextFactory.newInstance:(Ljava/lang/String;)Ljavax/xml/bind/JAXBContext;]
JAXBContextFactory.newInstance ( String s, ClassLoader classLoader ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/openejb/jee/JAXBContextFactory.newInstance:(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljavax/xml/bind/JAXBContext;]
JAXBContextFactory.newInstance ( String s, ClassLoader classLoader, java.util.Map properties ) [static] : javax.xml.bind.JAXBContext
[run-time name: org/apache/openejb/jee/JAXBContextFactory.newInstance:(Ljava/lang/String;Ljava/lang/ClassLoader;Ljava/util/Map;)Ljavax/xml/bind/JAXBContext;]
openejb-jee-3.1.jar, JpaJaxbUtil.class
package org.apache.openejb.jee.jpa
JpaJaxbUtil.marshal ( Class type, Object object, java.io.OutputStream out ) [static] : void
[run-time name: org/apache/openejb/jee/jpa/JpaJaxbUtil.marshal:(Ljava/lang/Class;Ljava/lang/Object;Ljava/io/OutputStream;)V]
openejb-jee-3.1.jar, ManyToMany.class
package org.apache.openejb.jee.jpa
ManyToMany.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/ManyToMany.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, ManyToOne.class
package org.apache.openejb.jee.jpa
ManyToOne.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/ManyToOne.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, MappedSuperclass.class
package org.apache.openejb.jee.jpa
MappedSuperclass.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/MappedSuperclass.getKey:()Ljava/lang/Object;]
MappedSuperclass.getKey ( ) : String
[run-time name: org/apache/openejb/jee/jpa/MappedSuperclass.getKey:()Ljava/lang/String;]
openejb-jee-3.1.jar, MessageAdapter.class
package org.apache.openejb.jee
MessageAdapter.addMessageListener ( MessageListener listener ) : MessageListener
[run-time name: org/apache/openejb/jee/MessageAdapter.addMessageListener:(Lorg/apache/openejb/jee/MessageListener;)Lorg/apache/openejb/jee/MessageListener;]
openejb-jee-3.1.jar, MessageDrivenBean.class
package org.apache.openejb.jee
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )
[run-time name: org/apache/openejb/jee/MessageDrivenBean."<init>":(Ljava/lang/Class;)V]
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )
[run-time name: org/apache/openejb/jee/MessageDrivenBean."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )
[run-time name: org/apache/openejb/jee/MessageDrivenBean."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.jar, MessageListener.class
package org.apache.openejb.jee
MessageListener.MessageListener ( Class messageListenerType, Class activationSpecClass )
[run-time name: org/apache/openejb/jee/MessageListener."<init>":(Ljava/lang/Class;Ljava/lang/Class;)V]
MessageListener.MessageListener ( String messageListenerType, String activationSpecClass )
[run-time name: org/apache/openejb/jee/MessageListener."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
openejb-jee-3.1.jar, MethodAttribute.class
package org.apache.openejb.jee
MethodAttribute.getAttribute ( ) : Object
[run-time name: org/apache/openejb/jee/MethodAttribute.getAttribute:()Ljava/lang/Object;]
MethodAttribute.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/MethodAttribute.getClassName:()Ljava/lang/String;]
MethodAttribute.getEjbName ( ) : String
[run-time name: org/apache/openejb/jee/MethodAttribute.getEjbName:()Ljava/lang/String;]
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;]
MethodAttribute.getMethodName ( ) : String
[run-time name: org/apache/openejb/jee/MethodAttribute.getMethodName:()Ljava/lang/String;]
MethodAttribute.getMethodParams ( ) : MethodParams
[run-time name: org/apache/openejb/jee/MethodAttribute.getMethodParams:()Lorg/apache/openejb/jee/MethodParams;]
MethodAttribute.MethodAttribute ( Object attribute, Method method )
[run-time name: org/apache/openejb/jee/MethodAttribute."<init>":(Ljava/lang/Object;Lorg/apache/openejb/jee/Method;)V]
openejb-jee-3.1.jar, ObjectFactory.class
package org.apache.openejb.jee
ObjectFactory.createApplication ( Application value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createApplication:(Lorg/apache/openejb/jee/Application;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createApplicationClient ( ApplicationClient value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createApplicationClient:(Lorg/apache/openejb/jee/ApplicationClient;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createFacesConfig ( FacesConfig value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createFacesConfig:(Lorg/apache/openejb/jee/FacesConfig;)Ljavax/xml/bind/JAXBElement;]
package org.apache.openejb.jee.sun
ObjectFactory.createSunEjbJar ( ) : SunEjbJar
[run-time name: org/apache/openejb/jee/sun/ObjectFactory.createSunEjbJar:()Lorg/apache/openejb/jee/sun/SunEjbJar;]
openejb-jee-3.1.jar, OneToMany.class
package org.apache.openejb.jee.jpa
OneToMany.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/OneToMany.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, OneToOne.class
package org.apache.openejb.jee.jpa
OneToOne.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/OneToOne.getKey:()Ljava/lang/Object;]
openejb-jee-3.1.jar, RequiredConfigProperty.class
package org.apache.openejb.jee
RequiredConfigProperty.RequiredConfigProperty ( String configPropertyName )
[run-time name: org/apache/openejb/jee/RequiredConfigProperty."<init>":(Ljava/lang/String;)V]
openejb-jee-3.1.jar, ResourceAdapter.class
package org.apache.openejb.jee
ResourceAdapter.ResourceAdapter ( Class resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapter."<init>":(Ljava/lang/Class;)V]
ResourceAdapter.ResourceAdapter ( String resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapter."<init>":(Ljava/lang/String;)V]
ResourceAdapter.setInboundResourceAdapter ( InboundResource value ) : InboundResource
[run-time name: org/apache/openejb/jee/ResourceAdapter.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResource;)Lorg/apache/openejb/jee/InboundResource;]
ResourceAdapter.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapter.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)Lorg/apache/openejb/jee/OutboundResourceAdapter;]
openejb-jee-3.1.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.addBusinessLocal ( Class businessLocal ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addBusinessLocal:(Ljava/lang/Class;)V]
SessionBean.addBusinessRemote ( Class businessRemote ) : void
[run-time name: org/apache/openejb/jee/SessionBean.addBusinessRemote:(Ljava/lang/Class;)V]
SessionBean.getConcurrencyType ( ) : ConcurrencyType
[run-time name: org/apache/openejb/jee/SessionBean.getConcurrencyType:()Lorg/apache/openejb/jee/ConcurrencyType;]
SessionBean.getDependsOn ( ) : java.util.List
[run-time name: org/apache/openejb/jee/SessionBean.getDependsOn:()Ljava/util/List;]
SessionBean.getLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.getLoadOnStartup:()Z]
SessionBean.hasLoadOnStartup ( ) : boolean
[run-time name: org/apache/openejb/jee/SessionBean.hasLoadOnStartup:()Z]
SessionBean.setConcurrencyType ( ConcurrencyType value ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setConcurrencyType:(Lorg/apache/openejb/jee/ConcurrencyType;)V]
SessionBean.setDependsOn ( java.util.List ejbNames ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setDependsOn:(Ljava/util/List;)V]
SessionBean.setDependsOn ( String[ ] ejbNames ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setDependsOn:([Ljava/lang/String;)V]
SessionBean.setLoadOnStartup ( boolean loadOnStartup ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setLoadOnStartup:(Z)V]
openejb-jee-3.1.jar, SessionType.class
package org.apache.openejb.jee
SessionType.getName ( ) : String
[run-time name: org/apache/openejb/jee/SessionType.getName:()Ljava/lang/String;]
openejb-jee-3.1.jar, SingletonBean.class
package org.apache.openejb.jee
SingletonBean.setSessionType ( SessionType value ) : void
[run-time name: org/apache/openejb/jee/SingletonBean.setSessionType:(Lorg/apache/openejb/jee/SessionType;)V]
SingletonBean.SingletonBean ( )
[run-time name: org/apache/openejb/jee/SingletonBean."<init>":()V]
SingletonBean.SingletonBean ( Class ejbClass )
[run-time name: org/apache/openejb/jee/SingletonBean."<init>":(Ljava/lang/Class;)V]
SingletonBean.SingletonBean ( String ejbName, String ejbClass )
[run-time name: org/apache/openejb/jee/SingletonBean."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
SingletonBean.SingletonBean ( String name, Class ejbClass )
[run-time name: org/apache/openejb/jee/SingletonBean."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
openejb-jee-3.1.jar, Transient.class
package org.apache.openejb.jee.jpa
Transient.getKey ( ) : Object
[run-time name: org/apache/openejb/jee/jpa/Transient.getKey:()Ljava/lang/Object;]
openejb-loader-3.1.jar, SystemInstance.class
package org.apache.openejb.loader
SystemInstance.reset ( ) [static] : void
[run-time name: org/apache/openejb/loader/SystemInstance.reset:()V]
openejb-multicast-3.1.jar, DefaultFilter.class
package org.apache.openejb.server.discovery
MulticastSearch.DefaultFilter.accept ( java.net.URI service ) : boolean
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.DefaultFilter.accept:(Ljava/net/URI;)Z]
MulticastSearch.DefaultFilter.MulticastSearch.DefaultFilter ( )
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.DefaultFilter."<init>":()V]
openejb-multicast-3.1.jar, Filter.class
package org.apache.openejb.server.discovery
MulticastSearch.Filter.accept ( java.net.URI p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.Filter.accept:(Ljava/net/URI;)Z]
openejb-multicast-3.1.jar, MulticastDiscoveryAgent.class
package org.apache.openejb.server.discovery
MulticastDiscoveryAgent.getExponentialBackoff ( ) : long
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getExponentialBackoff:()J]
MulticastDiscoveryAgent.getGroup ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getGroup:()Ljava/lang/String;]
MulticastDiscoveryAgent.getHeartRate ( ) : long
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getHeartRate:()J]
MulticastDiscoveryAgent.getHost ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getHost:()Ljava/lang/String;]
MulticastDiscoveryAgent.getIP ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getIP:()Ljava/lang/String;]
MulticastDiscoveryAgent.getMaxMissedHeartbeats ( ) : int
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getMaxMissedHeartbeats:()I]
MulticastDiscoveryAgent.getMaxReconnectAttempts ( ) : int
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getMaxReconnectAttempts:()I]
MulticastDiscoveryAgent.getMaxReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getMaxReconnectDelay:()J]
MulticastDiscoveryAgent.getName ( ) : String
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getName:()Ljava/lang/String;]
MulticastDiscoveryAgent.getPort ( ) : int
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getPort:()I]
MulticastDiscoveryAgent.getReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getReconnectDelay:()J]
MulticastDiscoveryAgent.getTimeToLive ( ) : int
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getTimeToLive:()I]
MulticastDiscoveryAgent.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.init:(Ljava/util/Properties;)V]
MulticastDiscoveryAgent.isLoopbackMode ( ) : boolean
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.isLoopbackMode:()Z]
MulticastDiscoveryAgent.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.main:([Ljava/lang/String;)V]
MulticastDiscoveryAgent.MulticastDiscoveryAgent ( )
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent."<init>":()V]
MulticastDiscoveryAgent.registerService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.registerService:(Ljava/net/URI;)V]
MulticastDiscoveryAgent.reportFailed ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.reportFailed:(Ljava/net/URI;)V]
MulticastDiscoveryAgent.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
MulticastDiscoveryAgent.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.service:(Ljava/net/Socket;)V]
MulticastDiscoveryAgent.setDiscoveryListener ( org.apache.openejb.server.DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
MulticastDiscoveryAgent.setExponentialBackoff ( long exponentialBackoff ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setExponentialBackoff:(J)V]
MulticastDiscoveryAgent.setGroup ( String group ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setGroup:(Ljava/lang/String;)V]
MulticastDiscoveryAgent.setHeartRate ( long heartRate ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setHeartRate:(J)V]
MulticastDiscoveryAgent.setHost ( String host ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setHost:(Ljava/lang/String;)V]
MulticastDiscoveryAgent.setLoopbackMode ( boolean loopbackMode ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setLoopbackMode:(Z)V]
MulticastDiscoveryAgent.setMaxMissedHeartbeats ( int maxMissedHeartbeats ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setMaxMissedHeartbeats:(I)V]
MulticastDiscoveryAgent.setMaxReconnectAttempts ( int maxReconnectAttempts ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setMaxReconnectAttempts:(I)V]
MulticastDiscoveryAgent.setMaxReconnectDelay ( long maxReconnectDelay ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setMaxReconnectDelay:(J)V]
MulticastDiscoveryAgent.setReconnectDelay ( long reconnectDelay ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setReconnectDelay:(J)V]
MulticastDiscoveryAgent.setTimeToLive ( int timeToLive ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.setTimeToLive:(I)V]
MulticastDiscoveryAgent.start ( ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.start:()V]
MulticastDiscoveryAgent.stop ( ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.stop:()V]
MulticastDiscoveryAgent.unregisterService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.unregisterService:(Ljava/net/URI;)V]
openejb-multicast-3.1.jar, MulticastSearch.class
package org.apache.openejb.server.discovery
MulticastSearch.MulticastSearch ( )
[run-time name: org/apache/openejb/server/discovery/MulticastSearch."<init>":()V]
MulticastSearch.MulticastSearch ( String host, int port )
[run-time name: org/apache/openejb/server/discovery/MulticastSearch."<init>":(Ljava/lang/String;I)V]
MulticastSearch.search ( ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.search:()Ljava/net/URI;]
MulticastSearch.search ( int timeout, java.util.concurrent.TimeUnit milliseconds ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.search:(ILjava/util/concurrent/TimeUnit;)Ljava/net/URI;]
MulticastSearch.search ( MulticastSearch.Filter filter ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.search:(Lorg/apache/openejb/server/discovery/MulticastSearch$Filter;)Ljava/net/URI;]
MulticastSearch.search ( MulticastSearch.Filter filter, long timeout, java.util.concurrent.TimeUnit unit ) : java.net.URI
[run-time name: org/apache/openejb/server/discovery/MulticastSearch.search:(Lorg/apache/openejb/server/discovery/MulticastSearch$Filter;JLjava/util/concurrent/TimeUnit;)Ljava/net/URI;]
openejb-server-3.1.jar, DiscoveryAgent.class
package org.apache.openejb.server
DiscoveryAgent.registerService ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryAgent.registerService:(Ljava/net/URI;)V]
DiscoveryAgent.reportFailed ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryAgent.reportFailed:(Ljava/net/URI;)V]
DiscoveryAgent.setDiscoveryListener ( DiscoveryListener p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryAgent.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
DiscoveryAgent.unregisterService ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryAgent.unregisterService:(Ljava/net/URI;)V]
openejb-server-3.1.jar, DiscoveryListener.class
package org.apache.openejb.server
DiscoveryListener.serviceAdded ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryListener.serviceAdded:(Ljava/net/URI;)V]
DiscoveryListener.serviceRemoved ( java.net.URI p1 ) [abstract] : void
[run-time name: org/apache/openejb/server/DiscoveryListener.serviceRemoved:(Ljava/net/URI;)V]
openejb-server-3.1.jar, DiscoveryRegistry.class
package org.apache.openejb.server
DiscoveryRegistry.addDiscoveryAgent ( DiscoveryAgent agent ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.addDiscoveryAgent:(Lorg/apache/openejb/server/DiscoveryAgent;)V]
DiscoveryRegistry.addDiscoveryListener ( DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.addDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
DiscoveryRegistry.DiscoveryRegistry ( )
[run-time name: org/apache/openejb/server/DiscoveryRegistry."<init>":()V]
DiscoveryRegistry.DiscoveryRegistry ( DiscoveryAgent agent )
[run-time name: org/apache/openejb/server/DiscoveryRegistry."<init>":(Lorg/apache/openejb/server/DiscoveryAgent;)V]
DiscoveryRegistry.getServices ( ) : java.util.Set
[run-time name: org/apache/openejb/server/DiscoveryRegistry.getServices:()Ljava/util/Set;]
DiscoveryRegistry.registerService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.registerService:(Ljava/net/URI;)V]
DiscoveryRegistry.removeDiscoveryListener ( DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.removeDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
DiscoveryRegistry.reportFailed ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.reportFailed:(Ljava/net/URI;)V]
DiscoveryRegistry.serviceAdded ( java.net.URI service ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.serviceAdded:(Ljava/net/URI;)V]
DiscoveryRegistry.serviceRemoved ( java.net.URI service ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.serviceRemoved:(Ljava/net/URI;)V]
DiscoveryRegistry.setDiscoveryListener ( DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
DiscoveryRegistry.unregisterService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/DiscoveryRegistry.unregisterService:(Ljava/net/URI;)V]
openejb-server-3.1.jar, ServerServiceFilter.class
package org.apache.openejb.server
ServerServiceFilter.getIP ( ) : String
[run-time name: org/apache/openejb/server/ServerServiceFilter.getIP:()Ljava/lang/String;]
ServerServiceFilter.getName ( ) : String
[run-time name: org/apache/openejb/server/ServerServiceFilter.getName:()Ljava/lang/String;]
ServerServiceFilter.getPort ( ) : int
[run-time name: org/apache/openejb/server/ServerServiceFilter.getPort:()I]
ServerServiceFilter.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/ServerServiceFilter.init:(Ljava/util/Properties;)V]
ServerServiceFilter.ServerServiceFilter ( ServerService service )
[run-time name: org/apache/openejb/server/ServerServiceFilter."<init>":(Lorg/apache/openejb/server/ServerService;)V]
ServerServiceFilter.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/ServerServiceFilter.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
ServerServiceFilter.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/ServerServiceFilter.service:(Ljava/net/Socket;)V]
ServerServiceFilter.start ( ) : void
[run-time name: org/apache/openejb/server/ServerServiceFilter.start:()V]
ServerServiceFilter.stop ( ) : void
[run-time name: org/apache/openejb/server/ServerServiceFilter.stop:()V]
openejb-server-3.1.jar, ServiceManager.class
package org.apache.openejb.server
ServiceManager.get ( ) [static] : ServiceManager
[run-time name: org/apache/openejb/server/ServiceManager.get:()Lorg/apache/openejb/server/ServiceManager;]
openejb-server-3.1.jar, ServicePool.class
package org.apache.openejb.server
ServicePool.getThreadPool ( ) : java.util.concurrent.ThreadPoolExecutor
[run-time name: org/apache/openejb/server/ServicePool.getThreadPool:()Ljava/util/concurrent/ThreadPoolExecutor;]
ServicePool.ServicePool ( ServerService next, String name, int threads )
[run-time name: org/apache/openejb/server/ServicePool."<init>":(Lorg/apache/openejb/server/ServerService;Ljava/lang/String;I)V]
to the top
Removed Methods (304)
openejb-client-3.0.jar, ConnectionFactory.class
package org.apache.openejb.client
ConnectionFactory.init ( java.util.Properties p1 ) [abstract] : void
[run-time name: org/apache/openejb/client/ConnectionFactory.init:(Ljava/util/Properties;)V]
openejb-client-3.0.jar, ConnectionFactoryStrategy.class
package org.apache.openejb.client
ConnectionFactoryStrategy.connect ( java.net.URI[ ] p1, Request p2 ) [abstract] : Connection
[run-time name: org/apache/openejb/client/ConnectionFactoryStrategy.connect:([Ljava/net/URI;Lorg/apache/openejb/client/Request;)Lorg/apache/openejb/client/Connection;]
openejb-client-3.0.jar, ConnectionManager.class
package org.apache.openejb.client
ConnectionManager.getContextClassLoader ( ) [static] : ClassLoader
[run-time name: org/apache/openejb/client/ConnectionManager.getContextClassLoader:()Ljava/lang/ClassLoader;]
ConnectionManager.getFactory ( ) [static] : ConnectionFactory
[run-time name: org/apache/openejb/client/ConnectionManager.getFactory:()Lorg/apache/openejb/client/ConnectionFactory;]
ConnectionManager.getFactoryName ( ) [static] : String
[run-time name: org/apache/openejb/client/ConnectionManager.getFactoryName:()Ljava/lang/String;]
ConnectionManager.setFactory ( String factoryName ) [static] : void
[run-time name: org/apache/openejb/client/ConnectionManager.setFactory:(Ljava/lang/String;)V]
openejb-client-3.0.jar, HttpConnectionFactory.class
package org.apache.openejb.client
HttpConnectionFactory.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/client/HttpConnectionFactory.init:(Ljava/util/Properties;)V]
openejb-client-3.0.jar, ServerMetaData.class
package org.apache.openejb.client
ServerMetaData.connect ( Request request ) : Connection
[run-time name: org/apache/openejb/client/ServerMetaData.connect:(Lorg/apache/openejb/client/Request;)Lorg/apache/openejb/client/Connection;]
ServerMetaData.getConnectionFactoryStrategy ( ) : ConnectionFactoryStrategy
[run-time name: org/apache/openejb/client/ServerMetaData.getConnectionFactoryStrategy:()Lorg/apache/openejb/client/ConnectionFactoryStrategy;]
openejb-client-3.0.jar, SocketConnectionFactory.class
package org.apache.openejb.client
SocketConnectionFactory.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/client/SocketConnectionFactory.init:(Ljava/util/Properties;)V]
openejb-client-3.0.jar, StickToLastServerConnectionFactoryStrategy.class
package org.apache.openejb.client
StickToLastServerConnectionFactoryStrategy.connect ( java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/StickToLastServerConnectionFactoryStrategy.connect:(Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
StickToLastServerConnectionFactoryStrategy.connect ( java.net.URI[ ] locations, Request request ) : Connection
[run-time name: org/apache/openejb/client/StickToLastServerConnectionFactoryStrategy.connect:([Ljava/net/URI;Lorg/apache/openejb/client/Request;)Lorg/apache/openejb/client/Connection;]
StickToLastServerConnectionFactoryStrategy.StickToLastServerConnectionFactoryStrategy ( )
[run-time name: org/apache/openejb/client/StickToLastServerConnectionFactoryStrategy."<init>":()V]
openejb-core-3.0.jar, ActivatePassivateEntityState.class
package org.apache.openejb.core.entity
EntityContext.ActivatePassivateEntityState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
EntityContext.ActivatePassivateEntityState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ActivatePassivateEntityState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, AfterCompletion.class
package org.apache.openejb.core.stateful
StatefulContext.AfterCompletion.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
StatefulContext.AfterCompletion.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, BaseContext.class
package org.apache.openejb.core
BaseContext.BaseContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/BaseContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
BaseContext.BaseContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/BaseContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, BaseSessionContext.class
package org.apache.openejb.core
BaseSessionContext.BaseSessionContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/BaseSessionContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
BaseSessionContext.BaseSessionContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/BaseSessionContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, BeanEntry.class
package org.apache.openejb.core.stateful
BeanEntry.BeanEntry ( Object beanInstance, Object primKey, long timeOut )
[run-time name: org/apache/openejb/core/stateful/BeanEntry."<init>":(Ljava/lang/Object;Ljava/lang/Object;J)V]
BeanEntry.BeanEntry ( BeanEntry prototype )
[run-time name: org/apache/openejb/core/stateful/BeanEntry."<init>":(Lorg/apache/openejb/core/stateful/BeanEntry;)V]
BeanEntry.getBean ( ) : Object
[run-time name: org/apache/openejb/core/stateful/BeanEntry.getBean:()Ljava/lang/Object;]
BeanEntry.getEntityManagers ( org.apache.openejb.util.Index factories ) : java.util.Map
[run-time name: org/apache/openejb/core/stateful/BeanEntry.getEntityManagers:(Lorg/apache/openejb/util/Index;)Ljava/util/Map;]
BeanEntry.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/stateful/BeanEntry.getPrimaryKey:()Ljava/lang/Object;]
BeanEntry.isTimedOut ( ) : boolean
[run-time name: org/apache/openejb/core/stateful/BeanEntry.isTimedOut:()Z]
BeanEntry.resetTimeOut ( ) : void
[run-time name: org/apache/openejb/core/stateful/BeanEntry.resetTimeOut:()V]
BeanEntry.setEntityManagers ( org.apache.openejb.util.Index entityManagers ) : void
[run-time name: org/apache/openejb/core/stateful/BeanEntry.setEntityManagers:(Lorg/apache/openejb/util/Index;)V]
openejb-core-3.0.jar, CheckClasses.class
package org.apache.openejb.config.rules
CheckClasses.check_hasEjbClass ( org.apache.openejb.jee.EnterpriseBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasEjbClass:(Lorg/apache/openejb/jee/EnterpriseBean;)V]
CheckClasses.check_hasHomeClass ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasHomeClass:(Lorg/apache/openejb/jee/RemoteBean;)V]
CheckClasses.check_hasRemoteClass ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasRemoteClass:(Lorg/apache/openejb/jee/RemoteBean;)V]
CheckClasses.check_isHomeInterface ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_isHomeInterface:(Lorg/apache/openejb/jee/RemoteBean;)V]
CheckClasses.check_isRemoteInterface ( org.apache.openejb.jee.RemoteBean b ) : void
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_isRemoteInterface:(Lorg/apache/openejb/jee/RemoteBean;)V]
openejb-core-3.0.jar, CheckMethods.class
package org.apache.openejb.config.rules
CheckMethods.check_unusedCreateMethods ( org.apache.openejb.jee.RemoteBean b, Class bean, Class home ) : boolean
[run-time name: org/apache/openejb/config/rules/CheckMethods.check_unusedCreateMethods:(Lorg/apache/openejb/jee/RemoteBean;Ljava/lang/Class;Ljava/lang/Class;)Z]
openejb-core-3.0.jar, CmpContainer.class
package org.apache.openejb.core.cmp
CmpContainer.discardInstance ( Object bean, org.apache.openejb.core.ThreadContext threadContext ) : void
[run-time name: org/apache/openejb/core/cmp/CmpContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
openejb-core-3.0.jar, CmpField.class
package org.apache.openejb.core.cmp.cmp2
CmpField.CmpField ( String name, org.objectweb.asm.Type type )
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField."<init>":(Ljava/lang/String;Lorg/objectweb/asm/Type;)V]
CmpField.getType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmpField.getType:()Lorg/objectweb/asm/Type;]
openejb-core-3.0.jar, CmpJpaConversion.class
package org.apache.openejb.config
CmpJpaConversion.generateEntityMappings ( EjbModule ejbModule ) : org.apache.openejb.jee.jpa.EntityMappings
[run-time name: org/apache/openejb/config/CmpJpaConversion.generateEntityMappings:(Lorg/apache/openejb/config/EjbModule;)Lorg/apache/openejb/jee/jpa/EntityMappings;]
CmpJpaConversion.generateEntityMappings ( EjbModule ejbModule, org.apache.openejb.jee.jpa.EntityMappings entityMappings ) : void
[run-time name: org/apache/openejb/config/CmpJpaConversion.generateEntityMappings:(Lorg/apache/openejb/config/EjbModule;Lorg/apache/openejb/jee/jpa/EntityMappings;)V]
openejb-core-3.0.jar, CmrField.class
package org.apache.openejb.core.cmp.cmp2
CmrField.getInitialValueType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getInitialValueType:()Lorg/objectweb/asm/Type;]
CmrField.getProxyType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getProxyType:()Lorg/objectweb/asm/Type;]
CmrField.getType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrField.getType:()Lorg/objectweb/asm/Type;]
openejb-core-3.0.jar, CmrStyle.class
package org.apache.openejb.core.cmp.cmp2
CmrStyle.getAccessorType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getAccessorType:()Lorg/objectweb/asm/Type;]
CmrStyle.getCmrFieldDescriptor ( org.objectweb.asm.Type relatedType ) : String
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCmrFieldDescriptor:(Lorg/objectweb/asm/Type;)Ljava/lang/String;]
CmrStyle.getCollectionType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getCollectionType:()Lorg/objectweb/asm/Type;]
CmrStyle.getIntiCollectionType ( ) : org.objectweb.asm.Type
[run-time name: org/apache/openejb/core/cmp/cmp2/CmrStyle.getIntiCollectionType:()Lorg/objectweb/asm/Type;]
openejb-core-3.0.jar, ContextEntityState.class
package org.apache.openejb.core.entity
EntityContext.ContextEntityState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
EntityContext.ContextEntityState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/entity/EntityContext.ContextEntityState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, CoreContext.class
package org.apache.openejb.core
CoreContext.checkBeanState ( byte p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/CoreContext.checkBeanState:(B)V]
CoreContext.CoreContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/CoreContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
CoreContext.CoreContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/CoreContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
CoreContext.getBusinessObject ( Class interfce ) : Object
[run-time name: org/apache/openejb/core/CoreContext.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
CoreContext.getCallerIdentity ( ) : java.security.Identity
[run-time name: org/apache/openejb/core/CoreContext.getCallerIdentity:()Ljava/security/Identity;]
CoreContext.getCallerPrincipal ( ) : java.security.Principal
[run-time name: org/apache/openejb/core/CoreContext.getCallerPrincipal:()Ljava/security/Principal;]
CoreContext.getEJBHome ( ) : javax.ejb.EJBHome
[run-time name: org/apache/openejb/core/CoreContext.getEJBHome:()Ljavax/ejb/EJBHome;]
CoreContext.getEJBLocalHome ( ) : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/core/CoreContext.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
CoreContext.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/CoreContext.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
CoreContext.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/CoreContext.getEJBObject:()Ljavax/ejb/EJBObject;]
CoreContext.getEnvironment ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/CoreContext.getEnvironment:()Ljava/util/Properties;]
CoreContext.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/CoreContext.getPrimaryKey:()Ljava/lang/Object;]
CoreContext.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/CoreContext.getRollbackOnly:()Z]
CoreContext.getTimerService ( ) : javax.ejb.TimerService
[run-time name: org/apache/openejb/core/CoreContext.getTimerService:()Ljavax/ejb/TimerService;]
CoreContext.getUserTransaction ( ) : javax.transaction.UserTransaction
[run-time name: org/apache/openejb/core/CoreContext.getUserTransaction:()Ljavax/transaction/UserTransaction;]
CoreContext.isCallerInRole ( java.security.Identity role ) : boolean
[run-time name: org/apache/openejb/core/CoreContext.isCallerInRole:(Ljava/security/Identity;)Z]
CoreContext.isCallerInRole ( String roleName ) : boolean
[run-time name: org/apache/openejb/core/CoreContext.isCallerInRole:(Ljava/lang/String;)Z]
CoreContext.lookup ( String name ) : Object
[run-time name: org/apache/openejb/core/CoreContext.lookup:(Ljava/lang/String;)Ljava/lang/Object;]
CoreContext.newEjbObjectHandler ( org.apache.openejb.RpcContainer p1, Object p2, Object p3, org.apache.openejb.InterfaceType p4 ) [abstract] : ivm.EjbObjectProxyHandler
[run-time name: org/apache/openejb/core/CoreContext.newEjbObjectHandler:(Lorg/apache/openejb/RpcContainer;Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
CoreContext.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/CoreContext.setRollbackOnly:()V]
openejb-core-3.0.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.getTransactionAttribute ( reflect.Method method ) : byte
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionAttribute:(Ljava/lang/reflect/Method;)B]
CoreDeploymentInfo.getTransactionPolicy ( reflect.Method method ) : transaction.TransactionPolicy
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getTransactionPolicy:(Ljava/lang/reflect/Method;)Lorg/apache/openejb/core/transaction/TransactionPolicy;]
openejb-core-3.0.jar, DataSourceFactory.class
package org.apache.openejb.resource.jdbc
DataSourceFactory.create ( boolean managed, boolean txRecovery ) [static] : javax.sql.DataSource
[run-time name: org/apache/openejb/resource/jdbc/DataSourceFactory.create:(ZZ)Ljavax/sql/DataSource;]
openejb-core-3.0.jar, DeploymentInfo.class
package org.apache.openejb
DeploymentInfo.getTransactionAttribute ( reflect.Method p1 ) [abstract] : byte
[run-time name: org/apache/openejb/DeploymentInfo.getTransactionAttribute:(Ljava/lang/reflect/Method;)B]
openejb-core-3.0.jar, DeploymentsResolver.class
package org.apache.openejb.config
DeploymentsResolver.resolveAppLocations ( java.util.List deployments ) [static] : java.util.List
[run-time name: org/apache/openejb/config/DeploymentsResolver.resolveAppLocations:(Ljava/util/List;)Ljava/util/List;]
openejb-core-3.0.jar, EjbJarBuilder.class
package org.apache.openejb.assembler.classic
EjbJarBuilder.deploy ( java.util.HashMap deployments ) : void
[run-time name: org/apache/openejb/assembler/classic/EjbJarBuilder.deploy:(Ljava/util/HashMap;)V]
openejb-core-3.0.jar, EjbSelect.class
package org.apache.openejb.core.cmp.cmp2
EjbSelect.execute ( Object di, String methodSignature, String returnType, Object[ ] args ) [static] : Object
[run-time name: org/apache/openejb/core/cmp/cmp2/EjbSelect.execute:(Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.0.jar, EndpointFactory.class
package org.apache.openejb.core.mdb
EndpointFactory.EndpointFactory ( javax.resource.spi.ActivationSpec activationSpec, MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, MdbInstanceFactory instanceFactory, boolean txRecovery )
[run-time name: org/apache/openejb/core/mdb/EndpointFactory."<init>":(Ljavax/resource/spi/ActivationSpec;Lorg/apache/openejb/core/mdb/MdbContainer;Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/core/mdb/MdbInstanceFactory;Z)V]
openejb-core-3.0.jar, EntityContainer.class
package org.apache.openejb.core.entity
EntityContainer.discardInstance ( Object bean, org.apache.openejb.core.ThreadContext threadContext ) : void
[run-time name: org/apache/openejb/core/entity/EntityContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
EntityContainer.EntityContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, int poolSize )
[run-time name: org/apache/openejb/core/entity/EntityContainer."<init>":(Ljava/lang/Object;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.0.jar, EntityContext.class
package org.apache.openejb.core.entity
EntityContext.EntityContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/entity/EntityContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
EntityContext.EntityContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/entity/EntityContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, EntityInstanceManager.class
package org.apache.openejb.core.entity
EntityInstanceManager.EntityInstanceManager ( EntityContainer container, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, int poolSize )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager."<init>":(Lorg/apache/openejb/core/entity/EntityContainer;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.0.jar, GeronimoTransactionManagerFactory.class
package org.apache.openejb.resource
GeronimoTransactionManagerFactory.create ( int defaultTransactionTimeoutSeconds, byte[ ] tmId, String bufferClassName, int bufferSizeKb, boolean checksumEnabled, boolean adler32Checksum, int flushSleepTimeMilliseconds, String logFileDir, String logFileExt, String logFileName, int maxBlocksPerFile, int maxBuffers, int maxLogFiles, int minBuffers, int threadsWaitingForceThreshold ) [static] : org.apache.geronimo.transaction.manager.GeronimoTransactionManager
[run-time name: org/apache/openejb/resource/GeronimoTransactionManagerFactory.create:(I[BLjava/lang/String;IZZILjava/lang/String;Ljava/lang/String;Ljava/lang/String;IIIII)Lorg/apache/geronimo/transaction/manager/GeronimoTransactionManager;]
openejb-core-3.0.jar, InjectionMdbState.class
package org.apache.openejb.core.mdb
MdbContext.InjectionMdbState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
MdbContext.InjectionMdbState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.InjectionMdbState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, InjectionSessionState.class
package org.apache.openejb.core
BaseSessionContext.InjectionSessionState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
BaseSessionContext.InjectionSessionState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.InjectionSessionState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, Instance.class
package org.apache.openejb.core.stateful
StatefulInstanceManager.Instance.StatefulInstanceManager.Instance ( Object bean, java.util.Map interceptors )
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.Instance."<init>":(Ljava/lang/Object;Ljava/util/Map;)V]
StatefulInstanceManager.Instance.writeReplace ( ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.Instance.writeReplace:()Ljava/lang/Object;]
openejb-core-3.0.jar, InvalidatedReferenceHandler.class
package org.apache.openejb.util.proxy
InvalidatedReferenceHandler.InvalidatedReferenceHandler ( )
[run-time name: org/apache/openejb/util/proxy/InvalidatedReferenceHandler."<init>":()V]
InvalidatedReferenceHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/util/proxy/InvalidatedReferenceHandler.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.0.jar, InvocationHandler.class
package org.apache.openejb.util.proxy
InvocationHandler.invoke ( Object p1, reflect.Method p2, Object[ ] p3 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/InvocationHandler.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.0.jar, javaURLContextFactory.class
package org.apache.openejb.core.ivm.naming.java
javaURLContextFactory.getInitialContext ( java.util.Hashtable env ) : javax.naming.Context
[run-time name: org/apache/openejb/core/ivm/naming/java/javaURLContextFactory.getInitialContext:(Ljava/util/Hashtable;)Ljavax/naming/Context;]
javaURLContextFactory.getObjectInstance ( Object obj, java.util.Hashtable env ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/java/javaURLContextFactory.getObjectInstance:(Ljava/lang/Object;Ljava/util/Hashtable;)Ljava/lang/Object;]
openejb-core-3.0.jar, Jdk13InvocationHandler.class
package org.apache.openejb.util.proxy
Jdk13InvocationHandler.getInvocationHandler ( ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Jdk13InvocationHandler.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
Jdk13InvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13InvocationHandler.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
Jdk13InvocationHandler.Jdk13InvocationHandler ( )
[run-time name: org/apache/openejb/util/proxy/Jdk13InvocationHandler."<init>":()V]
Jdk13InvocationHandler.Jdk13InvocationHandler ( InvocationHandler delegate )
[run-time name: org/apache/openejb/util/proxy/Jdk13InvocationHandler."<init>":(Lorg/apache/openejb/util/proxy/InvocationHandler;)V]
Jdk13InvocationHandler.setInvocationHandler ( InvocationHandler handler ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Jdk13InvocationHandler.setInvocationHandler:(Lorg/apache/openejb/util/proxy/InvocationHandler;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-3.0.jar, Jdk13ProxyFactory.class
package org.apache.openejb.util.proxy
Jdk13ProxyFactory.newProxyInstance ( Class proxyClass ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.newProxyInstance:(Ljava/lang/Class;)Ljava/lang/Object;]
Jdk13ProxyFactory.setInvocationHandler ( Object proxy, InvocationHandler handler ) : Object
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.setInvocationHandler:(Ljava/lang/Object;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
Jdk13ProxyFactory.start ( ) : void
[run-time name: org/apache/openejb/util/proxy/Jdk13ProxyFactory.start:()V]
openejb-core-3.0.jar, JpaCmpEngine.class
package org.apache.openejb.core.cmp.jpa
JpaCmpEngine.JpaCmpEngine ( org.apache.openejb.core.cmp.CmpCallback cmpCallback, javax.transaction.TransactionManager transactionManager, javax.transaction.TransactionSynchronizationRegistry synchronizationRegistry )
[run-time name: org/apache/openejb/core/cmp/jpa/JpaCmpEngine."<init>":(Lorg/apache/openejb/core/cmp/CmpCallback;Ljavax/transaction/TransactionManager;Ljavax/transaction/TransactionSynchronizationRegistry;)V]
openejb-core-3.0.jar, Key.class
package org.apache.openejb.core.entity
EntityInstanceManager.Key.EntityInstanceManager.Key ( javax.transaction.Transaction tx, Object depID, Object prKey )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.Key."<init>":(Ljavax/transaction/Transaction;Ljava/lang/Object;Ljava/lang/Object;)V]
EntityInstanceManager.Key.getPK ( ) : Object
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.Key.getPK:()Ljava/lang/Object;]
openejb-core-3.0.jar, LifecycleMdbState.class
package org.apache.openejb.core.mdb
MdbContext.LifecycleMdbState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
MdbContext.LifecycleMdbState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContext.LifecycleMdbState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, LifecycleSessionState.class
package org.apache.openejb.core
BaseSessionContext.LifecycleSessionState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
BaseSessionContext.LifecycleSessionState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, LifecycleStatefulSessionState.class
package org.apache.openejb.core.stateful
StatefulContext.LifecycleStatefulSessionState.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
StatefulContext.LifecycleStatefulSessionState.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, MakeTxLookup.class
package org.apache.openejb.util
MakeTxLookup.dump ( ) [static] : byte[ ]
[run-time name: org/apache/openejb/util/MakeTxLookup.dump:()[B]
openejb-core-3.0.jar, ManagedDataSourceWithRecovery.class
package org.apache.openejb.resource.jdbc
ManagedDataSourceWithRecovery.ManagedDataSourceWithRecovery ( )
[run-time name: org/apache/openejb/resource/jdbc/ManagedDataSourceWithRecovery."<init>":()V]
openejb-core-3.0.jar, MdbContainer.class
package org.apache.openejb.core.mdb
MdbContainer.discardInstance ( Object instance, org.apache.openejb.core.ThreadContext context ) : void
[run-time name: org/apache/openejb/core/mdb/MdbContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
MdbContainer.MdbContainer ( Object containerID, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.resource.spi.ResourceAdapter resourceAdapter, Class messageListenerInterface, Class activationSpecClass, int instanceLimit, boolean txRecovery )
[run-time name: org/apache/openejb/core/mdb/MdbContainer."<init>":(Ljava/lang/Object;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/resource/spi/ResourceAdapter;Ljava/lang/Class;Ljava/lang/Class;IZ)V]
openejb-core-3.0.jar, MdbContext.class
package org.apache.openejb.core.mdb
MdbContext.MdbContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/mdb/MdbContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
MdbContext.MdbContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/mdb/MdbContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, MdbInstanceFactory.class
package org.apache.openejb.core.mdb
MdbInstanceFactory.MdbInstanceFactory ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, int instanceLimit )
[run-time name: org/apache/openejb/core/mdb/MdbInstanceFactory."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;I)V]
openejb-core-3.0.jar, MessageDrivenBeanManagedTxPolicy.class
package org.apache.openejb.core.mdb
MessageDrivenBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/mdb/MessageDrivenBeanManagedTxPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
MessageDrivenBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/mdb/MessageDrivenBeanManagedTxPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
MessageDrivenBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/mdb/MessageDrivenBeanManagedTxPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
MessageDrivenBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/mdb/MessageDrivenBeanManagedTxPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
MessageDrivenBeanManagedTxPolicy.MessageDrivenBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )
[run-time name: org/apache/openejb/core/mdb/MessageDrivenBeanManagedTxPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, PassivationStrategy.class
package org.apache.openejb.core.stateful
PassivationStrategy.passivate ( java.util.Hashtable p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/stateful/PassivationStrategy.passivate:(Ljava/util/Hashtable;)V]
openejb-core-3.0.jar, ProcessAnnotatedBeans.class
package org.apache.openejb.config
AnnotationDeployer.ProcessAnnotatedBeans.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/config/AnnotationDeployer.ProcessAnnotatedBeans.main:([Ljava/lang/String;)V]
openejb-core-3.0.jar, Proxy.class
package org.apache.openejb.util.proxy
Proxy._proxyError. ( org.apache.openejb.ApplicationException ae ) : java.rmi.RemoteException
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyError.:(Lorg/apache/openejb/ApplicationException;)Ljava/rmi/RemoteException;]
Proxy._proxyError. ( Throwable throwable ) : java.rmi.RemoteException
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyError.:(Ljava/lang/Throwable;)Ljava/rmi/RemoteException;]
Proxy._proxyMethod.lookupMethod ( Class interfce, reflect.Method[ ] methodMap, int index, String methodName, Class[ ] argTypes ) : reflect.Method
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.lookupMethod:(Ljava/lang/Class;[Ljava/lang/reflect/Method;ILjava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;]
Proxy._proxyMethod.lookupMethod ( int p1, String p2, Class[ ] p3 ) [abstract] : reflect.Method
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.lookupMethod:(ILjava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;]
Proxy._proxyMethod.throws_AppException.returns_boolean ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : boolean
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_boolean:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Z]
Proxy._proxyMethod.throws_AppException.returns_byte ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : byte
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_byte:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)B]
Proxy._proxyMethod.throws_AppException.returns_char ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : char
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_char:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)C]
Proxy._proxyMethod.throws_AppException.returns_double ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : double
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_double:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)D]
Proxy._proxyMethod.throws_AppException.returns_float ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : float
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_float:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)F]
Proxy._proxyMethod.throws_AppException.returns_int ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : int
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_int:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)I]
Proxy._proxyMethod.throws_AppException.returns_long ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : long
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_long:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)J]
Proxy._proxyMethod.throws_AppException.returns_Object ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : Object
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_Object:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;]
Proxy._proxyMethod.throws_AppException.returns_short ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : short
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_short:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)S]
Proxy._proxyMethod.throws_AppException.returns_void ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : void
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_AppException.returns_void:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)V]
Proxy._proxyMethod.throws_default.returns_boolean ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : boolean
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_boolean:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Z]
Proxy._proxyMethod.throws_default.returns_byte ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : byte
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_byte:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)B]
Proxy._proxyMethod.throws_default.returns_char ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : char
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_char:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)C]
Proxy._proxyMethod.throws_default.returns_double ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : double
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_double:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)D]
Proxy._proxyMethod.throws_default.returns_float ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : float
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_float:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)F]
Proxy._proxyMethod.throws_default.returns_int ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : int
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_int:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)I]
Proxy._proxyMethod.throws_default.returns_long ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : long
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_long:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)J]
Proxy._proxyMethod.throws_default.returns_Object ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : Object
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_Object:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;]
Proxy._proxyMethod.throws_default.returns_short ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : short
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_short:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)S]
Proxy._proxyMethod.throws_default.returns_void ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args ) : void
[run-time name: org/apache/openejb/util/proxy/Proxy._proxyMethod.throws_default.returns_void:(ILjava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)V]
Proxy.getInvocationHandler ( ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Proxy.getInvocationHandler:()Lorg/apache/openejb/util/proxy/InvocationHandler;]
Proxy.Proxy ( )
[run-time name: org/apache/openejb/util/proxy/Proxy."<init>":()V]
Proxy.setInvocationHandler ( InvocationHandler newHandler ) : InvocationHandler
[run-time name: org/apache/openejb/util/proxy/Proxy.setInvocationHandler:(Lorg/apache/openejb/util/proxy/InvocationHandler;)Lorg/apache/openejb/util/proxy/InvocationHandler;]
openejb-core-3.0.jar, ProxyFactory.class
package org.apache.openejb.util.proxy
ProxyFactory.newProxyInstance ( Class p1 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.newProxyInstance:(Ljava/lang/Class;)Ljava/lang/Object;]
ProxyFactory.setInvocationHandler ( Object p1, InvocationHandler p2 ) [abstract] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyFactory.setInvocationHandler:(Ljava/lang/Object;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
openejb-core-3.0.jar, ProxyManager.class
package org.apache.openejb.util.proxy
ProxyManager.newProxyInstance ( Class proxyClass ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.newProxyInstance:(Ljava/lang/Class;)Ljava/lang/Object;]
ProxyManager.setInvocationHandler ( Object proxy, InvocationHandler handler ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/ProxyManager.setInvocationHandler:(Ljava/lang/Object;Lorg/apache/openejb/util/proxy/InvocationHandler;)Ljava/lang/Object;]
openejb-core-3.0.jar, RAFPassivater.class
package org.apache.openejb.core.stateful
RAFPassivater.passivate ( java.util.Hashtable stateTable ) : void
[run-time name: org/apache/openejb/core/stateful/RAFPassivater.passivate:(Ljava/util/Hashtable;)V]
openejb-core-3.0.jar, RpcContainerWrapper.class
package org.apache.openejb.core
RpcContainerWrapper.discardInstance ( Object instance, ThreadContext context ) : void
[run-time name: org/apache/openejb/core/RpcContainerWrapper.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
openejb-core-3.0.jar, SessionSynchronizationCoordinator.class
package org.apache.openejb.core.stateful
SessionSynchronizationCoordinator.afterCompletion ( int status ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.afterCompletion:(I)V]
SessionSynchronizationCoordinator.beforeCompletion ( ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.beforeCompletion:()V]
SessionSynchronizationCoordinator.discardInstance ( StatefulInstanceManager instanceManager, org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.discardInstance:(Lorg/apache/openejb/core/stateful/StatefulInstanceManager;Lorg/apache/openejb/core/ThreadContext;)V]
SessionSynchronizationCoordinator.getTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.getTransactionManager:()Ljavax/transaction/TransactionManager;]
SessionSynchronizationCoordinator.getTransactionStatus ( ) : int
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.getTransactionStatus:()I]
SessionSynchronizationCoordinator.markTxRollbackOnly ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.markTxRollbackOnly:(Ljavax/transaction/Transaction;)V]
SessionSynchronizationCoordinator.registerSessionSynchronization ( StatefulInstanceManager.Instance instance, org.apache.openejb.core.transaction.TransactionContext context ) [static] : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.registerSessionSynchronization:(Lorg/apache/openejb/core/stateful/StatefulInstanceManager$Instance;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
SessionSynchronizationCoordinator.throwExceptionToServer ( Throwable sysException ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationCoordinator.throwExceptionToServer:(Ljava/lang/Throwable;)V]
openejb-core-3.0.jar, SessionSynchronizationTxPolicy.class
package org.apache.openejb.core.stateful
SessionSynchronizationTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationTxPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
SessionSynchronizationTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationTxPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
SessionSynchronizationTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationTxPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
SessionSynchronizationTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationTxPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
SessionSynchronizationTxPolicy.SessionSynchronizationTxPolicy ( org.apache.openejb.core.transaction.TransactionPolicy policy )
[run-time name: org/apache/openejb/core/stateful/SessionSynchronizationTxPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-3.0.jar, SimplePassivater.class
package org.apache.openejb.core.stateful
SimplePassivater.passivate ( java.util.Hashtable hash ) : void
[run-time name: org/apache/openejb/core/stateful/SimplePassivater.passivate:(Ljava/util/Hashtable;)V]
openejb-core-3.0.jar, State.class
package org.apache.openejb.core
BaseContext.State.getRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : boolean
[run-time name: org/apache/openejb/core/BaseContext.State.getRollbackOnly:(Ljavax/transaction/TransactionManager;)Z]
BaseContext.State.setRollbackOnly ( javax.transaction.TransactionManager transactionManager ) : void
[run-time name: org/apache/openejb/core/BaseContext.State.setRollbackOnly:(Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, StatefulBeanManagedTxPolicy.class
package org.apache.openejb.core.stateful
StatefulBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulBeanManagedTxPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulBeanManagedTxPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulBeanManagedTxPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulBeanManagedTxPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulBeanManagedTxPolicy.StatefulBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )
[run-time name: org/apache/openejb/core/stateful/StatefulBeanManagedTxPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, StatefulContainer.class
package org.apache.openejb.core.stateful
StatefulContainer._invoke ( reflect.Method callMethod, org.apache.openejb.core.interceptor.InterceptorStack interceptorStack, Object[ ] args, Object bean, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContainer._invoke:(Ljava/lang/reflect/Method;Lorg/apache/openejb/core/interceptor/InterceptorStack;[Ljava/lang/Object;Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
StatefulContainer.discardInstance ( Object bean, org.apache.openejb.core.ThreadContext threadContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
StatefulContainer.getInstanceManager ( ) : StatefulInstanceManager
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.getInstanceManager:()Lorg/apache/openejb/core/stateful/StatefulInstanceManager;]
StatefulContainer.newStatefulInstanceManager ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, Class passivator, int timeOut, int poolSize, int bulkPassivate ) : StatefulInstanceManager
[run-time name: org/apache/openejb/core/stateful/StatefulContainer.newStatefulInstanceManager:(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljava/lang/Class;III)Lorg/apache/openejb/core/stateful/StatefulInstanceManager;]
StatefulContainer.StatefulContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, Class passivator, int timeOut, int poolSize, int bulkPassivate )
[run-time name: org/apache/openejb/core/stateful/StatefulContainer."<init>":(Ljava/lang/Object;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljava/lang/Class;III)V]
openejb-core-3.0.jar, StatefulContainerManagedTxPolicy.class
package org.apache.openejb.core.stateful
StatefulContainerManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulContainerManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulContainerManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulContainerManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatefulContainerManagedTxPolicy.policyToString ( ) : String
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy.policyToString:()Ljava/lang/String;]
StatefulContainerManagedTxPolicy.StatefulContainerManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionPolicy policy )
[run-time name: org/apache/openejb/core/stateful/StatefulContainerManagedTxPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionPolicy;)V]
openejb-core-3.0.jar, StatefulContext.class
package org.apache.openejb.core.stateful
StatefulContext.StatefulContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/stateful/StatefulContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
StatefulContext.StatefulContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/stateful/StatefulContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, StatefulInstanceManager.class
package org.apache.openejb.core.stateful
StatefulInstanceManager.activate ( Object primaryKey ) : BeanEntry
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.activate:(Ljava/lang/Object;)Lorg/apache/openejb/core/stateful/BeanEntry;]
StatefulInstanceManager.activateInstance ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.activateInstance:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/stateful/BeanEntry;)Ljava/lang/Object;]
StatefulInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, org.apache.openejb.util.Index index ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;Lorg/apache/openejb/util/Index;)V]
StatefulInstanceManager.destroy ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry, Exception t ) : org.apache.openejb.InvalidateReferenceException
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.destroy:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/stateful/BeanEntry;Ljava/lang/Exception;)Lorg/apache/openejb/InvalidateReferenceException;]
StatefulInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext threadContext ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.freeInstance:(Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
StatefulInstanceManager.getBeanEntry ( org.apache.openejb.core.ThreadContext callContext ) : BeanEntry
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.getBeanEntry:(Lorg/apache/openejb/core/ThreadContext;)Lorg/apache/openejb/core/stateful/BeanEntry;]
StatefulInstanceManager.getBeanIndex ( org.apache.openejb.core.ThreadContext threadContext ) : java.util.Hashtable
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.getBeanIndex:(Lorg/apache/openejb/core/ThreadContext;)Ljava/util/Hashtable;]
StatefulInstanceManager.getBeanTransaction ( org.apache.openejb.core.ThreadContext callContext ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.getBeanTransaction:(Lorg/apache/openejb/core/ThreadContext;)Ljavax/transaction/Transaction;]
StatefulInstanceManager.getEntityManagers ( org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.util.Index factories ) : java.util.Map
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.getEntityManagers:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/util/Index;)Ljava/util/Map;]
StatefulInstanceManager.handleCallbackException ( Throwable e, Object instance, org.apache.openejb.core.ThreadContext callContext, String callBack ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.handleCallbackException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;Ljava/lang/String;)V]
StatefulInstanceManager.handleTimeout ( BeanEntry entry, org.apache.openejb.core.ThreadContext threadContext ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.handleTimeout:(Lorg/apache/openejb/core/stateful/BeanEntry;Lorg/apache/openejb/core/ThreadContext;)V]
StatefulInstanceManager.markTxRollbackOnly ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.markTxRollbackOnly:(Ljavax/transaction/Transaction;)V]
StatefulInstanceManager.newBeanEntry ( Object primaryKey, Object bean ) : BeanEntry
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.newBeanEntry:(Ljava/lang/Object;Ljava/lang/Object;)Lorg/apache/openejb/core/stateful/BeanEntry;]
StatefulInstanceManager.newInstance ( Object primaryKey, Class beanClass ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.newInstance:(Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;]
StatefulInstanceManager.newInstance ( Object primaryKey, Object bean, java.util.Map interceptorInstances ) : StatefulInstanceManager.Instance
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.newInstance:(Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;)Lorg/apache/openejb/core/stateful/StatefulInstanceManager$Instance;]
StatefulInstanceManager.obtainInstance ( Object primaryKey, org.apache.openejb.core.ThreadContext callContext ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.obtainInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)Ljava/lang/Object;]
StatefulInstanceManager.onFreeBeanEntry ( org.apache.openejb.core.ThreadContext threadContext, BeanEntry entry ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.onFreeBeanEntry:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/stateful/BeanEntry;)V]
StatefulInstanceManager.onPoolInstanceWithoutTransaction ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.onPoolInstanceWithoutTransaction:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/stateful/BeanEntry;)V]
StatefulInstanceManager.passivate ( ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.passivate:()V]
StatefulInstanceManager.passivate ( org.apache.openejb.core.ThreadContext threadContext, BeanEntry currentEntry ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.passivate:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/core/stateful/BeanEntry;)V]
StatefulInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.poolInstance:(Lorg/apache/openejb/core/ThreadContext;Ljava/lang/Object;)V]
StatefulInstanceManager.setBeanTransaction ( org.apache.openejb.core.ThreadContext callContext, javax.transaction.Transaction beanTransaction ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.setBeanTransaction:(Lorg/apache/openejb/core/ThreadContext;Ljavax/transaction/Transaction;)V]
StatefulInstanceManager.setEntityManagers ( org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.util.Index entityManagers ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.setEntityManagers:(Lorg/apache/openejb/core/ThreadContext;Lorg/apache/openejb/util/Index;)V]
StatefulInstanceManager.StatefulInstanceManager ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, org.apache.openejb.persistence.JtaEntityManagerRegistry jtaEntityManagerRegistry, Class passivatorClass, int timeout, int poolSize, int bulkPassivate )
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;Ljava/lang/Class;III)V]
StatefulInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/stateful/StatefulInstanceManager.undeploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.0.jar, StatelessBeanManagedTxPolicy.class
package org.apache.openejb.core.stateless
StatelessBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatelessBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatelessBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
StatelessBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
StatelessBeanManagedTxPolicy.policyToString ( ) : String
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy.policyToString:()Ljava/lang/String;]
StatelessBeanManagedTxPolicy.StatelessBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )
[run-time name: org/apache/openejb/core/stateless/StatelessBeanManagedTxPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer.discardInstance ( Object instance, org.apache.openejb.core.ThreadContext context ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
StatelessContainer.StatelessContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, int timeOut, int poolSize, boolean strictPooling )
[run-time name: org/apache/openejb/core/stateless/StatelessContainer."<init>":(Ljava/lang/Object;Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;IIZ)V]
openejb-core-3.0.jar, StatelessContext.class
package org.apache.openejb.core.stateless
StatelessContext.StatelessContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/stateless/StatelessContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;)V]
StatelessContext.StatelessContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/stateless/StatelessContext."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.0.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.discardInstance:(Lorg/apache/openejb/core/ThreadContext;Ljava/lang/Object;)V]
StatelessInstanceManager.StatelessInstanceManager ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, int timeout, int poolSize, boolean strictPooling )
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager."<init>":(Ljavax/transaction/TransactionManager;Lorg/apache/openejb/spi/SecurityService;IIZ)V]
openejb-core-3.0.jar, SynchronizationWrapper.class
package org.apache.openejb.core.entity
EntityInstanceManager.SynchronizationWrapper.afterCompletion ( int status ) : void
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper.afterCompletion:(I)V]
EntityInstanceManager.SynchronizationWrapper.EntityInstanceManager.SynchronizationWrapper ( EntityInstanceManager deploymentInfo, org.apache.openejb.core.CoreDeploymentInfo primaryKey, Object bean, javax.ejb.EntityBean available, boolean readyPoolIndex, EntityInstanceManager.Key p6 )
[run-time name: org/apache/openejb/core/entity/EntityInstanceManager.SynchronizationWrapper."<init>":(Lorg/apache/openejb/core/entity/EntityInstanceManager;Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljavax/ejb/EntityBean;ZLorg/apache/openejb/core/entity/EntityInstanceManager$Key;)V]
openejb-core-3.0.jar, TransactionContainer.class
package org.apache.openejb.core.transaction
TransactionContainer.discardInstance ( Object p1, org.apache.openejb.core.ThreadContext p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionContainer.discardInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
openejb-core-3.0.jar, TransactionContext.class
package org.apache.openejb.core.transaction
TransactionContext.getTransactionManager ( ) : javax.transaction.TransactionManager
[run-time name: org/apache/openejb/core/transaction/TransactionContext.getTransactionManager:()Ljavax/transaction/TransactionManager;]
TransactionContext.TransactionContext ( org.apache.openejb.core.ThreadContext callContext, javax.transaction.TransactionManager transactionManager )
[run-time name: org/apache/openejb/core/transaction/TransactionContext."<init>":(Lorg/apache/openejb/core/ThreadContext;Ljavax/transaction/TransactionManager;)V]
openejb-core-3.0.jar, TransactionPolicy.class
package org.apache.openejb.core.transaction
TransactionPolicy.afterInvoke ( Object p1, TransactionContext p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.beforeInvoke ( Object p1, TransactionContext p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.beginTransaction ( TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.beginTransaction:(Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.commitTransaction ( TransactionContext context, javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.commitTransaction:(Lorg/apache/openejb/core/transaction/TransactionContext;Ljavax/transaction/Transaction;)V]
TransactionPolicy.discardBeanInstance ( Object instance, org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.discardBeanInstance:(Ljava/lang/Object;Lorg/apache/openejb/core/ThreadContext;)V]
TransactionPolicy.getContainer ( ) : TransactionContainer
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.getContainer:()Lorg/apache/openejb/core/transaction/TransactionContainer;]
TransactionPolicy.getPolicyType ( ) : TransactionPolicy.Type
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.getPolicyType:()Lorg/apache/openejb/core/transaction/TransactionPolicy$Type;]
TransactionPolicy.handleApplicationException ( Throwable p1, boolean p2, TransactionContext p3 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.handleCallbackException ( ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.handleCallbackException:()V]
TransactionPolicy.handleSystemException ( Throwable p1, Object p2, TransactionContext p3 ) [abstract] : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.logSystemException ( Throwable sysException, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.logSystemException:(Ljava/lang/Throwable;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TransactionPolicy.markTxRollbackOnly ( javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.markTxRollbackOnly:(Ljavax/transaction/Transaction;)V]
TransactionPolicy.policyToString ( ) : String
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.policyToString:()Ljava/lang/String;]
TransactionPolicy.resumeTransaction ( TransactionContext context, javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.resumeTransaction:(Lorg/apache/openejb/core/transaction/TransactionContext;Ljavax/transaction/Transaction;)V]
TransactionPolicy.rollbackTransaction ( TransactionContext context, javax.transaction.Transaction tx ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.rollbackTransaction:(Lorg/apache/openejb/core/transaction/TransactionContext;Ljavax/transaction/Transaction;)V]
TransactionPolicy.suspendTransaction ( TransactionContext context ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.suspendTransaction:(Lorg/apache/openejb/core/transaction/TransactionContext;)Ljavax/transaction/Transaction;]
TransactionPolicy.throwAppExceptionToServer ( Throwable appException ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.throwAppExceptionToServer:(Ljava/lang/Throwable;)V]
TransactionPolicy.throwExceptionToServer ( Throwable sysException ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.throwExceptionToServer:(Ljava/lang/Throwable;)V]
TransactionPolicy.throwTxExceptionToServer ( Throwable sysException ) : void
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.throwTxExceptionToServer:(Ljava/lang/Throwable;)V]
TransactionPolicy.TransactionPolicy ( TransactionPolicy.Type policyType, TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy."<init>":(Lorg/apache/openejb/core/transaction/TransactionPolicy$Type;Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxMandatory.class
package org.apache.openejb.core.transaction
TxMandatory.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxMandatory.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxMandatory.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxMandatory.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxMandatory.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxMandatory.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxMandatory.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxMandatory.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxMandatory.TxMandatory ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxMandatory."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxNever.class
package org.apache.openejb.core.transaction
TxNever.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNever.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNever.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNever.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNever.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNever.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNever.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNever.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNever.TxNever ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxNever."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxNotSupported.class
package org.apache.openejb.core.transaction
TxNotSupported.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNotSupported.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNotSupported.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNotSupported.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxNotSupported.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxNotSupported.TxNotSupported ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxNotSupported."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxRequired.class
package org.apache.openejb.core.transaction
TxRequired.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequired.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequired.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequired.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequired.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequired.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequired.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequired.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequired.TxRequired ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxRequired."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxRequiresNew.class
package org.apache.openejb.core.transaction
TxRequiresNew.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequiresNew.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequiresNew.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequiresNew.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxRequiresNew.TxRequiresNew ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxRequiresNew."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, TxSupports.class
package org.apache.openejb.core.transaction
TxSupports.afterInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxSupports.afterInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxSupports.beforeInvoke ( Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxSupports.beforeInvoke:(Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxSupports.handleApplicationException ( Throwable appException, boolean rollback, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxSupports.handleApplicationException:(Ljava/lang/Throwable;ZLorg/apache/openejb/core/transaction/TransactionContext;)V]
TxSupports.handleSystemException ( Throwable sysException, Object instance, TransactionContext context ) : void
[run-time name: org/apache/openejb/core/transaction/TxSupports.handleSystemException:(Ljava/lang/Throwable;Ljava/lang/Object;Lorg/apache/openejb/core/transaction/TransactionContext;)V]
TxSupports.TxSupports ( TransactionContainer container )
[run-time name: org/apache/openejb/core/transaction/TxSupports."<init>":(Lorg/apache/openejb/core/transaction/TransactionContainer;)V]
openejb-core-3.0.jar, Type.class
package org.apache.openejb.core.transaction
TransactionPolicy.Type.valueOf ( String name ) [static] : TransactionPolicy.Type
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.Type.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/transaction/TransactionPolicy$Type;]
TransactionPolicy.Type.values ( ) [static] : TransactionPolicy.Type[ ]
[run-time name: org/apache/openejb/core/transaction/TransactionPolicy.Type.values:()[Lorg/apache/openejb/core/transaction/TransactionPolicy$Type;]
openejb-jee-3.0.jar, AssemblyDescriptor.class
package org.apache.openejb.jee
AssemblyDescriptor.getApplicationException ( ) : java.util.List
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getApplicationException:()Ljava/util/List;]
AssemblyDescriptor.getMethodTransactions ( String ejbName ) : java.util.Map
[run-time name: org/apache/openejb/jee/AssemblyDescriptor.getMethodTransactions:(Ljava/lang/String;)Ljava/util/Map;]
openejb-jee-3.0.jar, Connector.class
package org.apache.openejb.jee
Connector.setResourceAdapter ( ResourceAdapter value ) : void
[run-time name: org/apache/openejb/jee/Connector.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter;)V]
openejb-jee-3.0.jar, EntityMappings.class
package org.apache.openejb.jee.jpa
EntityMappings.getEntity ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getEntity:()Ljava/util/List;]
EntityMappings.getMappedSuperclass ( ) : java.util.List
[run-time name: org/apache/openejb/jee/jpa/EntityMappings.getMappedSuperclass:()Ljava/util/List;]
openejb-jee-3.0.jar, InboundResource.class
package org.apache.openejb.jee
InboundResource.setMessageAdapter ( MessageAdapter value ) : void
[run-time name: org/apache/openejb/jee/InboundResource.setMessageAdapter:(Lorg/apache/openejb/jee/MessageAdapter;)V]
openejb-jee-3.0.jar, MethodTransaction.class
package org.apache.openejb.jee
MethodTransaction.getAttribute ( ) : TransAttribute
[run-time name: org/apache/openejb/jee/MethodTransaction.getAttribute:()Lorg/apache/openejb/jee/TransAttribute;]
MethodTransaction.getClassName ( ) : String
[run-time name: org/apache/openejb/jee/MethodTransaction.getClassName:()Ljava/lang/String;]
MethodTransaction.getEjbName ( ) : String
[run-time name: org/apache/openejb/jee/MethodTransaction.getEjbName:()Ljava/lang/String;]
MethodTransaction.getMethod ( ) : Method
[run-time name: org/apache/openejb/jee/MethodTransaction.getMethod:()Lorg/apache/openejb/jee/Method;]
MethodTransaction.getMethodIntf ( ) : MethodIntf
[run-time name: org/apache/openejb/jee/MethodTransaction.getMethodIntf:()Lorg/apache/openejb/jee/MethodIntf;]
MethodTransaction.getMethodName ( ) : String
[run-time name: org/apache/openejb/jee/MethodTransaction.getMethodName:()Ljava/lang/String;]
MethodTransaction.getMethodParams ( ) : MethodParams
[run-time name: org/apache/openejb/jee/MethodTransaction.getMethodParams:()Lorg/apache/openejb/jee/MethodParams;]
MethodTransaction.MethodTransaction ( TransAttribute attribute, Method method )
[run-time name: org/apache/openejb/jee/MethodTransaction."<init>":(Lorg/apache/openejb/jee/TransAttribute;Lorg/apache/openejb/jee/Method;)V]
openejb-jee-3.0.jar, ObjectFactory.class
package org.apache.openejb.jee.oejb2
ObjectFactory.createPersistenceContextRef ( PersistenceContextRefType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/oejb2/ObjectFactory.createPersistenceContextRef:(Lorg/apache/openejb/jee/oejb2/PersistenceContextRefType;)Ljavax/xml/bind/JAXBElement;]
openejb-jee-3.0.jar, ResourceAdapter.class
package org.apache.openejb.jee
ResourceAdapter.setInboundResourceAdapter ( InboundResource value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResource;)V]
ResourceAdapter.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)V]
openejb-server-3.0.jar, ServiceDaemon.class
package org.apache.openejb.server
ServiceDaemon.getInt ( java.util.Properties p, String property, int defaultValue ) [static] : int
[run-time name: org/apache/openejb/server/ServiceDaemon.getInt:(Ljava/util/Properties;Ljava/lang/String;I)I]
to the top
Problems with Data Types, High Severity (53)
openejb-client-3.0.jar
package org.apache.openejb.client
[+] ConnectionFactory (1)
| Change | Effect |
---|
1 | Abstract method ConnectionFactory.init ( java.util.Properties p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
ConnectionFactory.getConnection ( java.net.URI p1 )This abstract method is from 'ConnectionFactory' interface.
ConnectionManager.setFactory ( ConnectionFactory factory )1st parameter 'factory' of this method has type 'ConnectionFactory'.
[+] ConnectionFactoryStrategy (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
ConnectionFactoryStrategy.connect ( java.net.URI[ ] p1, Request p2 )This abstract method is from 'ConnectionFactoryStrategy' interface.
[+] StickToLastServerConnectionFactoryStrategy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (3)
StickToLastServerConnectionFactoryStrategy.connect ( java.net.URI uri )This method is from 'StickToLastServerConnectionFactoryStrategy' class.
StickToLastServerConnectionFactoryStrategy.connect ( java.net.URI[ ] locations, Request request )This method is from 'StickToLastServerConnectionFactoryStrategy' class.
StickToLastServerConnectionFactoryStrategy.StickToLastServerConnectionFactoryStrategy ( )This constructor is from 'StickToLastServerConnectionFactoryStrategy' class.
openejb-core-3.0.jar
package org.apache.openejb
[+] DeploymentInfo (2)
| Change | Effect |
---|
1 | Abstract method DeploymentInfo.getTransactionAttribute ( reflect.Method p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field TX_NEVER has been renamed to READ_LOCK. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (161)
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 id )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.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )Field 'RetVal.deploymentInfo' in return value 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.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.isBeanManagedTransaction ( )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 )1st parameter 'depInfo' 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'.
package org.apache.openejb.config.sys
[+] ServiceProvider (1)
| Change | Effect |
---|
1 | Type of field types has been changed from java.lang.Object to java.util.List. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (23)
org.apache.openejb.config.ServiceUtils.getServiceProvider ( String id )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.getServiceProviderByType ( String type )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.getServiceProviderByType ( String providerType, String serviceType )Return value of this method has type 'ServiceProvider'.
org.apache.openejb.config.ServiceUtils.getServiceProviderByType ( String type, java.util.Properties required )Return value of this method has type 'ServiceProvider'.
JaxbOpenejb.createServiceProvider ( )Return value of this method has type 'ServiceProvider'.
ObjectFactory.createServiceProvider ( )Return value of this method has type 'ServiceProvider'.
ServiceProvider.getClassName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getConstructor ( )This method is from 'ServiceProvider' class.
ServiceProvider.getDescription ( )This method is from 'ServiceProvider' class.
ServiceProvider.getDisplayName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getFactoryName ( )This method is from 'ServiceProvider' class.
ServiceProvider.getId ( )This method is from 'ServiceProvider' class.
ServiceProvider.getProperties ( )This method is from 'ServiceProvider' class.
ServiceProvider.getService ( )This method is from 'ServiceProvider' class.
ServiceProvider.getTypes ( )This method is from 'ServiceProvider' class.
ServiceProvider.ServiceProvider ( )This constructor is from 'ServiceProvider' class.
ServiceProvider.setClassName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setConstructor ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setDescription ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setDisplayName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setFactoryName ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setId ( String value )This method is from 'ServiceProvider' class.
ServiceProvider.setService ( String value )This method is from 'ServiceProvider' class.
package org.apache.openejb.core
[+] CoreContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (20)
CoreContext.checkBeanState ( byte p1 )This abstract method is from 'CoreContext' abstract class.
CoreContext.CoreContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService )This constructor is from 'CoreContext' abstract class.
CoreContext.CoreContext ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )This constructor is from 'CoreContext' abstract class.
CoreContext.getBusinessObject ( Class interfce )This method is from 'CoreContext' abstract class.
CoreContext.getCallerIdentity ( )This method is from 'CoreContext' abstract class.
CoreContext.getCallerPrincipal ( )This method is from 'CoreContext' abstract class.
CoreContext.getEJBHome ( )This method is from 'CoreContext' abstract class.
CoreContext.getEJBLocalHome ( )This method is from 'CoreContext' abstract class.
CoreContext.getEJBLocalObject ( )This method is from 'CoreContext' abstract class.
CoreContext.getEJBObject ( )This method is from 'CoreContext' abstract class.
CoreContext.getEnvironment ( )This method is from 'CoreContext' abstract class.
CoreContext.getPrimaryKey ( )This method is from 'CoreContext' abstract class.
CoreContext.getRollbackOnly ( )This method is from 'CoreContext' abstract class.
CoreContext.getTimerService ( )This method is from 'CoreContext' abstract class.
CoreContext.getUserTransaction ( )This method is from 'CoreContext' abstract class.
CoreContext.isCallerInRole ( String roleName )This method is from 'CoreContext' abstract class.
CoreContext.isCallerInRole ( java.security.Identity role )This method is from 'CoreContext' abstract class.
CoreContext.lookup ( String name )This method is from 'CoreContext' abstract class.
CoreContext.newEjbObjectHandler ( org.apache.openejb.RpcContainer p1, Object p2, Object p3, org.apache.openejb.InterfaceType p4 )This abstract method is from 'CoreContext' abstract class.
CoreContext.setRollbackOnly ( )This method is from 'CoreContext' abstract class.
[+] RpcContainerWrapper (1)
| Change | Effect |
---|
1 | Removed super-interface transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (10)
RpcContainerWrapper.deploy ( org.apache.openejb.DeploymentInfo info )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.deployments ( )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.getContainer ( )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.getContainerID ( )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.getContainerType ( )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.getDeploymentInfo ( Object deploymentID )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'RpcContainerWrapper' class.
RpcContainerWrapper.RpcContainerWrapper ( org.apache.openejb.RpcContainer container )This constructor is from 'RpcContainerWrapper' class.
RpcContainerWrapper.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'RpcContainerWrapper' class.
package org.apache.openejb.core.cmp
[+] CmpContainer (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.core.transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field transactionManager (javax.transaction.TransactionManager) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (14)
CmpContainer.CmpContainer ( Object id, javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, String cmpEngineFactory )This constructor is from 'CmpContainer' class.
CmpContainer.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'CmpContainer' class.
CmpContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'CmpContainer' class.
CmpContainer.deployments ( )This method is from 'CmpContainer' class.
CmpContainer.getContainerID ( )This method is from 'CmpContainer' class.
CmpContainer.getContainerType ( )This method is from 'CmpContainer' class.
CmpContainer.getDeploymentInfo ( Object deploymentID )This method is from 'CmpContainer' class.
CmpContainer.getEjbInstance ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object primaryKey )This method is from 'CmpContainer' class.
CmpContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'CmpContainer' class.
CmpContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'CmpContainer' class.
CmpContainer.select ( org.apache.openejb.DeploymentInfo di, String methodSignature, String returnType, Object[ ] args )This method is from 'CmpContainer' class.
CmpContainer.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'CmpContainer' class.
CmpContainer.undeploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'CmpContainer' class.
CmpContainer.update ( org.apache.openejb.DeploymentInfo di, String methodSignature, Object[ ] args )This method is from 'CmpContainer' class.
package org.apache.openejb.core.cmp.cmp2
[+] Cmp1Generator (1)
| Change | Effect |
---|
1 | Removed super-interface org.objectweb.asm.Opcodes. | A client program may be interrupted by NoSuchMethodError exception. |
[+] 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.objectweb.asm.Opcodes. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (4)
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.generate ( )This method is from 'Cmp2Generator' class.
package org.apache.openejb.core.entity
[+] EntityContainer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.core.transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (18)
EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityContainer' class.
EntityContainer.deploy ( org.apache.openejb.DeploymentInfo info )This method is from 'EntityContainer' class.
EntityContainer.deployments ( )This method is from 'EntityContainer' class.
EntityContainer.didCreateBean ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityContainer' class.
EntityContainer.didRemove ( javax.ejb.EntityBean bean, org.apache.openejb.core.ThreadContext threadContext )This method is from 'EntityContainer' class.
EntityContainer.ejbLoad_If_No_Transaction ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityContainer' class.
EntityContainer.ejbStore_If_No_Transaction ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityContainer' class.
EntityContainer.findMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityContainer' class.
EntityContainer.getContainerID ( )This method is from 'EntityContainer' class.
EntityContainer.getContainerType ( )This method is from 'EntityContainer' class.
EntityContainer.getDeploymentInfo ( Object deploymentID )This method is from 'EntityContainer' class.
EntityContainer.getInstanceManager ( )This method is from 'EntityContainer' class.
EntityContainer.homeMethod ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityContainer' class.
EntityContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'EntityContainer' class.
EntityContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'EntityContainer' class.
EntityContainer.invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityContainer' class.
EntityContainer.removeEJBObject ( reflect.Method callMethod, Object[ ] args, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityContainer' class.
EntityContainer.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'EntityContainer' class.
[+] EntityInstanceManager (7)
| Change | Effect |
---|
1 | Access level of field logger has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field poolMap has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
3 | Access level of field poolsize has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
4 | Non-final field logger became static. | A client program may be interrupted by IncompatibleClassChangeError exception. |
5 | Field container (EntityContainer) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
6 | Field toolkit (org.apache.openejb.util.SafeToolkit) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
7 | Field txReadyPool (java.util.Hashtable) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (10)
EntityContainer.getInstanceManager ( )Return value of this method has type 'EntityInstanceManager'.
EntityInstanceManager.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.getPooledInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.loadingBean ( javax.ejb.EntityBean bean, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.obtainInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean, Object primaryKey )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.reusingBean ( javax.ejb.EntityBean bean, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.undeploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'EntityInstanceManager' class.
[+] EntityInstanceManager.SynchronizationWrapper (1)
| Change | Effect |
---|
1 | Removed super-interface javax.transaction.Synchronization. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (7)
EntityInstanceManager.SynchronizationWrapper.associate ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.beforeCompletion ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.disassociate ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.getEntityBean ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.isAssociated ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.isAvailable ( )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
EntityInstanceManager.SynchronizationWrapper.setEntityBean ( javax.ejb.EntityBean ebean )This method is from 'EntityInstanceManager.SynchronizationWrapper' class.
package org.apache.openejb.core.ivm
[+] BaseEjbProxyHandler (2)
| Change | Effect |
---|
1 | Access level of field doCrossClassLoaderCopy has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
2 | Access level of field doIntraVmCopy has been changed from protected to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] affected methods (23)
BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler._writeReplace ( Object p1 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )This constructor is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyArgs ( Object[ ] objects )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyObj ( Object object )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.equals ( Object obj )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getCause ( Throwable e )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getDeploymentInfo ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInterfaces ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getLiveHandleRegistry ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getMainInterface ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getProxyInfo ( )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.hashCode ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateAllHandlers ( Object key )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateReference ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.registerHandler ( Object key, BaseEjbProxyHandler handler )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setDeploymentInfo ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.toString ( )This method is from 'BaseEjbProxyHandler' abstract class.
package org.apache.openejb.core.ivm.naming.java
[+] javaURLContextFactory (1)
| Change | Effect |
---|
1 | Removed super-interface javax.naming.spi.InitialContextFactory. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (3)
javaURLContextFactory.getContext ( )This method is from 'javaURLContextFactory' class.
javaURLContextFactory.getObjectInstance ( Object obj, javax.naming.Name name, javax.naming.Context nameCtx, java.util.Hashtable env )This method is from 'javaURLContextFactory' class.
javaURLContextFactory.javaURLContextFactory ( )This constructor is from 'javaURLContextFactory' class.
package org.apache.openejb.core.mdb
[+] MdbContainer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.core.transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (16)
EndpointHandler.EndpointHandler ( MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deployment, MdbInstanceFactory instanceFactory, javax.transaction.xa.XAResource xaResource )1st parameter 'container' of this method has type 'MdbContainer'.
MdbContainer.afterDelivery ( Object instance )This method is from 'MdbContainer' class.
MdbContainer.beforeDelivery ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object instance, reflect.Method method, javax.transaction.xa.XAResource xaResource )This method is from 'MdbContainer' class.
MdbContainer.deploy ( org.apache.openejb.DeploymentInfo info )This method is from 'MdbContainer' class.
MdbContainer.deployments ( )This method is from 'MdbContainer' class.
MdbContainer.getActivationSpecClass ( )This method is from 'MdbContainer' class.
MdbContainer.getContainerID ( )This method is from 'MdbContainer' class.
MdbContainer.getContainerType ( )This method is from 'MdbContainer' class.
MdbContainer.getDeploymentInfo ( Object deploymentID )This method is from 'MdbContainer' class.
MdbContainer.getMessageListenerInterface ( )This method is from 'MdbContainer' class.
MdbContainer.getResourceAdapter ( )This method is from 'MdbContainer' class.
MdbContainer.invoke ( Object deploymentId, Class callInterface, reflect.Method method, Object[ ] args, Object primKey )This method is from 'MdbContainer' class.
MdbContainer.invoke ( Object instance, reflect.Method method, Object[ ] args )This method is from 'MdbContainer' class.
MdbContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'MdbContainer' class.
MdbContainer.release ( org.apache.openejb.core.CoreDeploymentInfo deployInfo, Object instance )This method is from 'MdbContainer' class.
MdbContainer.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'MdbContainer' class.
[+] MessageDrivenBeanManagedTxPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
MessageDrivenBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'MessageDrivenBeanManagedTxPolicy' class.
MessageDrivenBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'MessageDrivenBeanManagedTxPolicy' class.
MessageDrivenBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'MessageDrivenBeanManagedTxPolicy' class.
MessageDrivenBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'MessageDrivenBeanManagedTxPolicy' class.
MessageDrivenBeanManagedTxPolicy.MessageDrivenBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )This constructor is from 'MessageDrivenBeanManagedTxPolicy' class.
package org.apache.openejb.core.stateful
[+] BeanEntry (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
BeanEntry.BeanEntry ( Object beanInstance, Object primKey, long timeOut )This constructor is from 'BeanEntry' class.
BeanEntry.BeanEntry ( BeanEntry prototype )This constructor is from 'BeanEntry' class.
BeanEntry.getBean ( )This method is from 'BeanEntry' class.
BeanEntry.getEntityManagers ( org.apache.openejb.util.Index factories )This method is from 'BeanEntry' class.
BeanEntry.getPrimaryKey ( )This method is from 'BeanEntry' class.
BeanEntry.isTimedOut ( )This method is from 'BeanEntry' class.
BeanEntry.resetTimeOut ( )This method is from 'BeanEntry' class.
BeanEntry.setEntityManagers ( org.apache.openejb.util.Index entityManagers )This method is from 'BeanEntry' class.
[+] PassivationStrategy (1)
| Change | Effect |
---|
1 | Abstract method PassivationStrategy.passivate ( java.util.Hashtable p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
PassivationStrategy.activate ( Object p1 )This abstract method is from 'PassivationStrategy' interface.
PassivationStrategy.init ( java.util.Properties p1 )This abstract method is from 'PassivationStrategy' interface.
[+] SessionSynchronizationCoordinator (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
SessionSynchronizationCoordinator.afterCompletion ( int status )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.beforeCompletion ( )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.discardInstance ( StatefulInstanceManager instanceManager, org.apache.openejb.core.ThreadContext callContext )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.getTransactionManager ( )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.getTransactionStatus ( )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.markTxRollbackOnly ( javax.transaction.Transaction tx )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.registerSessionSynchronization ( StatefulInstanceManager.Instance instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'SessionSynchronizationCoordinator' class.
SessionSynchronizationCoordinator.throwExceptionToServer ( Throwable sysException )This method is from 'SessionSynchronizationCoordinator' class.
[+] SessionSynchronizationTxPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
SessionSynchronizationTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'SessionSynchronizationTxPolicy' class.
SessionSynchronizationTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'SessionSynchronizationTxPolicy' class.
SessionSynchronizationTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'SessionSynchronizationTxPolicy' class.
SessionSynchronizationTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'SessionSynchronizationTxPolicy' class.
SessionSynchronizationTxPolicy.SessionSynchronizationTxPolicy ( org.apache.openejb.core.transaction.TransactionPolicy policy )This constructor is from 'SessionSynchronizationTxPolicy' class.
[+] StatefulBeanManagedTxPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
StatefulBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulBeanManagedTxPolicy' class.
StatefulBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulBeanManagedTxPolicy' class.
StatefulBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulBeanManagedTxPolicy' class.
StatefulBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulBeanManagedTxPolicy' class.
StatefulBeanManagedTxPolicy.StatefulBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )This constructor is from 'StatefulBeanManagedTxPolicy' class.
[+] StatefulContainer (2)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.core.transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Field instanceManager (StatefulInstanceManager) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (12)
StatefulContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'StatefulContainer' class.
StatefulContainer.deployments ( )This method is from 'StatefulContainer' class.
StatefulContainer.getContainerID ( )This method is from 'StatefulContainer' class.
StatefulContainer.getContainerType ( )This method is from 'StatefulContainer' class.
StatefulContainer.getDeploymentInfo ( Object deploymentID )This method is from 'StatefulContainer' class.
StatefulContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'StatefulContainer' class.
StatefulContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'StatefulContainer' class.
StatefulContainer.newPrimaryKey ( )This method is from 'StatefulContainer' class.
StatefulContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'StatefulContainer' class.
[+] StatefulContainerManagedTxPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
StatefulContainerManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulContainerManagedTxPolicy' class.
StatefulContainerManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulContainerManagedTxPolicy' class.
StatefulContainerManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulContainerManagedTxPolicy' class.
StatefulContainerManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatefulContainerManagedTxPolicy' class.
StatefulContainerManagedTxPolicy.policyToString ( )This method is from 'StatefulContainerManagedTxPolicy' class.
StatefulContainerManagedTxPolicy.StatefulContainerManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionPolicy policy )This constructor is from 'StatefulContainerManagedTxPolicy' class.
[+] StatefulInstanceManager (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (25)
StatefulInstanceManager.activate ( Object primaryKey )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.activateInstance ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, org.apache.openejb.util.Index index )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.destroy ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry, Exception t )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext threadContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.getBeanEntry ( org.apache.openejb.core.ThreadContext callContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.getBeanIndex ( org.apache.openejb.core.ThreadContext threadContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.getBeanTransaction ( org.apache.openejb.core.ThreadContext callContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.getEntityManagers ( org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.util.Index factories )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.handleCallbackException ( Throwable e, Object instance, org.apache.openejb.core.ThreadContext callContext, String callBack )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.handleTimeout ( BeanEntry entry, org.apache.openejb.core.ThreadContext threadContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.markTxRollbackOnly ( javax.transaction.Transaction tx )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.newBeanEntry ( Object primaryKey, Object bean )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.newInstance ( Object primaryKey, Class beanClass )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.newInstance ( Object primaryKey, Object bean, java.util.Map interceptorInstances )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.obtainInstance ( Object primaryKey, org.apache.openejb.core.ThreadContext callContext )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.onFreeBeanEntry ( org.apache.openejb.core.ThreadContext threadContext, BeanEntry entry )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.onPoolInstanceWithoutTransaction ( org.apache.openejb.core.ThreadContext callContext, BeanEntry entry )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.passivate ( )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.passivate ( org.apache.openejb.core.ThreadContext threadContext, BeanEntry currentEntry )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.setBeanTransaction ( org.apache.openejb.core.ThreadContext callContext, javax.transaction.Transaction beanTransaction )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.setEntityManagers ( org.apache.openejb.core.ThreadContext callContext, org.apache.openejb.util.Index entityManagers )This method is from 'StatefulInstanceManager' class.
StatefulInstanceManager.StatefulInstanceManager ( javax.transaction.TransactionManager transactionManager, org.apache.openejb.spi.SecurityService securityService, org.apache.openejb.persistence.JtaEntityManagerRegistry jtaEntityManagerRegistry, Class passivatorClass, int timeout, int poolSize, int bulkPassivate )This constructor is from 'StatefulInstanceManager' class.
StatefulInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'StatefulInstanceManager' class.
[+] StatefulInstanceManager.Instance (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
StatefulInstanceManager.Instance.StatefulInstanceManager.Instance ( Object bean, java.util.Map interceptors )This constructor is from 'StatefulInstanceManager.Instance' class.
StatefulInstanceManager.Instance.writeReplace ( )This method is from 'StatefulInstanceManager.Instance' class.
package org.apache.openejb.core.stateless
[+] StatelessBeanManagedTxPolicy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (6)
StatelessBeanManagedTxPolicy.afterInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatelessBeanManagedTxPolicy' class.
StatelessBeanManagedTxPolicy.beforeInvoke ( Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatelessBeanManagedTxPolicy' class.
StatelessBeanManagedTxPolicy.handleApplicationException ( Throwable appException, boolean rollback, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatelessBeanManagedTxPolicy' class.
StatelessBeanManagedTxPolicy.handleSystemException ( Throwable sysException, Object instance, org.apache.openejb.core.transaction.TransactionContext context )This method is from 'StatelessBeanManagedTxPolicy' class.
StatelessBeanManagedTxPolicy.policyToString ( )This method is from 'StatelessBeanManagedTxPolicy' class.
StatelessBeanManagedTxPolicy.StatelessBeanManagedTxPolicy ( org.apache.openejb.core.transaction.TransactionContainer container )This constructor is from 'StatelessBeanManagedTxPolicy' class.
[+] StatelessContainer (1)
| Change | Effect |
---|
1 | Removed super-interface org.apache.openejb.core.transaction.TransactionContainer. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (12)
StatelessContainer._invoke ( Class callInterface, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Object object, org.apache.openejb.core.ThreadContext callContext )This method is from 'StatelessContainer' class.
StatelessContainer._invoke ( Class callInterface, reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, Instance instance, org.apache.openejb.core.ThreadContext callContext )This method is from 'StatelessContainer' class.
StatelessContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )This method is from 'StatelessContainer' class.
StatelessContainer.deploy ( org.apache.openejb.DeploymentInfo info )This method is from 'StatelessContainer' class.
StatelessContainer.deployments ( )This method is from 'StatelessContainer' class.
StatelessContainer.getContainerID ( )This method is from 'StatelessContainer' class.
StatelessContainer.getContainerType ( )This method is from 'StatelessContainer' class.
StatelessContainer.getDeploymentInfo ( Object deploymentID )This method is from 'StatelessContainer' class.
StatelessContainer.getInstanceManager ( )This method is from 'StatelessContainer' class.
StatelessContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'StatelessContainer' class.
StatelessContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'StatelessContainer' class.
StatelessContainer.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'StatelessContainer' class.
[+] StatelessInstanceManager (1)
| Change | Effect |
---|
1 | Field poolQueue (StatelessInstanceManager.PoolQueue) has been removed from this class. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (5)
StatelessContainer.getInstanceManager ( )Return value of this method has type 'StatelessInstanceManager'.
StatelessInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.getInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'StatelessInstanceManager' class.
package org.apache.openejb.core.transaction
[+] TransactionContainer (1)
| Change | Effect |
---|
1 | This interface has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (1)
TransactionContainer.discardInstance ( Object p1, org.apache.openejb.core.ThreadContext p2 )This abstract method is from 'TransactionContainer' interface.
[+] TransactionContext (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransactionContext.getTransactionManager ( )This method is from 'TransactionContext' class.
TransactionContext.TransactionContext ( org.apache.openejb.core.ThreadContext callContext, javax.transaction.TransactionManager transactionManager )This constructor is from 'TransactionContext' class.
[+] TransactionPolicy.Type (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
TransactionPolicy.Type.valueOf ( String name )This method is from 'TransactionPolicy.Type' class.
TransactionPolicy.Type.values ( )This method is from 'TransactionPolicy.Type' class.
package org.apache.openejb.util
[+] MakeTxLookup (1)
| Change | Effect |
---|
1 | Removed super-interface org.objectweb.asm.Opcodes. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (2)
MakeTxLookup.main ( String[ ] args )This method is from 'MakeTxLookup' class.
MakeTxLookup.MakeTxLookup ( )This constructor is from 'MakeTxLookup' class.
package org.apache.openejb.util.proxy
[+] InvalidatedReferenceHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (2)
InvalidatedReferenceHandler.InvalidatedReferenceHandler ( )This constructor is from 'InvalidatedReferenceHandler' class.
InvalidatedReferenceHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'InvalidatedReferenceHandler' class.
[+] InvocationHandler (1)
| Change | Effect |
---|
1 | Abstract method InvocationHandler.invoke ( Object p1, reflect.Method p2, Object[ ] p3 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (9)
Jdk13ProxyFactory.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class interfce, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyFactory.getInvocationHandler ( Object p1 )Return value of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyManager.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class interfaceType, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
[+] Jdk13InvocationHandler (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (5)
Jdk13InvocationHandler.getInvocationHandler ( )This method is from 'Jdk13InvocationHandler' class.
Jdk13InvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'Jdk13InvocationHandler' class.
Jdk13InvocationHandler.Jdk13InvocationHandler ( )This constructor is from 'Jdk13InvocationHandler' class.
Jdk13InvocationHandler.Jdk13InvocationHandler ( InvocationHandler delegate )This constructor is from 'Jdk13InvocationHandler' class.
Jdk13InvocationHandler.setInvocationHandler ( InvocationHandler handler )This method is from 'Jdk13InvocationHandler' class.
[+] Proxy (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (27)
Proxy._proxyError. ( Throwable throwable )This method is from 'Proxy' abstract class.
Proxy._proxyError. ( org.apache.openejb.ApplicationException ae )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.lookupMethod ( int p1, String p2, Class[ ] p3 )This abstract method is from 'Proxy' abstract class.
Proxy._proxyMethod.lookupMethod ( Class interfce, reflect.Method[ ] methodMap, int index, String methodName, Class[ ] argTypes )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_boolean ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_byte ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_char ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_double ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_float ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_int ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_long ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_Object ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_short ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_AppException.returns_void ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_boolean ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_byte ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_char ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_double ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_float ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_int ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_long ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_Object ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_short ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy._proxyMethod.throws_default.returns_void ( int methodNumber, String methodName, Class[ ] argTypes, Object[ ] args )This method is from 'Proxy' abstract class.
Proxy.getInvocationHandler ( )This method is from 'Proxy' abstract class.
Proxy.Proxy ( )This constructor is from 'Proxy' abstract class.
Proxy.setInvocationHandler ( InvocationHandler newHandler )This method is from 'Proxy' abstract class.
[+] ProxyFactory (2)
| Change | Effect |
---|
1 | Abstract method ProxyFactory.newProxyInstance ( Class p1 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method ProxyFactory.setInvocationHandler ( Object p1, InvocationHandler p2 ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (12)
ProxyFactory.getInvocationHandler ( Object p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.getProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.getProxyClass ( Class[ ] p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.init ( java.util.Properties p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.isProxyClass ( Class p1 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 )This abstract method is from 'ProxyFactory' interface.
ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 )This abstract method is from 'ProxyFactory' interface.
ProxyManager.getDefaultFactory ( )Return value of this method has type 'ProxyFactory'.
ProxyManager.getFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.registerFactory ( String factoryName, ProxyFactory factory )Return value of this method has type 'ProxyFactory'.
ProxyManager.setDefaultFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
ProxyManager.unregisterFactory ( String factoryName )Return value of this method has type 'ProxyFactory'.
openejb-jee-3.0.jar
package org.apache.openejb.jee
[+] AssemblyDescriptor (1)
| Change | Effect |
---|
1 | Type of field applicationException has been changed from java.util.List to KeyedCollection. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (57)
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.addInterceptorBinding ( InterceptorBinding binding )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.AssemblyDescriptor ( )This constructor 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.getMethodPermission ( )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'.
[+] MethodTransaction (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (8)
MethodTransaction.getAttribute ( )This method is from 'MethodTransaction' class.
MethodTransaction.getClassName ( )This method is from 'MethodTransaction' class.
MethodTransaction.getEjbName ( )This method is from 'MethodTransaction' class.
MethodTransaction.getMethod ( )This method is from 'MethodTransaction' class.
MethodTransaction.getMethodIntf ( )This method is from 'MethodTransaction' class.
MethodTransaction.getMethodName ( )This method is from 'MethodTransaction' class.
MethodTransaction.getMethodParams ( )This method is from 'MethodTransaction' class.
MethodTransaction.MethodTransaction ( TransAttribute attribute, Method method )This constructor is from 'MethodTransaction' class.
package org.apache.openejb.jee.jpa
[+] EntityMappings (2)
| Change | Effect |
---|
1 | Type of field entity has been changed from java.util.List to org.apache.openejb.jee.KeyedCollection. | A client program may be interrupted by NoSuchFieldError exception. |
2 | Type of field mappedSuperclass has been changed from java.util.List to org.apache.openejb.jee.KeyedCollection. | A client program may be interrupted by NoSuchFieldError exception. |
[+] affected methods (28)
org.apache.openejb.config.AppModule.getCmpMappings ( )Return value of this method has type 'EntityMappings'.
org.apache.openejb.config.AppModule.setCmpMappings ( EntityMappings cmpMappings )1st parameter 'cmpMappings' of this method has type 'EntityMappings'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, org.apache.openejb.jee.oejb2.OpenejbJarType openejbJarType )2nd parameter 'entityMappings' of this method has type 'EntityMappings'.
org.apache.openejb.config.SunConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )2nd parameter 'entityMappings' of this method has type 'EntityMappings'.
org.apache.openejb.config.SunConversion.mergeEntityMappings ( java.util.Map entities, String moduleId, org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings, org.apache.openejb.jee.sun.SunCmpMapping sunCmpMapping )4th parameter 'entityMappings' of this method has type 'EntityMappings'.
org.apache.openejb.config.WlsConversion.convertModule ( org.apache.openejb.config.EjbModule ejbModule, EntityMappings entityMappings )2nd parameter 'entityMappings' of this method has type 'EntityMappings'.
EntityMappings.EntityMappings ( )This constructor is from 'EntityMappings' class.
EntityMappings.getAccess ( )This method is from 'EntityMappings' class.
EntityMappings.getCatalog ( )This method is from 'EntityMappings' class.
EntityMappings.getDescription ( )This method is from 'EntityMappings' class.
EntityMappings.getEmbeddable ( )This method is from 'EntityMappings' class.
EntityMappings.getNamedNativeQuery ( )This method is from 'EntityMappings' class.
EntityMappings.getNamedQuery ( )This method is from 'EntityMappings' class.
EntityMappings.getPackage ( )This method is from 'EntityMappings' class.
EntityMappings.getPersistenceUnitMetadata ( )This method is from 'EntityMappings' class.
EntityMappings.getSchema ( )This method is from 'EntityMappings' class.
EntityMappings.getSequenceGenerator ( )This method is from 'EntityMappings' class.
EntityMappings.getSqlResultSetMapping ( )This method is from 'EntityMappings' class.
EntityMappings.getTableGenerator ( )This method is from 'EntityMappings' class.
EntityMappings.getVersion ( )This method is from 'EntityMappings' class.
EntityMappings.setAccess ( AccessType value )This method is from 'EntityMappings' class.
EntityMappings.setCatalog ( String value )This method is from 'EntityMappings' class.
EntityMappings.setDescription ( String value )This method is from 'EntityMappings' class.
EntityMappings.setPackage ( String value )This method is from 'EntityMappings' class.
EntityMappings.setPersistenceUnitMetadata ( PersistenceUnitMetadata value )This method is from 'EntityMappings' class.
EntityMappings.setSchema ( String value )This method is from 'EntityMappings' class.
EntityMappings.setVersion ( String value )This method is from 'EntityMappings' class.
ObjectFactory.createEntityMappings ( )Return value of this method has type 'EntityMappings'.
to the top
Problems with Methods, High Severity (7)
openejb-core-3.0.jar, CheckClasses
package org.apache.openejb.config.rules
[+] CheckClasses.check_hasEjbClass ( org.apache.openejb.jee.EnterpriseBean b ) : void (1)
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasEjbClass:(Lorg/apache/openejb/jee/EnterpriseBean;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to java.lang.Class.
| This method has been removed because the return type is part of the method signature. |
[+] CheckClasses.check_hasInterceptorClass ( org.apache.openejb.jee.Interceptor i ) : void (1)
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_hasInterceptorClass:(Lorg/apache/openejb/jee/Interceptor;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
[+] CheckClasses.check_isEjbClass ( org.apache.openejb.jee.RemoteBean b ) : void (1)
[run-time name: org/apache/openejb/config/rules/CheckClasses.check_isEjbClass:(Lorg/apache/openejb/jee/RemoteBean;)V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | A client program may be interrupted by IllegalAccessError exception. |
openejb-jee-3.0.jar, Connector
package org.apache.openejb.jee
[+] Connector.setResourceAdapter ( ResourceAdapter value ) : void (1)
[run-time name: org/apache/openejb/jee/Connector.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.apache.openejb.jee.ResourceAdapter.
| This method has been removed because the return type is part of the method signature. |
openejb-jee-3.0.jar, InboundResource
package org.apache.openejb.jee
[+] InboundResource.setMessageAdapter ( MessageAdapter value ) : void (1)
[run-time name: org/apache/openejb/jee/InboundResource.setMessageAdapter:(Lorg/apache/openejb/jee/MessageAdapter;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.apache.openejb.jee.MessageAdapter.
| This method has been removed because the return type is part of the method signature. |
openejb-jee-3.0.jar, ResourceAdapter
package org.apache.openejb.jee
[+] ResourceAdapter.setInboundResourceAdapter ( InboundResource value ) : void (1)
[run-time name: org/apache/openejb/jee/ResourceAdapter.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResource;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to InboundResource.
| This method has been removed because the return type is part of the method signature. |
[+] ResourceAdapter.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : void (1)
[run-time name: org/apache/openejb/jee/ResourceAdapter.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)V]
| Change | Effect |
---|
1 | Return value type has been changed from void to org.apache.openejb.jee.OutboundResourceAdapter.
| This method has been removed because the return type is part of the method signature. |
to the top
Problems with Data Types, Medium Severity (8)
openejb-client-3.0.jar
package org.apache.openejb.client
[+] Connection (2)
| Change | Effect |
---|
1 | Abstract method Connection.discard ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Client.processRequest ( Request req, Response res, ServerMetaData server ) and may not be implemented by old clients. |
2 | Abstract method Connection.getURI ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Client.processRequest ( Request req, Response res, ServerMetaData server ) and may not be implemented by old clients. |
[+] affected methods (7)
Connection.close ( )This abstract method is from 'Connection' interface.
Connection.getInputStream ( )This abstract method is from 'Connection' interface.
Connection.getOuputStream ( )This abstract method is from 'Connection' interface.
ConnectionFactory.getConnection ( java.net.URI p1 )Return value of this abstract method has type 'Connection'.
ConnectionManager.getConnection ( java.net.URI uri )Return value of this method has type 'Connection'.
HttpConnectionFactory.getConnection ( java.net.URI uri )Return value of this method has type 'Connection'.
SocketConnectionFactory.getConnection ( java.net.URI uri )Return value of this method has type 'Connection'.
openejb-core-3.0.jar
package org.apache.openejb
[+] DeploymentInfo (1)
| Change | Effect |
---|
1 | Abstract method DeploymentInfo.getTransactionType ( reflect.Method p1 ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method core.timer.EjbTimerServiceImpl.EjbTimerServiceImpl ( DeploymentInfo deployment, javax.transaction.TransactionManager transactionManager, java.util.concurrent.Executor threadPool, core.timer.TimerStore timerStore, int retryAttempts ) and may not be implemented by old clients. |
[+] affected methods (161)
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 id )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.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )Field 'RetVal.deploymentInfo' in return value 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.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.isBeanManagedTransaction ( )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 ( )Return value 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 )1st parameter 'depInfo' of this method has type 'DeploymentInfo'.
ProxyInfo.ProxyInfo ( DeploymentInfo deploymentInfo, Object primaryKey, java.util.List interfaces, InterfaceType proxyType )1st parameter 'deploymentInfo' 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'.
package org.apache.openejb.core
[+] TempClassLoader.IsAnnotationVisitor (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.objectweb.asm.commons.EmptyVisitor to org.apache.openejb.asm.commons.EmptyVisitor. | 1) Access of a client program to the fields or methods of the old super-class may be interrupted by NoSuchFieldError or NoSuchMethodError exceptions. 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 and cause IncompatibleClassChangeError exception. |
[+] 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.
package org.apache.openejb.core.entity
[+] EntityInstanceManager (1)
| Change | Effect |
---|
1 | Field logger became final. | A client program may be interrupted by IllegalAccessError exception when attempt to assign new values to the field. |
[+] affected methods (10)
EntityContainer.getInstanceManager ( )Return value of this method has type 'EntityInstanceManager'.
EntityInstanceManager.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.freeInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.getPooledInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.loadingBean ( javax.ejb.EntityBean bean, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.obtainInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, javax.ejb.EntityBean bean, Object primaryKey )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.reusingBean ( javax.ejb.EntityBean bean, org.apache.openejb.core.ThreadContext callContext )This method is from 'EntityInstanceManager' class.
EntityInstanceManager.undeploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'EntityInstanceManager' class.
package org.apache.openejb.spi
[+] Assembler (1)
| Change | Effect |
---|
1 | Abstract method Assembler.destroy ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method org.apache.openejb.OpenEJB.destroy ( ) and may not be implemented by old clients. |
[+] affected methods (5)
Assembler.build ( )This abstract method is from 'Assembler' interface.
Assembler.getContainerSystem ( )This abstract method is from 'Assembler' interface.
Assembler.getSecurityService ( )This abstract method is from 'Assembler' interface.
Assembler.getTransactionManager ( )This abstract method is from 'Assembler' interface.
Assembler.init ( java.util.Properties p1 )This abstract method is from 'Assembler' interface.
package org.apache.openejb.util.proxy
[+] InvocationHandler (1)
| Change | Effect |
---|
1 | Abstract method InvocationHandler.getInvocationHandler ( ) has been added to this interface. | A client program may be interrupted by AbstractMethodError exception. Added abstract method is called in 2nd library version by the method Jdk13ProxyFactory.getInvocationHandler ( Object proxy ) and may not be implemented by old clients. |
[+] affected methods (9)
Jdk13ProxyFactory.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class interfce, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyFactory.getInvocationHandler ( Object p1 )Return value of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyManager.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class interfaceType, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
openejb-jee-3.0.jar
package org.apache.openejb.jee.jpa
[+] RelationField (1)
| Change | Effect |
---|
1 | Added super-interface org.apache.openejb.jee.Keyable. | If abstract methods from an added super-interface must be implemented by client then it may be interrupted by AbstractMethodError exception. Abstract method getKey ( ) from the added super-interface is called by the method org.apache.openejb.config.CmpJpaConversion.addRelationship ( RelationField relationship, java.util.Map existing, java.util.List relationships ) in 2nd library version and may not be implemented by old clients. |
[+] affected methods (106)
ManyToMany.getCascade ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getFetch ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getJoinColumn ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getJoinTable ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getMapKey ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getMappedBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getName ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getOrderBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.getRelatedField ( )Return value of this method has type 'RelationField'.
ManyToMany.getTargetEntity ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.isSyntheticField ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.ManyToMany ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setCascade ( CascadeType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setFetch ( FetchType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setJoinTable ( JoinTable value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setMapKey ( MapKey value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setMappedBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setName ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setOrderBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setRelatedField ( RelationField value )1st parameter 'value' of this method has type 'RelationField'.
ManyToMany.setSyntheticField ( boolean syntheticField )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToMany.setTargetEntity ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getCascade ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getFetch ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getJoinColumn ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getJoinTable ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getMappedBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getName ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.getRelatedField ( )Return value of this method has type 'RelationField'.
ManyToOne.getTargetEntity ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.isOptional ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.isSyntheticField ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.ManyToOne ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setCascade ( CascadeType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setFetch ( FetchType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setJoinTable ( JoinTable value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setMappedBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setName ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setOptional ( Boolean value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setRelatedField ( RelationField value )1st parameter 'value' of this method has type 'RelationField'.
ManyToOne.setSyntheticField ( boolean syntheticField )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ManyToOne.setTargetEntity ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
ObjectFactory.createManyToMany ( )Field 'RetVal.relatedField' in return value of this method has type 'RelationField'.
ObjectFactory.createManyToOne ( )Field 'RetVal.relatedField' in return value of this method has type 'RelationField'.
ObjectFactory.createOneToMany ( )Field 'RetVal.relatedField' in return value of this method has type 'RelationField'.
ObjectFactory.createOneToOne ( )Field 'RetVal.relatedField' in return value of this method has type 'RelationField'.
OneToMany.getCascade ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getFetch ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getJoinColumn ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getJoinTable ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getMapKey ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getMappedBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getName ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getOrderBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.getRelatedField ( )Return value of this method has type 'RelationField'.
OneToMany.getTargetEntity ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.isSyntheticField ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.OneToMany ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setCascade ( CascadeType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setFetch ( FetchType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setJoinTable ( JoinTable value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setMapKey ( MapKey value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setMappedBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setName ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setOrderBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setRelatedField ( RelationField value )1st parameter 'value' of this method has type 'RelationField'.
OneToMany.setSyntheticField ( boolean syntheticField )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToMany.setTargetEntity ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getCascade ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getFetch ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getJoinColumn ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getJoinTable ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getMappedBy ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getName ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getPrimaryKeyJoinColumn ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.getRelatedField ( )Return value of this method has type 'RelationField'.
OneToOne.getTargetEntity ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.isOptional ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.isSyntheticField ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.OneToOne ( )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setCascade ( CascadeType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setFetch ( FetchType value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setJoinTable ( JoinTable value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setMappedBy ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setName ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setOptional ( Boolean value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setRelatedField ( RelationField value )1st parameter 'value' of this method has type 'RelationField'.
OneToOne.setSyntheticField ( boolean syntheticField )Field 'this.relatedField' in the object of this method has type 'RelationField'.
OneToOne.setTargetEntity ( String value )Field 'this.relatedField' in the object of this method has type 'RelationField'.
RelationField.getCascade ( )This abstract method is from 'RelationField' interface.
RelationField.getFetch ( )This abstract method is from 'RelationField' interface.
RelationField.getJoinColumn ( )This abstract method is from 'RelationField' interface.
RelationField.getJoinTable ( )This abstract method is from 'RelationField' interface.
RelationField.getMappedBy ( )This abstract method is from 'RelationField' interface.
RelationField.getName ( )This abstract method is from 'RelationField' interface.
RelationField.getRelatedField ( )This abstract method is from 'RelationField' interface.
RelationField.getTargetEntity ( )This abstract method is from 'RelationField' interface.
RelationField.isSyntheticField ( )This abstract method is from 'RelationField' interface.
RelationField.setCascade ( CascadeType p1 )This abstract method is from 'RelationField' interface.
RelationField.setFetch ( FetchType p1 )This abstract method is from 'RelationField' interface.
RelationField.setJoinTable ( JoinTable p1 )This abstract method is from 'RelationField' interface.
RelationField.setMappedBy ( String p1 )This abstract method is from 'RelationField' interface.
RelationField.setName ( String p1 )This abstract method is from 'RelationField' interface.
RelationField.setRelatedField ( RelationField p1 )1st parameter 'p1' of this abstract method has type 'RelationField'.
RelationField.setSyntheticField ( boolean p1 )This abstract method is from 'RelationField' interface.
RelationField.setTargetEntity ( String p1 )This abstract method is from 'RelationField' interface.
to the top
Problems with Data Types, Low Severity (6)
openejb-core-3.0.jar
package org.apache.openejb
[+] DeploymentInfo (6)
| Change | Effect |
---|
1 | Field TX_MANDITORY (byte) with the compile-time constant value 3 has been removed from this interface. | A client program may change behavior. |
2 | Field TX_MAX (byte) with the compile-time constant value 5 has been removed from this interface. | A client program may change behavior. |
3 | Field TX_REQUIRED (byte) with the compile-time constant value 4 has been removed from this interface. | A client program may change behavior. |
4 | Field TX_REQUIRES_NEW (byte) with the compile-time constant value 5 has been removed from this interface. | A client program may change behavior. |
5 | Field TX_SUPPORTS (byte) with the compile-time constant value 2 has been removed from this interface. | A client program may change behavior. |
6 | Field TX_NOT_SUPPORTED (byte) with the compile-time constant value 1 has been renamed to WRITE_LOCK. | A client program may change behavior. |
[+] affected methods (161)
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 id )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.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )Field 'RetVal.deploymentInfo' in return value 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.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.isBeanManagedTransaction ( )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 ( )Return value 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 )1st parameter 'depInfo' 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'.
to the top
Other Changes in Data Types (34)
openejb-client-3.0.jar
package org.apache.openejb.client
[+] Client (1)
| Change | Effect |
---|
1 | Field failed 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
Client.Client ( )This constructor is from 'Client' class.
Client.processRequest ( Request req, Response res, ServerMetaData server )This method is from 'Client' class.
Client.request ( Request req, Response res, ServerMetaData server )This method is from 'Client' class.
Client.setClient ( Client client )1st parameter 'client' of this method has type 'Client'.
[+] EJBMetaDataImpl (1)
| Change | Effect |
---|
1 | Field SINGLETON 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (54)
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 )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )Field 'this.ejb' in the object 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 ( )Field 'this.ejb' in the object 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 'handler.ejb' in 2nd parameter 'handler' 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.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, int deploymentCode, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, java.util.List businessInterfaces )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.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'.
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.0.jar
package org.apache.openejb
[+] BeanType (1)
| Change | Effect |
---|
1 | Field SINGLETON 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (18)
BeanType.isEntity ( )This method is from 'BeanType' class.
BeanType.isMessageDriven ( )This method is from 'BeanType' class.
BeanType.isSession ( )This method is from 'BeanType' class.
BeanType.valueOf ( String name )This method is from 'BeanType' class.
BeanType.values ( )This method is from 'BeanType' class.
core.CoreDeploymentInfo.CoreDeploymentInfo ( core.DeploymentContext context, Class beanClass, Class homeInterface, Class remoteInterface, Class localHomeInterface, Class localInterface, Class serviceEndpointInterface, java.util.List businessLocals, java.util.List businessRemotes, Class pkClass, BeanType componentType )11th parameter 'componentType' of this method has type 'BeanType'.
core.CoreDeploymentInfo.getComponentType ( )Return value of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.getEJBHome ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.getHomeInterfaceClass ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.getPrimaryKeyClass ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.getRemoteInterfaceClass ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.IntraVmMetaData ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, BeanType typeOfBean )4th parameter 'typeOfBean' of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.IntraVmMetaData ( Class homeInterface, Class remoteInterface, BeanType typeOfBean )3rd parameter 'typeOfBean' of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.isSession ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.isStatelessSession ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.setEJBHome ( javax.ejb.EJBHome home )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.writeReplace ( )Field 'this.type' in the object of this method has type 'BeanType'.
DeploymentInfo.getComponentType ( )Return value of this abstract method has type 'BeanType'.
[+] ContainerType (1)
| Change | Effect |
---|
1 | Field SINGLETON 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (9)
Container.getContainerType ( )Return value of this abstract method has type 'ContainerType'.
ContainerType.valueOf ( String name )This method is from 'ContainerType' class.
ContainerType.values ( )This method is from 'ContainerType' class.
core.cmp.CmpContainer.getContainerType ( )Return value of this method has type 'ContainerType'.
core.entity.EntityContainer.getContainerType ( )Return value of this method has type 'ContainerType'.
core.mdb.MdbContainer.getContainerType ( )Return value of this method has type 'ContainerType'.
core.RpcContainerWrapper.getContainerType ( )Return value of this method has type 'ContainerType'.
core.stateful.StatefulContainer.getContainerType ( )Return value of this method has type 'ContainerType'.
core.stateless.StatelessContainer.getContainerType ( )Return value of this method has type 'ContainerType'.
[+] DeploymentInfo (2)
| Change | Effect |
---|
1 | Abstract method DeploymentInfo.getDependsOn ( ) has been added to this interface. | No effect. |
2 | Abstract method DeploymentInfo.isLoadOnStartup ( ) has been added to this interface. | No effect. |
[+] affected methods (161)
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 id )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.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )Field 'RetVal.deploymentInfo' in return value 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.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.isBeanManagedTransaction ( )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 ( )Return value 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'.
package org.apache.openejb.assembler.classic
[+] Assembler (5)
| Change | Effect |
---|
1 | Field CONFIGURATOR_PROPERTY 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 and cause IncompatibleClassChangeError exception. |
2 | Field DEFAULT_CONFIGURATOR 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 and cause IncompatibleClassChangeError exception. |
3 | Field DUCT_TAPE_PROPERTY 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 and cause IncompatibleClassChangeError exception. |
4 | Field JAVA_OPENEJB_NAMING_CONTEXT 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 and cause IncompatibleClassChangeError exception. |
5 | Field PERSISTENCE_UNIT_NAMING_CONTEXT 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (35)
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 ( 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.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.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.
[+] EjbJarInfo (1)
| Change | Effect |
---|
1 | Field methodConcurrency 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (14)
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.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'.
[+] EnterpriseBeanInfo (4)
| Change | Effect |
---|
1 | Field SINGLETON 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 and cause IncompatibleClassChangeError exception. |
2 | Field concurrencyType 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 and cause IncompatibleClassChangeError exception. |
3 | Field dependsOn 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 and cause IncompatibleClassChangeError exception. |
4 | Field loadOnStartup 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
EjbResolver.getEnterpriseBeanInfo ( String deploymentId )Return value of this method has type 'EnterpriseBeanInfo'.
EnterpriseBeanInfo.EnterpriseBeanInfo ( )This constructor is from 'EnterpriseBeanInfo' abstract class.
InterceptorBindingBuilder.build ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo )2nd parameter 'beanInfo' of this method has type 'EnterpriseBeanInfo'.
InterceptorBuilder.InterceptorBuilder ( java.util.List defaultInterceptors, EnterpriseBeanInfo bean )2nd parameter 'bean' of this method has type 'EnterpriseBeanInfo'.
JndiBuilder.bind ( EjbJarInfo ejbJarInfo, org.apache.openejb.DeploymentInfo deploymentInfo, EnterpriseBeanInfo beanInfo, JndiBuilder.JndiNameStrategy strategy )3rd parameter 'beanInfo' of this method has type 'EnterpriseBeanInfo'.
package org.apache.openejb.config
[+] AnnotationDeployer (1)
| Change | Effect |
---|
1 | Field startupLogger 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (4)
AnnotationDeployer.AnnotationDeployer ( )This constructor is from 'AnnotationDeployer' class.
AnnotationDeployer.deploy ( AppModule appModule )This method is from 'AnnotationDeployer' class.
AnnotationDeployer.deploy ( WebModule webModule )This method is from 'AnnotationDeployer' class.
AnnotationDeployer.getValidationContext ( )This method is from 'AnnotationDeployer' class.
[+] ConfigurationFactory (1)
| Change | Effect |
---|
1 | Field VALIDATION_SKIP_PROPERTY 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (31)
AutoConfig.AutoConfig ( ConfigurationFactory configFactory )1st parameter 'configFactory' of this method has type 'ConfigurationFactory'.
ConfigurationFactory.ConfigurationFactory ( )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, DynamicDeployer preAutoConfigDeployer )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.ConfigurationFactory ( boolean offline, DynamicDeployer preAutoConfigDeployer, org.apache.openejb.assembler.classic.OpenEjbConfiguration configuration )This constructor is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( java.io.File jarFile )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( AppModule appModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( ClientModule clientModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( ConnectorModule connectorModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( EjbModule ejbModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( WebModule webModule )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureApplication ( org.apache.openejb.jee.EjbJar ejbJar )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Class type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Class type, String serviceId, java.util.Properties declaredProperties, String providerId, String serviceType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( String id, Class type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.configureService ( Service service, Class infoType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerIds ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerInfos ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getContainerInfoType ( String ctype )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getOpenEjbConfiguration ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( String type )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceIds ( String type, java.util.Properties required )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getResourceInfo ( String id )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.getSystemProperties ( String serviceId, String serviceType )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.init ( java.util.Properties props )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.install ( org.apache.openejb.assembler.classic.ContainerInfo serviceInfo )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.install ( org.apache.openejb.assembler.classic.ResourceInfo serviceInfo )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.toConfigDeclaration ( String id, java.net.URI uri )This method is from 'ConfigurationFactory' class.
ConfigurationFactory.toHandlerChainInfo ( org.apache.openejb.jee.HandlerChains chains )This method is from 'ConfigurationFactory' class.
package org.apache.openejb.core.ivm
[+] BaseEjbProxyHandler (1)
| Change | Effect |
---|
1 | Field clientIdentity 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (23)
BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler._writeReplace ( Object p1 )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.BaseEjbProxyHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )This constructor is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyArgs ( Object[ ] objects )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.copyObj ( Object object )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.equals ( Object obj )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getCause ( Throwable e )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getDeploymentInfo ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInterfaces ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getLiveHandleRegistry ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getMainInterface ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.getProxyInfo ( )This abstract method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.hashCode ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateAllHandlers ( Object key )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invalidateReference ( )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.registerHandler ( Object key, BaseEjbProxyHandler handler )2nd parameter 'handler' of this method has type 'BaseEjbProxyHandler'.
BaseEjbProxyHandler.setDeploymentInfo ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )This method is from 'BaseEjbProxyHandler' abstract class.
BaseEjbProxyHandler.toString ( )This method is from 'BaseEjbProxyHandler' abstract class.
package org.apache.openejb.core.stateful
[+] PassivationStrategy (1)
| Change | Effect |
---|
1 | Abstract method PassivationStrategy.passivate ( java.util.Map p1 ) has been added to this interface. | No effect. |
[+] affected methods (2)
PassivationStrategy.activate ( Object p1 )This abstract method is from 'PassivationStrategy' interface.
PassivationStrategy.init ( java.util.Properties p1 )This abstract method is from 'PassivationStrategy' interface.
[+] StatefulContainer (1)
| Change | Effect |
---|
1 | Field cache 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (12)
StatefulContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo )This method is from 'StatefulContainer' class.
StatefulContainer.deployments ( )This method is from 'StatefulContainer' class.
StatefulContainer.getContainerID ( )This method is from 'StatefulContainer' class.
StatefulContainer.getContainerType ( )This method is from 'StatefulContainer' class.
StatefulContainer.getDeploymentInfo ( Object deploymentID )This method is from 'StatefulContainer' class.
StatefulContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )This method is from 'StatefulContainer' class.
StatefulContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity )This method is from 'StatefulContainer' class.
StatefulContainer.newPrimaryKey ( )This method is from 'StatefulContainer' class.
StatefulContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args )This method is from 'StatefulContainer' class.
StatefulContainer.undeploy ( org.apache.openejb.DeploymentInfo info )This method is from 'StatefulContainer' class.
package org.apache.openejb.core.stateless
[+] StatelessInstanceManager (1)
| Change | Effect |
---|
1 | Field timeout 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (5)
StatelessContainer.getInstanceManager ( )Return value of this method has type 'StatelessInstanceManager'.
StatelessInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.getInstance ( org.apache.openejb.core.ThreadContext callContext )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.poolInstance ( org.apache.openejb.core.ThreadContext callContext, Object bean )This method is from 'StatelessInstanceManager' class.
StatelessInstanceManager.undeploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo )This method is from 'StatelessInstanceManager' class.
package org.apache.openejb.util
[+] MakeTxLookup (3)
| Change | Effect |
---|
1 | Field ECLIPSELINK_FACTORY 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 and cause IncompatibleClassChangeError exception. |
2 | Field HIBERNATE_FACTORY 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 and cause IncompatibleClassChangeError exception. |
3 | Field TOPLINK_FACTORY 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (2)
MakeTxLookup.main ( String[ ] args )This method is from 'MakeTxLookup' class.
MakeTxLookup.MakeTxLookup ( )This constructor is from 'MakeTxLookup' class.
package org.apache.openejb.util.proxy
[+] InvocationHandler (1)
| Change | Effect |
---|
1 | Added super-interface java.lang.reflect.InvocationHandler. | No effect. |
[+] affected methods (9)
Jdk13ProxyFactory.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class interfce, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
Jdk13ProxyFactory.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyFactory.getInvocationHandler ( Object p1 )Return value of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyFactory.newProxyInstance ( Class[ ] p1, InvocationHandler p2 )2nd parameter 'p2' of this abstract method has type 'InvocationHandler'.
ProxyManager.getInvocationHandler ( Object proxy )Return value of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class interfaceType, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
ProxyManager.newProxyInstance ( Class[ ] interfaces, InvocationHandler h )2nd parameter 'h' of this method has type 'InvocationHandler'.
openejb-jee-3.0.jar
package org.apache.openejb.jee
[+] AssemblyDescriptor (1)
| Change | Effect |
---|
1 | Field containerConcurrency 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (57)
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.addInterceptorBinding ( InterceptorBinding binding )This method is from 'AssemblyDescriptor' class.
AssemblyDescriptor.AssemblyDescriptor ( )This constructor 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.getMethodPermission ( )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'.
[+] SessionBean (3)
| Change | Effect |
---|
1 | Field concurrencyType 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 and cause IncompatibleClassChangeError exception. |
2 | Field dependsOn 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 and cause IncompatibleClassChangeError exception. |
3 | Field loadOnStartup 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (77)
SessionBean.addAroundInvoke ( String method )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( String businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( String businessRemote )This method is from 'SessionBean' class.
SessionBean.addPostActivate ( String method )This method is from 'SessionBean' class.
SessionBean.addPostConstruct ( String method )This method is from 'SessionBean' class.
SessionBean.addPreDestroy ( String method )This method is from 'SessionBean' class.
SessionBean.addPrePassivate ( String method )This method is from 'SessionBean' class.
SessionBean.getAroundInvoke ( )This method is from 'SessionBean' class.
SessionBean.getBusinessLocal ( )This method is from 'SessionBean' class.
SessionBean.getBusinessRemote ( )This method is from 'SessionBean' class.
SessionBean.getDescription ( )This method is from 'SessionBean' class.
SessionBean.getDescriptions ( )This method is from 'SessionBean' class.
SessionBean.getDisplayName ( )This method is from 'SessionBean' class.
SessionBean.getDisplayNames ( )This method is from 'SessionBean' class.
SessionBean.getEjbClass ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbLocalRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEjbName ( )This method is from 'SessionBean' class.
SessionBean.getEjbRef ( )This method is from 'SessionBean' class.
SessionBean.getEjbRefMap ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntry ( )This method is from 'SessionBean' class.
SessionBean.getEnvEntryMap ( )This method is from 'SessionBean' class.
SessionBean.getHome ( )This method is from 'SessionBean' class.
SessionBean.getIcon ( )This method is from 'SessionBean' class.
SessionBean.getIconMap ( )This method is from 'SessionBean' class.
SessionBean.getIcons ( )This method is from 'SessionBean' class.
SessionBean.getId ( )This method is from 'SessionBean' class.
SessionBean.getInitMethod ( )This method is from 'SessionBean' class.
SessionBean.getJndiConsumerName ( )This method is from 'SessionBean' class.
SessionBean.getLocal ( )This method is from 'SessionBean' class.
SessionBean.getLocalHome ( )This method is from 'SessionBean' class.
SessionBean.getMappedName ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRef ( )This method is from 'SessionBean' class.
SessionBean.getMessageDestinationRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceContextRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRef ( )This method is from 'SessionBean' class.
SessionBean.getPersistenceUnitRefMap ( )This method is from 'SessionBean' class.
SessionBean.getPostActivate ( )This method is from 'SessionBean' class.
SessionBean.getPostConstruct ( )This method is from 'SessionBean' class.
SessionBean.getPreDestroy ( )This method is from 'SessionBean' class.
SessionBean.getPrePassivate ( )This method is from 'SessionBean' class.
SessionBean.getRemote ( )This method is from 'SessionBean' class.
SessionBean.getRemoveMethod ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceEnvRefMap ( )This method is from 'SessionBean' class.
SessionBean.getResourceRef ( )This method is from 'SessionBean' class.
SessionBean.getResourceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSecurityIdentity ( )This method is from 'SessionBean' class.
SessionBean.getSecurityRoleRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceEndpoint ( )This method is from 'SessionBean' class.
SessionBean.getServiceRef ( )This method is from 'SessionBean' class.
SessionBean.getServiceRefMap ( )This method is from 'SessionBean' class.
SessionBean.getSessionType ( )This method is from 'SessionBean' class.
SessionBean.getTimeoutMethod ( )This method is from 'SessionBean' class.
SessionBean.getTransactionType ( )This method is from 'SessionBean' class.
SessionBean.SessionBean ( )This constructor is from 'SessionBean' class.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )This constructor is from 'SessionBean' class.
SessionBean.setDescriptions ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setDisplayNames ( Text[ ] text )This method is from 'SessionBean' class.
SessionBean.setEjbClass ( String value )This method is from 'SessionBean' class.
SessionBean.setEjbName ( String value )This method is from 'SessionBean' class.
SessionBean.setHome ( String value )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( Class localHome, Class local )This method is from 'SessionBean' class.
SessionBean.setHomeAndLocal ( String localHome, String local )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( Class home, Class remote )This method is from 'SessionBean' class.
SessionBean.setHomeAndRemote ( String home, String remote )This method is from 'SessionBean' class.
SessionBean.setId ( String value )This method is from 'SessionBean' class.
SessionBean.setLocal ( String value )This method is from 'SessionBean' class.
SessionBean.setLocalHome ( String value )This method is from 'SessionBean' class.
SessionBean.setMappedName ( String value )This method is from 'SessionBean' class.
SessionBean.setRemote ( String value )This method is from 'SessionBean' class.
SessionBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'SessionBean' class.
SessionBean.setServiceEndpoint ( String value )This method is from 'SessionBean' class.
SessionBean.setSessionType ( SessionType value )This method is from 'SessionBean' class.
SessionBean.setTimeoutMethod ( NamedMethod value )This method is from 'SessionBean' class.
SessionBean.setTransactionType ( TransactionType value )This method is from 'SessionBean' class.
[+] SessionType (1)
| Change | Effect |
---|
1 | Field SINGLETON 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (81)
SessionBean.addAroundInvoke ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addBusinessLocal ( String businessLocal )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addBusinessRemote ( String businessRemote )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addPostActivate ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addPostConstruct ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addPreDestroy ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addPrePassivate ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getAroundInvoke ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getBusinessLocal ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getBusinessRemote ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getDescription ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getDescriptions ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getDisplayName ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getDisplayNames ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbClass ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbLocalRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbLocalRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbName ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEjbRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEnvEntry ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getEnvEntryMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getHome ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getIcon ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getIconMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getIcons ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getId ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getInitMethod ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getJndiConsumerName ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getLocal ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getLocalHome ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getMappedName ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getMessageDestinationRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getMessageDestinationRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPersistenceContextRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPersistenceContextRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPersistenceUnitRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPersistenceUnitRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPostActivate ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPostConstruct ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPreDestroy ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getPrePassivate ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getRemote ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getRemoveMethod ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getResourceEnvRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getResourceEnvRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getResourceRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getResourceRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getSecurityIdentity ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getSecurityRoleRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getServiceEndpoint ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getServiceRef ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getServiceRefMap ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getSessionType ( )Return value of this method has type 'SessionType'.
SessionBean.getTimeoutMethod ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getTransactionType ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.SessionBean ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.SessionBean ( String ejbName, String ejbClass, SessionType sessionType )3rd parameter 'sessionType' of this method has type 'SessionType'.
SessionBean.setDescriptions ( Text[ ] text )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setDisplayNames ( Text[ ] text )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setEjbClass ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setEjbName ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setHome ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setHomeAndLocal ( Class localHome, Class local )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setHomeAndLocal ( String localHome, String local )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setHomeAndRemote ( Class home, Class remote )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setHomeAndRemote ( String home, String remote )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setId ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setLocal ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setLocalHome ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setMappedName ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setRemote ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setSecurityIdentity ( SecurityIdentity value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setServiceEndpoint ( String value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setSessionType ( SessionType value )1st parameter 'value' of this method has type 'SessionType'.
SessionBean.setTimeoutMethod ( NamedMethod value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setTransactionType ( TransactionType value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionType.valueOf ( String name )This method is from 'SessionType' class.
SessionType.values ( )This method is from 'SessionType' class.
StatefulBean.setSessionType ( SessionType value )1st parameter 'value' of this method has type 'SessionType'.
StatelessBean.setSessionType ( SessionType value )1st parameter 'value' of this method has type 'SessionType'.
package org.apache.openejb.jee.jpa
[+] Entity (2)
| Change | Effect |
---|
1 | Field ejbName 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 and cause IncompatibleClassChangeError exception. |
2 | Field xmlMetadataComplete 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods (56)
Entity.addField ( Field field )This method is from 'Entity' class.
Entity.Entity ( )This constructor is from 'Entity' class.
Entity.getAccess ( )This method is from 'Entity' class.
Entity.getAssociationOverride ( )This method is from 'Entity' class.
Entity.getAttributeOverride ( )This method is from 'Entity' class.
Entity.getAttributes ( )This method is from 'Entity' class.
Entity.getClazz ( )This method is from 'Entity' class.
Entity.getDescription ( )This method is from 'Entity' class.
Entity.getDiscriminatorColumn ( )This method is from 'Entity' class.
Entity.getDiscriminatorValue ( )This method is from 'Entity' class.
Entity.getEntityListeners ( )This method is from 'Entity' class.
Entity.getIdClass ( )This method is from 'Entity' class.
Entity.getInheritance ( )This method is from 'Entity' class.
Entity.getName ( )This method is from 'Entity' class.
Entity.getNamedNativeQuery ( )This method is from 'Entity' class.
Entity.getNamedQuery ( )This method is from 'Entity' class.
Entity.getPostLoad ( )This method is from 'Entity' class.
Entity.getPostPersist ( )This method is from 'Entity' class.
Entity.getPostRemove ( )This method is from 'Entity' class.
Entity.getPostUpdate ( )This method is from 'Entity' class.
Entity.getPrePersist ( )This method is from 'Entity' class.
Entity.getPreRemove ( )This method is from 'Entity' class.
Entity.getPreUpdate ( )This method is from 'Entity' class.
Entity.getPrimaryKeyJoinColumn ( )This method is from 'Entity' class.
Entity.getSecondaryTable ( )This method is from 'Entity' class.
Entity.getSequenceGenerator ( )This method is from 'Entity' class.
Entity.getSqlResultSetMapping ( )This method is from 'Entity' class.
Entity.getTable ( )This method is from 'Entity' class.
Entity.getTableGenerator ( )This method is from 'Entity' class.
Entity.isExcludeDefaultListeners ( )This method is from 'Entity' class.
Entity.isExcludeSuperclassListeners ( )This method is from 'Entity' class.
Entity.isMetadataComplete ( )This method is from 'Entity' class.
Entity.setAccess ( AccessType value )This method is from 'Entity' class.
Entity.setAttributes ( Attributes value )This method is from 'Entity' class.
Entity.setClazz ( String value )This method is from 'Entity' class.
Entity.setDescription ( String value )This method is from 'Entity' class.
Entity.setDiscriminatorColumn ( DiscriminatorColumn value )This method is from 'Entity' class.
Entity.setDiscriminatorValue ( String value )This method is from 'Entity' class.
Entity.setEntityListeners ( EntityListeners value )This method is from 'Entity' class.
Entity.setExcludeDefaultListeners ( boolean value )This method is from 'Entity' class.
Entity.setExcludeSuperclassListeners ( boolean value )This method is from 'Entity' class.
Entity.setIdClass ( IdClass value )This method is from 'Entity' class.
Entity.setInheritance ( Inheritance value )This method is from 'Entity' class.
Entity.setMetadataComplete ( Boolean value )This method is from 'Entity' class.
Entity.setName ( String value )This method is from 'Entity' class.
Entity.setPostLoad ( PostLoad value )This method is from 'Entity' class.
Entity.setPostPersist ( PostPersist value )This method is from 'Entity' class.
Entity.setPostRemove ( PostRemove value )This method is from 'Entity' class.
Entity.setPostUpdate ( PostUpdate value )This method is from 'Entity' class.
Entity.setPrePersist ( PrePersist value )This method is from 'Entity' class.
Entity.setPreRemove ( PreRemove value )This method is from 'Entity' class.
Entity.setPreUpdate ( PreUpdate value )This method is from 'Entity' class.
Entity.setSequenceGenerator ( SequenceGenerator value )This method is from 'Entity' class.
Entity.setTable ( Table value )This method is from 'Entity' class.
Entity.setTableGenerator ( TableGenerator value )This method is from 'Entity' class.
ObjectFactory.createEntity ( )Return value of this method has type 'Entity'.
[+] Field (1)
| Change | Effect |
---|
1 | Added super-interface org.apache.openejb.jee.Keyable. | No effect. |
[+] affected methods (7)
Entity.addField ( Field field )1st parameter 'field' of this method has type 'Field'.
Field.getColumn ( )This abstract method is from 'Field' interface.
Field.getName ( )This abstract method is from 'Field' interface.
Field.setColumn ( Column p1 )This abstract method is from 'Field' interface.
Field.setName ( String p1 )This abstract method is from 'Field' interface.
MappedSuperclass.addField ( Field field )1st parameter 'field' of this method has type 'Field'.
Mapping.addField ( Field p1 )1st parameter 'p1' of this abstract method has type 'Field'.
to the top
Java ARchives (12)
openejb-client-3.0.jar
openejb-core-3.0.jar
openejb-cxf-3.0.jar
openejb-ejbd-3.0.jar
openejb-hsql-3.0.jar
openejb-http-3.0.jar
openejb-javaagent-3.0.jar
openejb-jee-3.0.jar
openejb-loader-3.0.jar
openejb-server-3.0.jar
openejb-telnet-3.0.jar
openejb-webservices-3.0.jar
to the top
Generated on Thu May 3 11:12:29 2012 for OpenEJB by Java API Compliance Checker 1.1.1
A tool for checking backward compatibility of a Java library API