Source compatibility report for the OpenEJB library between 3.1.2 and 3.1.3 versions
Test Info
Library Name | OpenEJB |
Version #1 | 3.1.2 |
Version #2 | 3.1.3 |
Test Results
Total Java ARchives | 14 |
---|
Total Methods / Classes | 15726 / 1714 |
---|
Verdict | Incompatible (3.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 2495 |
---|
Removed Methods | High | 63 |
---|
Problems with Data Types | High | 53 |
---|
Medium | 2 |
Low | 2 |
Problems with Methods | High | 5 |
---|
Medium | 4 |
Low | 0 |
Other Changes in Data Types | - | 28 |
Added Methods (2495)
openejb-api-3.1.3.jar, Monitor.class
package org.apache.openejb.api
Monitor.sample ( ) [abstract] : int
[run-time name: org/apache/openejb/api/Monitor.sample:()I]
openejb-client-3.1.3.jar, Arguments.class
package org.apache.openejb.client
CommandParser.Arguments.CommandParser.Arguments ( Options options, java.util.List args )
[run-time name: org/apache/openejb/client/CommandParser.Arguments."<init>":(Lorg/apache/openejb/client/Options;Ljava/util/List;)V]
CommandParser.Arguments.get ( ) : java.util.List
[run-time name: org/apache/openejb/client/CommandParser.Arguments.get:()Ljava/util/List;]
CommandParser.Arguments.options ( ) : Options
[run-time name: org/apache/openejb/client/CommandParser.Arguments.options:()Lorg/apache/openejb/client/Options;]
openejb-client-3.1.3.jar, Category.class
package org.apache.openejb.client
CommandParser.Category.CommandParser.Category ( String name )
[run-time name: org/apache/openejb/client/CommandParser.Category."<init>":(Ljava/lang/String;)V]
openejb-client-3.1.3.jar, Client.class
package org.apache.openejb.client
Client.addRetryCondition ( Class throwable ) [static] : boolean
[run-time name: org/apache/openejb/client/Client.addRetryCondition:(Ljava/lang/Class;)Z]
Client.removeRetryCondition ( Class throwable ) [static] : boolean
[run-time name: org/apache/openejb/client/Client.removeRetryCondition:(Ljava/lang/Class;)Z]
openejb-client-3.1.3.jar, ClusterMetaData.class
package org.apache.openejb.client
ClusterMetaData.setConnectionStrategy ( String connectionStrategy ) : void
[run-time name: org/apache/openejb/client/ClusterMetaData.setConnectionStrategy:(Ljava/lang/String;)V]
openejb-client-3.1.3.jar, CommandParser.class
package org.apache.openejb.client
CommandParser.category ( String name ) : void
[run-time name: org/apache/openejb/client/CommandParser.category:(Ljava/lang/String;)V]
CommandParser.CommandParser ( )
[run-time name: org/apache/openejb/client/CommandParser."<init>":()V]
CommandParser.init ( ) : void
[run-time name: org/apache/openejb/client/CommandParser.init:()V]
CommandParser.opt ( char _short, String _long ) : CommandParser.Option
[run-time name: org/apache/openejb/client/CommandParser.opt:(CLjava/lang/String;)Lorg/apache/openejb/client/CommandParser$Option;]
CommandParser.opt ( String _long ) : CommandParser.Option
[run-time name: org/apache/openejb/client/CommandParser.opt:(Ljava/lang/String;)Lorg/apache/openejb/client/CommandParser$Option;]
CommandParser.parse ( String[ ] args ) : CommandParser.Arguments
[run-time name: org/apache/openejb/client/CommandParser.parse:([Ljava/lang/String;)Lorg/apache/openejb/client/CommandParser$Arguments;]
CommandParser.usage ( ) : java.util.List
[run-time name: org/apache/openejb/client/CommandParser.usage:()Ljava/util/List;]
CommandParser.validate ( CommandParser.Arguments arguments ) : java.util.List
[run-time name: org/apache/openejb/client/CommandParser.validate:(Lorg/apache/openejb/client/CommandParser$Arguments;)Ljava/util/List;]
openejb-client-3.1.3.jar, ConnectionManager.class
package org.apache.openejb.client
ConnectionManager.getConnection ( ClusterMetaData cluster, ServerMetaData server, Request req ) [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/Request;)Lorg/apache/openejb/client/Connection;]
openejb-client-3.1.3.jar, ConnectionPoolTimeoutException.class
package org.apache.openejb.client
ConnectionPoolTimeoutException.ConnectionPoolTimeoutException ( )
[run-time name: org/apache/openejb/client/ConnectionPoolTimeoutException."<init>":()V]
ConnectionPoolTimeoutException.ConnectionPoolTimeoutException ( String s )
[run-time name: org/apache/openejb/client/ConnectionPoolTimeoutException."<init>":(Ljava/lang/String;)V]
ConnectionPoolTimeoutException.ConnectionPoolTimeoutException ( String s, Exception e )
[run-time name: org/apache/openejb/client/ConnectionPoolTimeoutException."<init>":(Ljava/lang/String;Ljava/lang/Exception;)V]
openejb-client-3.1.3.jar, EJBMetaDataImpl.class
package org.apache.openejb.client
EJBMetaDataImpl.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.getProperties:()Ljava/util/Properties;]
EJBMetaDataImpl.loadProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/client/EJBMetaDataImpl.loadProperties:(Ljava/util/Properties;)V]
openejb-client-3.1.3.jar, EJBRequest.class
package org.apache.openejb.client
EJBRequest.getEjbMetaData ( ) : EJBMetaDataImpl
[run-time name: org/apache/openejb/client/EJBRequest.getEjbMetaData:()Lorg/apache/openejb/client/EJBMetaDataImpl;]
openejb-client-3.1.3.jar, FailoverConnectionFactory.class
package org.apache.openejb.client
FailoverConnectionFactory.FailoverConnectionFactory ( )
[run-time name: org/apache/openejb/client/FailoverConnectionFactory."<init>":()V]
FailoverConnectionFactory.getConnection ( java.net.URI failoverUri ) : Connection
[run-time name: org/apache/openejb/client/FailoverConnectionFactory.getConnection:(Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
FailoverConnectionFactory.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/client/FailoverConnectionFactory.main:([Ljava/lang/String;)V]
openejb-client-3.1.3.jar, HelpException.class
package org.apache.openejb.client
CommandParser.HelpException.CommandParser.HelpException ( )
[run-time name: org/apache/openejb/client/CommandParser.HelpException."<init>":()V]
openejb-client-3.1.3.jar, InvalidOptionsException.class
package org.apache.openejb.client
CommandParser.InvalidOptionsException.CommandParser.InvalidOptionsException ( )
[run-time name: org/apache/openejb/client/CommandParser.InvalidOptionsException."<init>":()V]
openejb-client-3.1.3.jar, Log.class
package org.apache.openejb.client
Options.Log.debug ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.debug:(Ljava/lang/String;)V]
Options.Log.debug ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.Log.info ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.info:(Ljava/lang/String;)V]
Options.Log.info ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.Log.isDebugEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/client/Options.Log.isDebugEnabled:()Z]
Options.Log.isInfoEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/client/Options.Log.isInfoEnabled:()Z]
Options.Log.isWarningEnabled ( ) [abstract] : boolean
[run-time name: org/apache/openejb/client/Options.Log.isWarningEnabled:()Z]
Options.Log.warning ( String p1 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.warning:(Ljava/lang/String;)V]
Options.Log.warning ( String p1, Throwable p2 ) [abstract] : void
[run-time name: org/apache/openejb/client/Options.Log.warning:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-client-3.1.3.jar, NullLog.class
package org.apache.openejb.client
Options.NullLog.debug ( String message ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.debug:(Ljava/lang/String;)V]
Options.NullLog.debug ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.debug:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.NullLog.info ( String message ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.info:(Ljava/lang/String;)V]
Options.NullLog.info ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.info:(Ljava/lang/String;Ljava/lang/Throwable;)V]
Options.NullLog.isDebugEnabled ( ) : boolean
[run-time name: org/apache/openejb/client/Options.NullLog.isDebugEnabled:()Z]
Options.NullLog.isInfoEnabled ( ) : boolean
[run-time name: org/apache/openejb/client/Options.NullLog.isInfoEnabled:()Z]
Options.NullLog.isWarningEnabled ( ) : boolean
[run-time name: org/apache/openejb/client/Options.NullLog.isWarningEnabled:()Z]
Options.NullLog.Options.NullLog ( )
[run-time name: org/apache/openejb/client/Options.NullLog."<init>":()V]
Options.NullLog.warning ( String message ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.warning:(Ljava/lang/String;)V]
Options.NullLog.warning ( String message, Throwable t ) : void
[run-time name: org/apache/openejb/client/Options.NullLog.warning:(Ljava/lang/String;Ljava/lang/Throwable;)V]
openejb-client-3.1.3.jar, Option.class
package org.apache.openejb.client
CommandParser.Option.description ( String description ) : CommandParser.Option
[run-time name: org/apache/openejb/client/CommandParser.Option.description:(Ljava/lang/String;)Lorg/apache/openejb/client/CommandParser$Option;]
CommandParser.Option.getDescription ( ) : String
[run-time name: org/apache/openejb/client/CommandParser.Option.getDescription:()Ljava/lang/String;]
CommandParser.Option.getMini ( ) : String
[run-time name: org/apache/openejb/client/CommandParser.Option.getMini:()Ljava/lang/String;]
CommandParser.Option.getName ( ) : String
[run-time name: org/apache/openejb/client/CommandParser.Option.getName:()Ljava/lang/String;]
CommandParser.Option.getType ( ) : Class
[run-time name: org/apache/openejb/client/CommandParser.Option.getType:()Ljava/lang/Class;]
CommandParser.Option.getValue ( ) : Object
[run-time name: org/apache/openejb/client/CommandParser.Option.getValue:()Ljava/lang/Object;]
CommandParser.Option.setDescription ( String description ) : void
[run-time name: org/apache/openejb/client/CommandParser.Option.setDescription:(Ljava/lang/String;)V]
CommandParser.Option.setType ( Class type ) : void
[run-time name: org/apache/openejb/client/CommandParser.Option.setType:(Ljava/lang/Class;)V]
CommandParser.Option.setValue ( Object value ) : void
[run-time name: org/apache/openejb/client/CommandParser.Option.setValue:(Ljava/lang/Object;)V]
CommandParser.Option.type ( Class type ) : CommandParser.Option
[run-time name: org/apache/openejb/client/CommandParser.Option.type:(Ljava/lang/Class;)Lorg/apache/openejb/client/CommandParser$Option;]
CommandParser.Option.value ( Object value ) : CommandParser.Option
[run-time name: org/apache/openejb/client/CommandParser.Option.value:(Ljava/lang/Object;)Lorg/apache/openejb/client/CommandParser$Option;]
openejb-client-3.1.3.jar, Options.class
package org.apache.openejb.client
Options.get ( String property, boolean defaultValue ) : boolean
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;Z)Z]
Options.get ( String property, Class defaultValue ) : Class
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Class;]
Options.get ( String property, Enum defaultValue ) : Enum
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;Ljava/lang/Enum;)Ljava/lang/Enum;]
Options.get ( String property, int defaultValue ) : int
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;I)I]
Options.get ( String property, long defaultValue ) : long
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;J)J]
Options.get ( String property, Object defaultValue ) : Object
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
Options.get ( String property, String defaultValue ) : String
[run-time name: org/apache/openejb/client/Options.get:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
Options.getAll ( String property, Class enumType ) : java.util.Set
[run-time name: org/apache/openejb/client/Options.getAll:(Ljava/lang/String;Ljava/lang/Class;)Ljava/util/Set;]
Options.getAll ( String property, Enum[ ] defaultValue ) : java.util.Set
[run-time name: org/apache/openejb/client/Options.getAll:(Ljava/lang/String;[Ljava/lang/Enum;)Ljava/util/Set;]
Options.getAll ( String property, java.util.Set defaultValue ) : java.util.Set
[run-time name: org/apache/openejb/client/Options.getAll:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;]
Options.getAll ( String property, java.util.Set defaultValue, Class enumType ) : java.util.Set
[run-time name: org/apache/openejb/client/Options.getAll:(Ljava/lang/String;Ljava/util/Set;Ljava/lang/Class;)Ljava/util/Set;]
Options.getLogger ( ) : Options.Log
[run-time name: org/apache/openejb/client/Options.getLogger:()Lorg/apache/openejb/client/Options$Log;]
Options.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/client/Options.getProperties:()Ljava/util/Properties;]
Options.has ( String property ) : boolean
[run-time name: org/apache/openejb/client/Options.has:(Ljava/lang/String;)Z]
Options.join ( String delimiter, Object[ ] collection ) [static] : String
[run-time name: org/apache/openejb/client/Options.join:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;]
Options.logAll ( String property, java.util.Set value ) : java.util.Set
[run-time name: org/apache/openejb/client/Options.logAll:(Ljava/lang/String;Ljava/util/Set;)Ljava/util/Set;]
Options.lowercase ( Enum[ ] items ) [static] : String[ ]
[run-time name: org/apache/openejb/client/Options.lowercase:([Ljava/lang/Enum;)[Ljava/lang/String;]
Options.lowercase ( java.util.Collection items ) [static] : String[ ]
[run-time name: org/apache/openejb/client/Options.lowercase:(Ljava/util/Collection;)[Ljava/lang/String;]
Options.Options ( java.util.Properties properties )
[run-time name: org/apache/openejb/client/Options."<init>":(Ljava/util/Properties;)V]
Options.Options ( java.util.Properties properties, Options parent )
[run-time name: org/apache/openejb/client/Options."<init>":(Ljava/util/Properties;Lorg/apache/openejb/client/Options;)V]
Options.possibleValues ( Class enumType ) [static] : String
[run-time name: org/apache/openejb/client/Options.possibleValues:(Ljava/lang/Class;)Ljava/lang/String;]
Options.possibleValues ( Enum v ) [static] : String
[run-time name: org/apache/openejb/client/Options.possibleValues:(Ljava/lang/Enum;)Ljava/lang/String;]
Options.setLogger ( Options.Log logger ) : void
[run-time name: org/apache/openejb/client/Options.setLogger:(Lorg/apache/openejb/client/Options$Log;)V]
Options.valueOf ( Class enumType, String name ) [static] : Enum
[run-time name: org/apache/openejb/client/Options.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;]
openejb-client-3.1.3.jar, RandomConnectionStrategy.class
package org.apache.openejb.client
RandomConnectionStrategy.connect ( ClusterMetaData cluster, java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
RandomConnectionStrategy.connect ( ClusterMetaData cluster, ServerMetaData server ) : Connection
[run-time name: org/apache/openejb/client/RandomConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
RandomConnectionStrategy.RandomConnectionStrategy ( )
[run-time name: org/apache/openejb/client/RandomConnectionStrategy."<init>":()V]
openejb-client-3.1.3.jar, RetryException.class
package org.apache.openejb.client
RetryException.getResponse ( ) : Response
[run-time name: org/apache/openejb/client/RetryException.getResponse:()Lorg/apache/openejb/client/Response;]
RetryException.RetryException ( Response response )
[run-time name: org/apache/openejb/client/RetryException."<init>":(Lorg/apache/openejb/client/Response;)V]
openejb-client-3.1.3.jar, RoundRobinConnectionStrategy.class
package org.apache.openejb.client
RoundRobinConnectionStrategy.connect ( ClusterMetaData cluster, java.net.URI uri ) : Connection
[run-time name: org/apache/openejb/client/RoundRobinConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Ljava/net/URI;)Lorg/apache/openejb/client/Connection;]
RoundRobinConnectionStrategy.connect ( ClusterMetaData cluster, ServerMetaData server ) : Connection
[run-time name: org/apache/openejb/client/RoundRobinConnectionStrategy.connect:(Lorg/apache/openejb/client/ClusterMetaData;Lorg/apache/openejb/client/ServerMetaData;)Lorg/apache/openejb/client/Connection;]
RoundRobinConnectionStrategy.RoundRobinConnectionStrategy ( )
[run-time name: org/apache/openejb/client/RoundRobinConnectionStrategy."<init>":()V]
openejb-client-3.1.3.jar, SocketConnectionFactory.class
package org.apache.openejb.client
SocketConnectionFactory.getLong ( java.util.Properties p, String property, long defaultValue ) [static] : long
[run-time name: org/apache/openejb/client/SocketConnectionFactory.getLong:(Ljava/util/Properties;Ljava/lang/String;J)J]
openejb-core-3.1.3.jar, AbstractSecurityService.class
package org.apache.openejb.core.security
AbstractSecurityService.getDefaultUser ( ) : String
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.getDefaultUser:()Ljava/lang/String;]
AbstractSecurityService.getRunAsSubject ( org.apache.openejb.DeploymentInfo callingDeploymentInfo ) : javax.security.auth.Subject
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.getRunAsSubject:(Lorg/apache/openejb/DeploymentInfo;)Ljavax/security/auth/Subject;]
AbstractSecurityService.setDefaultUser ( String defaultUser ) : void
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.setDefaultUser:(Ljava/lang/String;)V]
openejb-core-3.1.3.jar, AbstractStorelessUnivariateStatistic.class
package org.apache.openejb.math.stat.descriptive
AbstractStorelessUnivariateStatistic.AbstractStorelessUnivariateStatistic ( )
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic."<init>":()V]
AbstractStorelessUnivariateStatistic.clear ( ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.clear:()V]
AbstractStorelessUnivariateStatistic.copy ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
AbstractStorelessUnivariateStatistic.copy ( ) [abstract] : StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
AbstractStorelessUnivariateStatistic.equals ( Object object ) : boolean
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.equals:(Ljava/lang/Object;)Z]
AbstractStorelessUnivariateStatistic.evaluate ( double[ ] values ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.evaluate:([D)D]
AbstractStorelessUnivariateStatistic.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.evaluate:([DII)D]
AbstractStorelessUnivariateStatistic.getResult ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.getResult:()D]
AbstractStorelessUnivariateStatistic.hashCode ( ) : int
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.hashCode:()I]
AbstractStorelessUnivariateStatistic.increment ( double p1 ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.increment:(D)V]
AbstractStorelessUnivariateStatistic.incrementAll ( double[ ] values ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.incrementAll:([D)V]
AbstractStorelessUnivariateStatistic.incrementAll ( double[ ] values, int begin, int length ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractStorelessUnivariateStatistic.incrementAll:([DII)V]
openejb-core-3.1.3.jar, AbstractUnivariateStatistic.class
package org.apache.openejb.math.stat.descriptive
AbstractUnivariateStatistic.AbstractUnivariateStatistic ( )
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic."<init>":()V]
AbstractUnivariateStatistic.copy ( ) [abstract] : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
AbstractUnivariateStatistic.evaluate ( double[ ] p1, int p2, int p3 ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic.evaluate:([DII)D]
AbstractUnivariateStatistic.evaluate ( double[ ] values ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic.evaluate:([D)D]
AbstractUnivariateStatistic.test ( double[ ] values, double[ ] weights, int begin, int length ) : boolean
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic.test:([D[DII)Z]
AbstractUnivariateStatistic.test ( double[ ] values, int begin, int length ) : boolean
[run-time name: org/apache/openejb/math/stat/descriptive/AbstractUnivariateStatistic.test:([DII)Z]
openejb-core-3.1.3.jar, ActiveMQ5Factory.class
package org.apache.openejb.resource.activemq
ActiveMQ5Factory.ActiveMQ5Factory ( )
[run-time name: org/apache/openejb/resource/activemq/ActiveMQ5Factory."<init>":()V]
ActiveMQ5Factory.createBroker ( java.net.URI brokerURI ) : org.apache.activemq.broker.BrokerService
[run-time name: org/apache/openejb/resource/activemq/ActiveMQ5Factory.createBroker:(Ljava/net/URI;)Lorg/apache/activemq/broker/BrokerService;]
ActiveMQ5Factory.setThreadProperties ( java.util.Properties value ) [static] : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQ5Factory.setThreadProperties:(Ljava/util/Properties;)V]
openejb-core-3.1.3.jar, ActiveMQFactory.class
package org.apache.openejb.resource.activemq
ActiveMQFactory.ActiveMQFactory ( )
[run-time name: org/apache/openejb/resource/activemq/ActiveMQFactory."<init>":()V]
ActiveMQFactory.createBroker ( java.net.URI brokerURI ) : org.apache.activemq.broker.BrokerService
[run-time name: org/apache/openejb/resource/activemq/ActiveMQFactory.createBroker:(Ljava/net/URI;)Lorg/apache/activemq/broker/BrokerService;]
ActiveMQFactory.getBrokerMetaFile ( ) [static] : String
[run-time name: org/apache/openejb/resource/activemq/ActiveMQFactory.getBrokerMetaFile:()Ljava/lang/String;]
ActiveMQFactory.setThreadProperties ( java.util.Properties p ) [static] : void
[run-time name: org/apache/openejb/resource/activemq/ActiveMQFactory.setThreadProperties:(Ljava/util/Properties;)V]
openejb-core-3.1.3.jar, AfterCompletion.class
package org.apache.openejb.core.managed
ManagedContext.AfterCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.AfterCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.AfterCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.AfterCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.AfterCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.AfterCompletion.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.getRollbackOnly:()Z]
ManagedContext.AfterCompletion.isEntityManagerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isEntityManagerAccessAllowed:()Z]
ManagedContext.AfterCompletion.isEntityManagerFactoryAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isEntityManagerFactoryAccessAllowed:()Z]
ManagedContext.AfterCompletion.isJNDIAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isJNDIAccessAllowed:()Z]
ManagedContext.AfterCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isMessageContextAccessAllowed:()Z]
ManagedContext.AfterCompletion.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isTimerAccessAllowed:()Z]
ManagedContext.AfterCompletion.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isTimerMethodAllowed:()Z]
ManagedContext.AfterCompletion.isUserTransactionAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.isUserTransactionAccessAllowed:()Z]
ManagedContext.AfterCompletion.ManagedContext.AfterCompletion ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion."<init>":()V]
ManagedContext.AfterCompletion.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContext.AfterCompletion.setRollbackOnly:()V]
package org.apache.openejb.core.stateful
StatefulContext.AfterCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.AfterCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.AfterCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.AfterCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
openejb-core-3.1.3.jar, AlreadyStartedException.class
package org.apache.openejb.util
ServiceManagerProxy.AlreadyStartedException.ServiceManagerProxy.AlreadyStartedException ( ServiceManagerProxy s, String p2 )
[run-time name: org/apache/openejb/util/ServiceManagerProxy.AlreadyStartedException."<init>":(Lorg/apache/openejb/util/ServiceManagerProxy;Ljava/lang/String;)V]
openejb-core-3.1.3.jar, ApplicationComposer.class
package org.apache.openejb.junit
ApplicationComposer.ApplicationComposer ( Class klass )
[run-time name: org/apache/openejb/junit/ApplicationComposer."<init>":(Ljava/lang/Class;)V]
ApplicationComposer.withAfters ( org.junit.runners.model.FrameworkMethod method, Object target, org.junit.runners.model.Statement statement ) : org.junit.runners.model.Statement
[run-time name: org/apache/openejb/junit/ApplicationComposer.withAfters:(Lorg/junit/runners/model/FrameworkMethod;Ljava/lang/Object;Lorg/junit/runners/model/Statement;)Lorg/junit/runners/model/Statement;]
openejb-core-3.1.3.jar, AsynchronousRunner.class
package org.apache.openejb.util
AsynchronousRunner.AsynchronousRunner ( java.util.concurrent.Executor executor )
[run-time name: org/apache/openejb/util/AsynchronousRunner."<init>":(Ljava/util/concurrent/Executor;)V]
AsynchronousRunner.runAsync ( Object object, reflect.Method method, Object[ ] arguments ) : java.util.concurrent.Future
[run-time name: org/apache/openejb/util/AsynchronousRunner.runAsync:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/util/concurrent/Future;]
openejb-core-3.1.3.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.getDeploymentInfo ( ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getDeploymentInfo:()Lorg/apache/openejb/DeploymentInfo;]
BaseEjbProxyHandler.setDeploymentInfo ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setDeploymentInfo:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.3.jar, BeforeCompletion.class
package org.apache.openejb.core.managed
ManagedContext.BeforeCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.BeforeCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.BeforeCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.BeforeCompletion.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.BeforeCompletion.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.BeforeCompletion.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion.isMessageContextAccessAllowed:()Z]
ManagedContext.BeforeCompletion.ManagedContext.BeforeCompletion ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.BeforeCompletion."<init>":()V]
package org.apache.openejb.core.stateful
StatefulContext.BeforeCompletion.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.BeforeCompletion.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.BeforeCompletion.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.BeforeCompletion.getEJBObject:()Ljavax/ejb/EJBObject;]
openejb-core-3.1.3.jar, Builder.class
package org.apache.openejb.util
Pool.Builder.build ( ) : Pool
[run-time name: org/apache/openejb/util/Pool.Builder.build:()Lorg/apache/openejb/util/Pool;]
Pool.Builder.getIdleTimeout ( ) : Duration
[run-time name: org/apache/openejb/util/Pool.Builder.getIdleTimeout:()Lorg/apache/openejb/util/Duration;]
Pool.Builder.getInterval ( ) : Duration
[run-time name: org/apache/openejb/util/Pool.Builder.getInterval:()Lorg/apache/openejb/util/Duration;]
Pool.Builder.getMaxAge ( ) : Duration
[run-time name: org/apache/openejb/util/Pool.Builder.getMaxAge:()Lorg/apache/openejb/util/Duration;]
Pool.Builder.getMaxAgeOffset ( ) : double
[run-time name: org/apache/openejb/util/Pool.Builder.getMaxAgeOffset:()D]
Pool.Builder.getMin ( ) : int
[run-time name: org/apache/openejb/util/Pool.Builder.getMin:()I]
Pool.Builder.isGarbageCollection ( ) : boolean
[run-time name: org/apache/openejb/util/Pool.Builder.isGarbageCollection:()Z]
Pool.Builder.isReplaceAged ( ) : boolean
[run-time name: org/apache/openejb/util/Pool.Builder.isReplaceAged:()Z]
Pool.Builder.isStrict ( ) : boolean
[run-time name: org/apache/openejb/util/Pool.Builder.isStrict:()Z]
Pool.Builder.Pool.Builder ( )
[run-time name: org/apache/openejb/util/Pool.Builder."<init>":()V]
Pool.Builder.Pool.Builder ( Pool.Builder that )
[run-time name: org/apache/openejb/util/Pool.Builder."<init>":(Lorg/apache/openejb/util/Pool$Builder;)V]
Pool.Builder.setExecutor ( java.util.concurrent.Executor executor ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setExecutor:(Ljava/util/concurrent/Executor;)V]
Pool.Builder.setGarbageCollection ( boolean garbageCollection ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setGarbageCollection:(Z)V]
Pool.Builder.setIdleTimeout ( Duration idleTimeout ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setIdleTimeout:(Lorg/apache/openejb/util/Duration;)V]
Pool.Builder.setMaxAge ( Duration maxAge ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setMaxAge:(Lorg/apache/openejb/util/Duration;)V]
Pool.Builder.setMaxAgeOffset ( double maxAgeOffset ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setMaxAgeOffset:(D)V]
Pool.Builder.setMaxSize ( int max ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setMaxSize:(I)V]
Pool.Builder.setMinSize ( int min ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setMinSize:(I)V]
Pool.Builder.setPoolSize ( int max ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setPoolSize:(I)V]
Pool.Builder.setReplaceAged ( boolean replaceAged ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setReplaceAged:(Z)V]
Pool.Builder.setReplaceFlushed ( boolean replaceFlushed ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setReplaceFlushed:(Z)V]
Pool.Builder.setStrictPooling ( boolean strict ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setStrictPooling:(Z)V]
Pool.Builder.setSupplier ( Pool.Supplier supplier ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setSupplier:(Lorg/apache/openejb/util/Pool$Supplier;)V]
Pool.Builder.setSweepInterval ( Duration interval ) : void
[run-time name: org/apache/openejb/util/Pool.Builder.setSweepInterval:(Lorg/apache/openejb/util/Duration;)V]
openejb-core-3.1.3.jar, BusinessLocalBeanHome.class
package org.apache.openejb
DeploymentInfo.BusinessLocalBeanHome.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/DeploymentInfo.BusinessLocalBeanHome.create:()Ljava/lang/Object;]
openejb-core-3.1.3.jar, BusinessLocalBeanReference.class
package org.apache.openejb.core.ivm.naming.openejb
BusinessLocalBeanReference.BusinessLocalBeanReference ( org.apache.openejb.DeploymentInfo.BusinessLocalBeanHome localBeanHome )
[run-time name: org/apache/openejb/core/ivm/naming/openejb/BusinessLocalBeanReference."<init>":(Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;)V]
BusinessLocalBeanReference.getObject ( ) : Object
[run-time name: org/apache/openejb/core/ivm/naming/openejb/BusinessLocalBeanReference.getObject:()Ljava/lang/Object;]
openejb-core-3.1.3.jar, BusinessSessionState.class
package org.apache.openejb.core
BaseSessionContext.BusinessSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.BusinessSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.BusinessSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
BaseSessionContext.BusinessSessionState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/BaseSessionContext.BusinessSessionState.getInvokedBusinessInterface:()Ljava/lang/Class;]
openejb-core-3.1.3.jar, Cache.class
package org.apache.openejb.core.managed
Cache.add ( Object p1, Object p2 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
Cache.checkIn ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.checkIn:(Ljava/lang/Object;)V]
Cache.checkOut ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/managed/Cache.checkOut:(Ljava/lang/Object;)Ljava/lang/Object;]
Cache.getListener ( ) [abstract] : Cache.CacheListener
[run-time name: org/apache/openejb/core/managed/Cache.getListener:()Lorg/apache/openejb/core/managed/Cache$CacheListener;]
Cache.remove ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/managed/Cache.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
Cache.removeAll ( Cache.CacheFilter p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.removeAll:(Lorg/apache/openejb/core/managed/Cache$CacheFilter;)V]
Cache.setListener ( Cache.CacheListener p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.setListener:(Lorg/apache/openejb/core/managed/Cache$CacheListener;)V]
openejb-core-3.1.3.jar, CacheFilter.class
package org.apache.openejb.core.managed
Cache.CacheFilter.matches ( Object p1 ) [abstract] : boolean
[run-time name: org/apache/openejb/core/managed/Cache.CacheFilter.matches:(Ljava/lang/Object;)Z]
openejb-core-3.1.3.jar, CacheListener.class
package org.apache.openejb.core.managed
Cache.CacheListener.afterLoad ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.CacheListener.afterLoad:(Ljava/lang/Object;)V]
Cache.CacheListener.beforeStore ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.CacheListener.beforeStore:(Ljava/lang/Object;)V]
Cache.CacheListener.timedOut ( Object p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/Cache.CacheListener.timedOut:(Ljava/lang/Object;)V]
openejb-core-3.1.3.jar, CmpContainer.class
package org.apache.openejb.core.cmp
CmpContainer.getEjbInstance ( org.apache.openejb.DeploymentInfo deployInfo, Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/cmp/CmpContainer.getEjbInstance:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.addSystemInterceptor ( Object interceptor ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.addSystemInterceptor:(Ljava/lang/Object;)V]
CoreDeploymentInfo.getBusinessLocalBeanHome ( ) : org.apache.openejb.DeploymentInfo.BusinessLocalBeanHome
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalBeanHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;]
CoreDeploymentInfo.getBusinessLocalBeanInterface ( ) : Class
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getBusinessLocalBeanInterface:()Ljava/lang/Class;]
CoreDeploymentInfo.getInstanceScopedInterceptors ( ) : java.util.Set
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getInstanceScopedInterceptors:()Ljava/util/Set;]
CoreDeploymentInfo.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getProperties:()Ljava/util/Properties;]
CoreDeploymentInfo.getSystemInterceptors ( ) : java.util.List
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getSystemInterceptors:()Ljava/util/List;]
CoreDeploymentInfo.isLocalbean ( ) : boolean
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.isLocalbean:()Z]
CoreDeploymentInfo.setLocalbean ( boolean localbean ) : void
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.setLocalbean:(Z)V]
openejb-core-3.1.3.jar, CountingLatch.class
package org.apache.openejb.util
CountingLatch.await ( ) : void
[run-time name: org/apache/openejb/util/CountingLatch.await:()V]
CountingLatch.await ( long timeout, java.util.concurrent.TimeUnit unit ) : boolean
[run-time name: org/apache/openejb/util/CountingLatch.await:(JLjava/util/concurrent/TimeUnit;)Z]
CountingLatch.countDown ( ) : void
[run-time name: org/apache/openejb/util/CountingLatch.countDown:()V]
CountingLatch.CountingLatch ( )
[run-time name: org/apache/openejb/util/CountingLatch."<init>":()V]
CountingLatch.CountingLatch ( int count )
[run-time name: org/apache/openejb/util/CountingLatch."<init>":(I)V]
CountingLatch.countUp ( ) : void
[run-time name: org/apache/openejb/util/CountingLatch.countUp:()V]
CountingLatch.getCount ( ) : long
[run-time name: org/apache/openejb/util/CountingLatch.getCount:()J]
openejb-core-3.1.3.jar, Create.class
package org.apache.openejb.util
PassthroughFactory.Create.create ( Object instance ) [static] : Object
[run-time name: org/apache/openejb/util/PassthroughFactory.Create.create:(Ljava/lang/Object;)Ljava/lang/Object;]
PassthroughFactory.Create.PassthroughFactory.Create ( )
[run-time name: org/apache/openejb/util/PassthroughFactory.Create."<init>":()V]
openejb-core-3.1.3.jar, DeployApplication.class
package org.apache.openejb.junit
ApplicationComposer.DeployApplication.ApplicationComposer.DeployApplication ( ApplicationComposer testInstance, Object next, org.junit.runners.model.Statement p3 )
[run-time name: org/apache/openejb/junit/ApplicationComposer.DeployApplication."<init>":(Lorg/apache/openejb/junit/ApplicationComposer;Ljava/lang/Object;Lorg/junit/runners/model/Statement;)V]
ApplicationComposer.DeployApplication.evaluate ( ) : void
[run-time name: org/apache/openejb/junit/ApplicationComposer.DeployApplication.evaluate:()V]
openejb-core-3.1.3.jar, DeploymentInfo.class
package org.apache.openejb
DeploymentInfo.getBusinessLocalBeanHome ( ) [abstract] : DeploymentInfo.BusinessLocalBeanHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalBeanHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalBeanHome;]
DeploymentInfo.getBusinessLocalBeanInterface ( ) [abstract] : Class
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalBeanInterface:()Ljava/lang/Class;]
DeploymentInfo.getBusinessLocalHome ( ) [abstract] : DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalHome:()Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
DeploymentInfo.getBusinessLocalHome ( java.util.List p1 ) [abstract] : DeploymentInfo.BusinessLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessLocalHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessLocalHome;]
DeploymentInfo.getBusinessRemoteHome ( ) [abstract] : DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteHome:()Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
DeploymentInfo.getBusinessRemoteHome ( java.util.List p1 ) [abstract] : DeploymentInfo.BusinessRemoteHome
[run-time name: org/apache/openejb/DeploymentInfo.getBusinessRemoteHome:(Ljava/util/List;)Lorg/apache/openejb/DeploymentInfo$BusinessRemoteHome;]
DeploymentInfo.getDestinationId ( ) [abstract] : String
[run-time name: org/apache/openejb/DeploymentInfo.getDestinationId:()Ljava/lang/String;]
DeploymentInfo.getEJBHome ( ) [abstract] : javax.ejb.EJBHome
[run-time name: org/apache/openejb/DeploymentInfo.getEJBHome:()Ljavax/ejb/EJBHome;]
DeploymentInfo.getEJBLocalHome ( ) [abstract] : javax.ejb.EJBLocalHome
[run-time name: org/apache/openejb/DeploymentInfo.getEJBLocalHome:()Ljavax/ejb/EJBLocalHome;]
DeploymentInfo.getObjectInterface ( Class p1 ) [abstract] : java.util.List
[run-time name: org/apache/openejb/DeploymentInfo.getObjectInterface:(Ljava/lang/Class;)Ljava/util/List;]
DeploymentInfo.getProperties ( ) [abstract] : java.util.Properties
[run-time name: org/apache/openejb/DeploymentInfo.getProperties:()Ljava/util/Properties;]
DeploymentInfo.getTransactionPolicyFactory ( ) [abstract] : core.transaction.TransactionPolicyFactory
[run-time name: org/apache/openejb/DeploymentInfo.getTransactionPolicyFactory:()Lorg/apache/openejb/core/transaction/TransactionPolicyFactory;]
DeploymentInfo.isBeanManagedConcurrency ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isBeanManagedConcurrency:()Z]
DeploymentInfo.isDestroyed ( ) [abstract] : boolean
[run-time name: org/apache/openejb/DeploymentInfo.isDestroyed:()Z]
openejb-core-3.1.3.jar, DeploymentLoader.class
package org.apache.openejb.config
DeploymentLoader.discoverModuleType ( java.net.URL baseUrl, ClassLoader classLoader, java.util.Set requireDescriptor ) [static] : Class
[run-time name: org/apache/openejb/config/DeploymentLoader.discoverModuleType:(Ljava/net/URL;Ljava/lang/ClassLoader;Ljava/util/Set;)Ljava/lang/Class;]
openejb-core-3.1.3.jar, DescriptiveStatistics.class
package org.apache.openejb.math.stat.descriptive
DescriptiveStatistics.addValue ( double v ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.addValue:(D)V]
DescriptiveStatistics.apply ( UnivariateStatistic stat ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.apply:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)D]
DescriptiveStatistics.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.clear:()V]
DescriptiveStatistics.copy ( ) : DescriptiveStatistics
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.copy:()Lorg/apache/openejb/math/stat/descriptive/DescriptiveStatistics;]
DescriptiveStatistics.copy ( DescriptiveStatistics source, DescriptiveStatistics dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.copy:(Lorg/apache/openejb/math/stat/descriptive/DescriptiveStatistics;Lorg/apache/openejb/math/stat/descriptive/DescriptiveStatistics;)V]
DescriptiveStatistics.DescriptiveStatistics ( )
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics."<init>":()V]
DescriptiveStatistics.DescriptiveStatistics ( int window )
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics."<init>":(I)V]
DescriptiveStatistics.DescriptiveStatistics ( DescriptiveStatistics original )
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics."<init>":(Lorg/apache/openejb/math/stat/descriptive/DescriptiveStatistics;)V]
DescriptiveStatistics.getElement ( int index ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getElement:(I)D]
DescriptiveStatistics.getGeometricMean ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getGeometricMean:()D]
DescriptiveStatistics.getGeometricMeanImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getGeometricMeanImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getKurtosis ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getKurtosis:()D]
DescriptiveStatistics.getKurtosisImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getKurtosisImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getMax ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMax:()D]
DescriptiveStatistics.getMaxImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMaxImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getMean ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMean:()D]
DescriptiveStatistics.getMeanImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMeanImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getMin ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMin:()D]
DescriptiveStatistics.getMinImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getMinImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getN:()J]
DescriptiveStatistics.getPercentile ( double p ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getPercentile:(D)D]
DescriptiveStatistics.getPercentileImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getPercentileImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getSkewness ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSkewness:()D]
DescriptiveStatistics.getSkewnessImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSkewnessImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getSortedValues ( ) : double[ ]
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSortedValues:()[D]
DescriptiveStatistics.getStandardDeviation ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getStandardDeviation:()D]
DescriptiveStatistics.getSum ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSum:()D]
DescriptiveStatistics.getSumImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSumImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getSumsq ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSumsq:()D]
DescriptiveStatistics.getSumsqImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getSumsqImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getValues ( ) : double[ ]
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getValues:()[D]
DescriptiveStatistics.getVariance ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getVariance:()D]
DescriptiveStatistics.getVarianceImpl ( ) : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getVarianceImpl:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
DescriptiveStatistics.getWindowSize ( ) : int
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.getWindowSize:()I]
DescriptiveStatistics.removeMostRecentValue ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.removeMostRecentValue:()V]
DescriptiveStatistics.replaceMostRecentValue ( double v ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.replaceMostRecentValue:(D)D]
DescriptiveStatistics.setGeometricMeanImpl ( UnivariateStatistic geometricMeanImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setGeometricMeanImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setKurtosisImpl ( UnivariateStatistic kurtosisImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setKurtosisImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setMaxImpl ( UnivariateStatistic maxImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setMaxImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setMeanImpl ( UnivariateStatistic meanImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setMeanImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setMinImpl ( UnivariateStatistic minImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setMinImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setPercentileImpl ( UnivariateStatistic percentileImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setPercentileImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setSkewnessImpl ( UnivariateStatistic skewnessImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setSkewnessImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setSumImpl ( UnivariateStatistic sumImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setSumImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setSumsqImpl ( UnivariateStatistic sumsqImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setSumsqImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setVarianceImpl ( UnivariateStatistic varianceImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setVarianceImpl:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)V]
DescriptiveStatistics.setWindowSize ( int windowSize ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.setWindowSize:(I)V]
DescriptiveStatistics.toString ( ) : String
[run-time name: org/apache/openejb/math/stat/descriptive/DescriptiveStatistics.toString:()Ljava/lang/String;]
openejb-core-3.1.3.jar, DirectoryMonitor.class
package org.apache.openejb.util
DirectoryMonitor.DirectoryMonitor ( java.io.File target, DirectoryMonitor.Listener listener, int pollIntervalMillis )
[run-time name: org/apache/openejb/util/DirectoryMonitor."<init>":(Ljava/io/File;Lorg/apache/openejb/util/DirectoryMonitor$Listener;I)V]
DirectoryMonitor.getTarget ( ) : java.io.File
[run-time name: org/apache/openejb/util/DirectoryMonitor.getTarget:()Ljava/io/File;]
DirectoryMonitor.scan ( ) : void
[run-time name: org/apache/openejb/util/DirectoryMonitor.scan:()V]
DirectoryMonitor.start ( ) : void
[run-time name: org/apache/openejb/util/DirectoryMonitor.start:()V]
openejb-core-3.1.3.jar, DoubleArray.class
package org.apache.openejb.math.util
DoubleArray.addElement ( double p1 ) [abstract] : void
[run-time name: org/apache/openejb/math/util/DoubleArray.addElement:(D)V]
DoubleArray.addElementRolling ( double p1 ) [abstract] : double
[run-time name: org/apache/openejb/math/util/DoubleArray.addElementRolling:(D)D]
DoubleArray.clear ( ) [abstract] : void
[run-time name: org/apache/openejb/math/util/DoubleArray.clear:()V]
DoubleArray.getElement ( int p1 ) [abstract] : double
[run-time name: org/apache/openejb/math/util/DoubleArray.getElement:(I)D]
DoubleArray.getElements ( ) [abstract] : double[ ]
[run-time name: org/apache/openejb/math/util/DoubleArray.getElements:()[D]
DoubleArray.getNumElements ( ) [abstract] : int
[run-time name: org/apache/openejb/math/util/DoubleArray.getNumElements:()I]
DoubleArray.setElement ( int p1, double p2 ) [abstract] : void
[run-time name: org/apache/openejb/math/util/DoubleArray.setElement:(ID)V]
openejb-core-3.1.3.jar, Duration.class
package org.apache.openejb.util
Duration.add ( Duration that ) : Duration
[run-time name: org/apache/openejb/util/Duration.add:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/util/Duration;]
Duration.getTime ( java.util.concurrent.TimeUnit unit ) : long
[run-time name: org/apache/openejb/util/Duration.getTime:(Ljava/util/concurrent/TimeUnit;)J]
Duration.subtract ( Duration that ) : Duration
[run-time name: org/apache/openejb/util/Duration.subtract:(Lorg/apache/openejb/util/Duration;)Lorg/apache/openejb/util/Duration;]
openejb-core-3.1.3.jar, Entry.class
package org.apache.openejb.util
Pool.Entry.get ( ) : Object
[run-time name: org/apache/openejb/util/Pool.Entry.get:()Ljava/lang/Object;]
Pool.Entry.getUsed ( ) : long
[run-time name: org/apache/openejb/util/Pool.Entry.getUsed:()J]
Pool.Entry.harden ( ) : void
[run-time name: org/apache/openejb/util/Pool.Entry.harden:()V]
Pool.Entry.hasHardReference ( ) : boolean
[run-time name: org/apache/openejb/util/Pool.Entry.hasHardReference:()Z]
Pool.Entry.markLastUsed ( ) : void
[run-time name: org/apache/openejb/util/Pool.Entry.markLastUsed:()V]
Pool.Entry.toString ( ) : String
[run-time name: org/apache/openejb/util/Pool.Entry.toString:()Ljava/lang/String;]
openejb-core-3.1.3.jar, Event.class
package org.apache.openejb.monitoring
Event.Event ( )
[run-time name: org/apache/openejb/monitoring/Event."<init>":()V]
Event.get ( ) : long
[run-time name: org/apache/openejb/monitoring/Event.get:()J]
Event.getLatest ( ) : String
[run-time name: org/apache/openejb/monitoring/Event.getLatest:()Ljava/lang/String;]
Event.getLatestTime ( ) : long
[run-time name: org/apache/openejb/monitoring/Event.getLatestTime:()J]
Event.record ( ) : void
[run-time name: org/apache/openejb/monitoring/Event.record:()V]
package org.apache.openejb.util
Pool.Event.valueOf ( String name ) [static] : Pool.Event
[run-time name: org/apache/openejb/util/Pool.Event.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/util/Pool$Event;]
Pool.Event.values ( ) [static] : Pool.Event[ ]
[run-time name: org/apache/openejb/util/Pool.Event.values:()[Lorg/apache/openejb/util/Pool$Event;]
openejb-core-3.1.3.jar, FieldMember.class
package org.apache.openejb.monitoring
ManagedMBean.FieldMember.get ( ) : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.get:()Ljava/lang/Object;]
ManagedMBean.FieldMember.getAnnotation ( Class annotationClass ) : annotation.Annotation
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
ManagedMBean.FieldMember.getDeclaringClass ( ) : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.getDeclaringClass:()Ljava/lang/Class;]
ManagedMBean.FieldMember.getName ( ) : String
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.getName:()Ljava/lang/String;]
ManagedMBean.FieldMember.getType ( ) : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.getType:()Ljava/lang/Class;]
ManagedMBean.FieldMember.ManagedMBean.FieldMember ( reflect.Field field, Object target, String prefix )
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember."<init>":(Ljava/lang/reflect/Field;Ljava/lang/Object;Ljava/lang/String;)V]
ManagedMBean.FieldMember.toString ( ) : String
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.toString:()Ljava/lang/String;]
ManagedMBean.FieldMember.unwrap ( Class clazz ) : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;]
ManagedMBean.FieldMember.unwrap ( Object clazz ) : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.FieldMember.unwrap:(Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, FirstMoment.class
package org.apache.openejb.math.stat.descriptive.moment
FirstMoment.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.clear:()V]
FirstMoment.copy ( ) : FirstMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;]
FirstMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
FirstMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
FirstMoment.copy ( FirstMoment source, FirstMoment dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;)V]
FirstMoment.FirstMoment ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment."<init>":()V]
FirstMoment.FirstMoment ( FirstMoment original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;)V]
FirstMoment.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.getN:()J]
FirstMoment.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.getResult:()D]
FirstMoment.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FirstMoment.increment:(D)V]
openejb-core-3.1.3.jar, FourthMoment.class
package org.apache.openejb.math.stat.descriptive.moment
FourthMoment.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.clear:()V]
FourthMoment.copy ( ) : FirstMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;]
FourthMoment.copy ( ) : FourthMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/FourthMoment;]
FourthMoment.copy ( ) : SecondMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;]
FourthMoment.copy ( ) : ThirdMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;]
FourthMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
FourthMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
FourthMoment.copy ( FourthMoment source, FourthMoment dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/FourthMoment;Lorg/apache/openejb/math/stat/descriptive/moment/FourthMoment;)V]
FourthMoment.FourthMoment ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment."<init>":()V]
FourthMoment.FourthMoment ( FourthMoment original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/FourthMoment;)V]
FourthMoment.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.getResult:()D]
FourthMoment.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/FourthMoment.increment:(D)V]
openejb-core-3.1.3.jar, GeometricMean.class
package org.apache.openejb.math.stat.descriptive.moment
GeometricMean.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.clear:()V]
GeometricMean.copy ( ) : GeometricMean
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/GeometricMean;]
GeometricMean.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
GeometricMean.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
GeometricMean.copy ( GeometricMean source, GeometricMean dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/GeometricMean;Lorg/apache/openejb/math/stat/descriptive/moment/GeometricMean;)V]
GeometricMean.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.evaluate:([DII)D]
GeometricMean.GeometricMean ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean."<init>":()V]
GeometricMean.GeometricMean ( GeometricMean original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/GeometricMean;)V]
GeometricMean.GeometricMean ( org.apache.openejb.math.stat.descriptive.summary.SumOfLogs sumOfLogs )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean."<init>":(Lorg/apache/openejb/math/stat/descriptive/summary/SumOfLogs;)V]
GeometricMean.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.getN:()J]
GeometricMean.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.getResult:()D]
GeometricMean.getSumLogImpl ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.getSumLogImpl:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
GeometricMean.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.increment:(D)V]
GeometricMean.setSumLogImpl ( org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic sumLogImpl ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/GeometricMean.setSumLogImpl:(Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;)V]
openejb-core-3.1.3.jar, HardReference.class
package org.apache.openejb.util
Pool.HardReference.Pool.HardReference ( Object referent )
[run-time name: org/apache/openejb/util/Pool.HardReference."<init>":(Ljava/lang/Object;)V]
openejb-core-3.1.3.jar, HeapDump.class
package org.apache.openejb.util
HeapDump.dumpHeap ( String fileName ) [static] : void
[run-time name: org/apache/openejb/util/HeapDump.dumpHeap:(Ljava/lang/String;)V]
HeapDump.HeapDump ( )
[run-time name: org/apache/openejb/util/HeapDump."<init>":()V]
HeapDump.to ( String fileName ) [static] : String
[run-time name: org/apache/openejb/util/HeapDump.to:(Ljava/lang/String;)Ljava/lang/String;]
openejb-core-3.1.3.jar, InboundRecovery.class
package org.apache.openejb.core.mdb
InboundRecovery.recover ( javax.resource.spi.ResourceAdapter p1, javax.resource.spi.ActivationSpec p2, String p3 ) [abstract] : void
[run-time name: org/apache/openejb/core/mdb/InboundRecovery.recover:(Ljavax/resource/spi/ResourceAdapter;Ljavax/resource/spi/ActivationSpec;Ljava/lang/String;)V]
openejb-core-3.1.3.jar, Instance.class
package org.apache.openejb.core.managed
Instance.getBeanTransaction ( ) : org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction
[run-time name: org/apache/openejb/core/managed/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/managed/Instance.getEntityManagers:(Lorg/apache/openejb/util/Index;)Ljava/util/Map;]
Instance.getLock ( ) : java.util.concurrent.locks.Lock
[run-time name: org/apache/openejb/core/managed/Instance.getLock:()Ljava/util/concurrent/locks/Lock;]
Instance.getTransaction ( ) : javax.transaction.Transaction
[run-time name: org/apache/openejb/core/managed/Instance.getTransaction:()Ljavax/transaction/Transaction;]
Instance.Instance ( Object deploymentId, Object primaryKey, Object bean, java.util.Map interceptors, javax.persistence.EntityManager[ ] entityManagerArray )
[run-time name: org/apache/openejb/core/managed/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/managed/Instance."<init>":(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Object;Ljava/util/Map;Ljava/util/Map;)V]
Instance.isInUse ( ) : boolean
[run-time name: org/apache/openejb/core/managed/Instance.isInUse:()Z]
Instance.setBeanTransaction ( org.apache.openejb.core.transaction.BeanTransactionPolicy.SuspendedTransaction beanTransaction ) : void
[run-time name: org/apache/openejb/core/managed/Instance.setBeanTransaction:(Lorg/apache/openejb/core/transaction/BeanTransactionPolicy$SuspendedTransaction;)V]
Instance.setInUse ( boolean inUse ) : void
[run-time name: org/apache/openejb/core/managed/Instance.setInUse:(Z)V]
Instance.setTransaction ( javax.transaction.Transaction transaction ) : void
[run-time name: org/apache/openejb/core/managed/Instance.setTransaction:(Ljavax/transaction/Transaction;)V]
Instance.writeReplace ( ) : Object
[run-time name: org/apache/openejb/core/managed/Instance.writeReplace:()Ljava/lang/Object;]
package org.apache.openejb.core.stateless
Instance.getPoolEntry ( ) : org.apache.openejb.util.Pool.Entry
[run-time name: org/apache/openejb/core/stateless/Instance.getPoolEntry:()Lorg/apache/openejb/util/Pool$Entry;]
Instance.setPoolEntry ( org.apache.openejb.util.Pool.Entry poolEntry ) : void
[run-time name: org/apache/openejb/core/stateless/Instance.setPoolEntry:(Lorg/apache/openejb/util/Pool$Entry;)V]
package org.apache.openejb.util
Pool.Entry.Instance.discard ( Pool.Event event ) : Runnable
[run-time name: org/apache/openejb/util/Pool.Entry.Instance.discard:(Lorg/apache/openejb/util/Pool$Event;)Ljava/lang/Runnable;]
Pool.Entry.Instance.finalize ( ) : void
[run-time name: org/apache/openejb/util/Pool.Entry.Instance.finalize:()V]
Pool.Entry.Instance.Pool.Entry.Instance ( Pool.Entry instance, Object p2 )
[run-time name: org/apache/openejb/util/Pool.Entry.Instance."<init>":(Lorg/apache/openejb/util/Pool$Entry;Ljava/lang/Object;)V]
openejb-core-3.1.3.jar, InterceptorData.class
package org.apache.openejb.core.interceptor
InterceptorData.scan ( Class clazz ) [static] : InterceptorData
[run-time name: org/apache/openejb/core/interceptor/InterceptorData.scan:(Ljava/lang/Class;)Lorg/apache/openejb/core/interceptor/InterceptorData;]
openejb-core-3.1.3.jar, InterceptorInstance.class
package org.apache.openejb.core.interceptor
InterceptorInstance.getData ( ) : InterceptorData
[run-time name: org/apache/openejb/core/interceptor/InterceptorInstance.getData:()Lorg/apache/openejb/core/interceptor/InterceptorData;]
InterceptorInstance.getInterceptor ( ) : Object
[run-time name: org/apache/openejb/core/interceptor/InterceptorInstance.getInterceptor:()Ljava/lang/Object;]
InterceptorInstance.InterceptorInstance ( Object interceptor )
[run-time name: org/apache/openejb/core/interceptor/InterceptorInstance."<init>":(Ljava/lang/Object;)V]
InterceptorInstance.InterceptorInstance ( Object interceptor, InterceptorData data )
[run-time name: org/apache/openejb/core/interceptor/InterceptorInstance."<init>":(Ljava/lang/Object;Lorg/apache/openejb/core/interceptor/InterceptorData;)V]
openejb-core-3.1.3.jar, InterfaceType.class
package org.apache.openejb
InterfaceType.isLocalBean ( ) : boolean
[run-time name: org/apache/openejb/InterfaceType.isLocalBean:()Z]
openejb-core-3.1.3.jar, IntraVmMetaData.class
package org.apache.openejb.core.ivm
IntraVmMetaData.isManagedSession ( ) : boolean
[run-time name: org/apache/openejb/core/ivm/IntraVmMetaData.isManagedSession:()Z]
openejb-core-3.1.3.jar, JobEndpoint.class
package org.apache.openejb.resource.quartz
QuartzResourceAdapter.JobEndpoint.execute ( org.quartz.JobExecutionContext execution ) : void
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.JobEndpoint.execute:(Lorg/quartz/JobExecutionContext;)V]
QuartzResourceAdapter.JobEndpoint.QuartzResourceAdapter.JobEndpoint ( )
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.JobEndpoint."<init>":()V]
openejb-core-3.1.3.jar, JobSpec.class
package org.apache.openejb.resource.quartz
JobSpec.getCalendarName ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getCalendarName:()Ljava/lang/String;]
JobSpec.getCronExpression ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getCronExpression:()Ljava/lang/String;]
JobSpec.getDescription ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getDescription:()Ljava/lang/String;]
JobSpec.getJobGroup ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getJobGroup:()Ljava/lang/String;]
JobSpec.getJobName ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getJobName:()Ljava/lang/String;]
JobSpec.getResourceAdapter ( ) : javax.resource.spi.ResourceAdapter
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getResourceAdapter:()Ljavax/resource/spi/ResourceAdapter;]
JobSpec.getTriggerGroup ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getTriggerGroup:()Ljava/lang/String;]
JobSpec.getTriggerName ( ) : String
[run-time name: org/apache/openejb/resource/quartz/JobSpec.getTriggerName:()Ljava/lang/String;]
JobSpec.isDurable ( ) : boolean
[run-time name: org/apache/openejb/resource/quartz/JobSpec.isDurable:()Z]
JobSpec.isRequestsRecovery ( ) : boolean
[run-time name: org/apache/openejb/resource/quartz/JobSpec.isRequestsRecovery:()Z]
JobSpec.isVolatile ( ) : boolean
[run-time name: org/apache/openejb/resource/quartz/JobSpec.isVolatile:()Z]
JobSpec.JobSpec ( )
[run-time name: org/apache/openejb/resource/quartz/JobSpec."<init>":()V]
JobSpec.setCalendarName ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setCalendarName:(Ljava/lang/String;)V]
JobSpec.setCronExpression ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setCronExpression:(Ljava/lang/String;)V]
JobSpec.setCronTrigger ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setCronTrigger:(Ljava/lang/String;)V]
JobSpec.setDescription ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setDescription:(Ljava/lang/String;)V]
JobSpec.setDurable ( boolean b ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setDurable:(Z)V]
JobSpec.setEndTime ( String endTime ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setEndTime:(Ljava/lang/String;)V]
JobSpec.setJobGroup ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setJobGroup:(Ljava/lang/String;)V]
JobSpec.setJobName ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setJobName:(Ljava/lang/String;)V]
JobSpec.setRequestsRecovery ( boolean b ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setRequestsRecovery:(Z)V]
JobSpec.setResourceAdapter ( javax.resource.spi.ResourceAdapter resourceAdapter ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setResourceAdapter:(Ljavax/resource/spi/ResourceAdapter;)V]
JobSpec.setStartTime ( String startTime ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setStartTime:(Ljava/lang/String;)V]
JobSpec.setTimeZone ( String timeZone ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setTimeZone:(Ljava/lang/String;)V]
JobSpec.setTriggerGroup ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setTriggerGroup:(Ljava/lang/String;)V]
JobSpec.setTriggerName ( String s ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setTriggerName:(Ljava/lang/String;)V]
JobSpec.setVolatile ( boolean b ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.setVolatile:(Z)V]
JobSpec.validate ( ) : void
[run-time name: org/apache/openejb/resource/quartz/JobSpec.validate:()V]
openejb-core-3.1.3.jar, JtaEntityManager.class
package org.apache.openejb.persistence
JtaEntityManager.JtaEntityManager ( String unitName, JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, boolean extended )
[run-time name: org/apache/openejb/persistence/JtaEntityManager."<init>":(Ljava/lang/String;Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;Z)V]
openejb-core-3.1.3.jar, Kurtosis.class
package org.apache.openejb.math.stat.descriptive.moment
Kurtosis.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.clear:()V]
Kurtosis.copy ( ) : Kurtosis
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/Kurtosis;]
Kurtosis.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Kurtosis.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Kurtosis.copy ( Kurtosis source, Kurtosis dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/Kurtosis;Lorg/apache/openejb/math/stat/descriptive/moment/Kurtosis;)V]
Kurtosis.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.evaluate:([DII)D]
Kurtosis.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.getN:()J]
Kurtosis.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.getResult:()D]
Kurtosis.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis.increment:(D)V]
Kurtosis.Kurtosis ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis."<init>":()V]
Kurtosis.Kurtosis ( FourthMoment m4 )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/FourthMoment;)V]
Kurtosis.Kurtosis ( Kurtosis original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Kurtosis."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/Kurtosis;)V]
openejb-core-3.1.3.jar, LifecycleManagedBeanState.class
package org.apache.openejb.core.managed
ManagedContext.LifecycleManagedBeanState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
ManagedContext.LifecycleManagedBeanState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
ManagedContext.LifecycleManagedBeanState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getEJBObject:()Ljavax/ejb/EJBObject;]
ManagedContext.LifecycleManagedBeanState.getInvokedBusinessInterface ( ) : Class
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getInvokedBusinessInterface:()Ljava/lang/Class;]
ManagedContext.LifecycleManagedBeanState.getMessageContext ( ) : javax.xml.rpc.handler.MessageContext
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getMessageContext:()Ljavax/xml/rpc/handler/MessageContext;]
ManagedContext.LifecycleManagedBeanState.getRollbackOnly ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.getRollbackOnly:()Z]
ManagedContext.LifecycleManagedBeanState.isMessageContextAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isMessageContextAccessAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.isTimerAccessAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isTimerAccessAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.isTimerMethodAllowed ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.isTimerMethodAllowed:()Z]
ManagedContext.LifecycleManagedBeanState.ManagedContext.LifecycleManagedBeanState ( )
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState."<init>":()V]
ManagedContext.LifecycleManagedBeanState.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContext.LifecycleManagedBeanState.setRollbackOnly:()V]
openejb-core-3.1.3.jar, LifecycleSessionState.class
package org.apache.openejb.core
BaseSessionContext.LifecycleSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.LifecycleSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.LifecycleSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.LifecycleSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
openejb-core-3.1.3.jar, LifecycleStatefulSessionState.class
package org.apache.openejb.core.stateful
StatefulContext.LifecycleStatefulSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
StatefulContext.LifecycleStatefulSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
StatefulContext.LifecycleStatefulSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/stateful/StatefulContext.LifecycleStatefulSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
openejb-core-3.1.3.jar, LocalBeanProxyFactory.class
package org.apache.openejb.util.proxy
LocalBeanProxyFactory.LocalBeanProxyFactory ( )
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory."<init>":()V]
LocalBeanProxyFactory.newProxyInstance ( ClassLoader cl, Class interfce, reflect.InvocationHandler h ) [static] : Object
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyFactory.newProxyInstance:(Ljava/lang/ClassLoader;Ljava/lang/Class;Ljava/lang/reflect/InvocationHandler;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, LocalBeanProxyGenerator.class
package org.apache.openejb.util.proxy
LocalBeanProxyGenerator.createProxy ( Class p1, ClassLoader p2 ) [abstract] : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGenerator.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/lang/Class;]
openejb-core-3.1.3.jar, LocalBeanProxyGeneratorImpl.class
package org.apache.openejb.util.proxy
LocalBeanProxyGeneratorImpl.createProxy ( Class clsToProxy, ClassLoader cl ) : Class
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.createProxy:(Ljava/lang/Class;Ljava/lang/ClassLoader;)Ljava/lang/Class;]
LocalBeanProxyGeneratorImpl.getAsmTypeAsString ( Class parameterType, boolean wrap ) : String
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl.getAsmTypeAsString:(Ljava/lang/Class;Z)Ljava/lang/String;]
LocalBeanProxyGeneratorImpl.LocalBeanProxyGeneratorImpl ( )
[run-time name: org/apache/openejb/util/proxy/LocalBeanProxyGeneratorImpl."<init>":()V]
openejb-core-3.1.3.jar, LocalInitialContextFactory.class
package org.apache.openejb.osgi.client
LocalInitialContextFactory.getInitialContext ( java.util.Hashtable env ) : javax.naming.Context
[run-time name: org/apache/openejb/osgi/client/LocalInitialContextFactory.getInitialContext:(Ljava/util/Hashtable;)Ljavax/naming/Context;]
LocalInitialContextFactory.LocalInitialContextFactory ( )
[run-time name: org/apache/openejb/osgi/client/LocalInitialContextFactory."<init>":()V]
openejb-core-3.1.3.jar, Managed.class
package org.apache.openejb.monitoring
Managed.append ( ) [abstract] : boolean
[run-time name: org/apache/openejb/monitoring/Managed.append:()Z]
Managed.description ( ) [abstract] : String
[run-time name: org/apache/openejb/monitoring/Managed.description:()Ljava/lang/String;]
openejb-core-3.1.3.jar, ManagedBeanInfo.class
package org.apache.openejb.assembler.classic
ManagedBeanInfo.ManagedBeanInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ManagedBeanInfo."<init>":()V]
openejb-core-3.1.3.jar, ManagedCollection.class
package org.apache.openejb.monitoring
ManagedCollection.append ( ) [abstract] : boolean
[run-time name: org/apache/openejb/monitoring/ManagedCollection.append:()Z]
ManagedCollection.description ( ) [abstract] : String
[run-time name: org/apache/openejb/monitoring/ManagedCollection.description:()Ljava/lang/String;]
ManagedCollection.key ( ) [abstract] : String
[run-time name: org/apache/openejb/monitoring/ManagedCollection.key:()Ljava/lang/String;]
ManagedCollection.type ( ) [abstract] : Class
[run-time name: org/apache/openejb/monitoring/ManagedCollection.type:()Ljava/lang/Class;]
openejb-core-3.1.3.jar, ManagedContainer.class
package org.apache.openejb.core.managed
ManagedContainer.businessMethod ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.businessMethod:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.createEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : org.apache.openejb.ProxyInfo
[run-time name: org/apache/openejb/core/managed/ManagedContainer.createEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Lorg/apache/openejb/ProxyInfo;]
ManagedContainer.deploy ( org.apache.openejb.DeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.deploy:(Lorg/apache/openejb/DeploymentInfo;)V]
ManagedContainer.deployments ( ) : org.apache.openejb.DeploymentInfo[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContainer.deployments:()[Lorg/apache/openejb/DeploymentInfo;]
ManagedContainer.getContainerID ( ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getContainerID:()Ljava/lang/Object;]
ManagedContainer.getContainerType ( ) : org.apache.openejb.ContainerType
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getContainerType:()Lorg/apache/openejb/ContainerType;]
ManagedContainer.getDeploymentInfo ( Object deploymentID ) : org.apache.openejb.DeploymentInfo
[run-time name: org/apache/openejb/core/managed/ManagedContainer.getDeploymentInfo:(Ljava/lang/Object;)Lorg/apache/openejb/DeploymentInfo;]
ManagedContainer.invoke ( Object deployID, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.invoke:(Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedContainer.invoke ( Object deployID, org.apache.openejb.InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.invoke:(Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedContainer.invoke ( Object deployID, reflect.Method callMethod, Object[ ] args, Object primKey, Object securityIdentity ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.invoke:(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedContainer.ManagedContainer ( Object id, org.apache.openejb.spi.SecurityService securityService )
[run-time name: org/apache/openejb/core/managed/ManagedContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;)V]
ManagedContainer.newPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.newPrimaryKey:()Ljava/lang/Object;]
ManagedContainer.removeEJBObject ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, org.apache.openejb.InterfaceType interfaceType ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedContainer.removeEJBObject:(Lorg/apache/openejb/core/CoreDeploymentInfo;Ljava/lang/Object;Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;)Ljava/lang/Object;]
ManagedContainer.undeploy ( org.apache.openejb.DeploymentInfo info ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.undeploy:(Lorg/apache/openejb/DeploymentInfo;)V]
openejb-core-3.1.3.jar, ManagedContainerInfo.class
package org.apache.openejb.assembler.classic
ManagedContainerInfo.ManagedContainerInfo ( )
[run-time name: org/apache/openejb/assembler/classic/ManagedContainerInfo."<init>":()V]
openejb-core-3.1.3.jar, ManagedContext.class
package org.apache.openejb.core.managed
ManagedContext.getState ( ) : org.apache.openejb.core.BaseContext.State
[run-time name: org/apache/openejb/core/managed/ManagedContext.getState:()Lorg/apache/openejb/core/BaseContext$State;]
ManagedContext.getStates ( ) [static] : org.apache.openejb.core.BaseContext.State[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContext.getStates:()[Lorg/apache/openejb/core/BaseContext$State;]
ManagedContext.ManagedContext ( org.apache.openejb.spi.SecurityService securityService, javax.transaction.UserTransaction userTransaction )
[run-time name: org/apache/openejb/core/managed/ManagedContext."<init>":(Lorg/apache/openejb/spi/SecurityService;Ljavax/transaction/UserTransaction;)V]
openejb-core-3.1.3.jar, ManagedHomeHandler.class
package org.apache.openejb.core.managed
ManagedHomeHandler.createProxy ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.createProxy:(Ljava/lang/Object;)Ljava/lang/Object;]
ManagedHomeHandler.findX ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.findX:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedHomeHandler.ManagedHomeHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
ManagedHomeHandler.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/managed/ManagedHomeHandler.newEjbObjectHandler:(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)Lorg/apache/openejb/core/ivm/EjbObjectProxyHandler;]
ManagedHomeHandler.removeByPrimaryKey ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedHomeHandler.removeByPrimaryKey:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, ManagedMBean.class
package org.apache.openejb.monitoring
ManagedMBean.getAttribute ( String s ) : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.getAttribute:(Ljava/lang/String;)Ljava/lang/Object;]
ManagedMBean.getAttributes ( String[ ] strings ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/ManagedMBean.getAttributes:([Ljava/lang/String;)Ljavax/management/AttributeList;]
ManagedMBean.getMBeanInfo ( ) : javax.management.MBeanInfo
[run-time name: org/apache/openejb/monitoring/ManagedMBean.getMBeanInfo:()Ljavax/management/MBeanInfo;]
ManagedMBean.invoke ( String operation, Object[ ] args, String[ ] types ) : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.invoke:(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;]
ManagedMBean.ManagedMBean ( Object managed )
[run-time name: org/apache/openejb/monitoring/ManagedMBean."<init>":(Ljava/lang/Object;)V]
ManagedMBean.setAttribute ( javax.management.Attribute attribute ) : void
[run-time name: org/apache/openejb/monitoring/ManagedMBean.setAttribute:(Ljavax/management/Attribute;)V]
ManagedMBean.setAttributes ( javax.management.AttributeList attributeList ) : javax.management.AttributeList
[run-time name: org/apache/openejb/monitoring/ManagedMBean.setAttributes:(Ljavax/management/AttributeList;)Ljavax/management/AttributeList;]
ManagedMBean.setAttributesFilter ( String exclude, String include ) : void
[run-time name: org/apache/openejb/monitoring/ManagedMBean.setAttributesFilter:(Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-3.1.3.jar, ManagedObjectHandler.class
package org.apache.openejb.core.managed
ManagedObjectHandler.getPrimaryKey ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.getPrimaryKey:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedObjectHandler.getRegistryId ( ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.getRegistryId:()Ljava/lang/Object;]
ManagedObjectHandler.isIdentical ( reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.isIdentical:(Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
ManagedObjectHandler.ManagedObjectHandler ( org.apache.openejb.DeploymentInfo deploymentInfo, Object pk, org.apache.openejb.InterfaceType interfaceType, java.util.List interfaces )
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler."<init>":(Lorg/apache/openejb/DeploymentInfo;Ljava/lang/Object;Lorg/apache/openejb/InterfaceType;Ljava/util/List;)V]
ManagedObjectHandler.remove ( Class interfce, reflect.Method method, Object[ ] args, Object proxy ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.remove:(Ljava/lang/Class;Ljava/lang/reflect/Method;[Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, ManagedUserTransaction.class
package org.apache.openejb.core.managed
ManagedUserTransaction.begin ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.begin:()V]
ManagedUserTransaction.commit ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.commit:()V]
ManagedUserTransaction.getStatus ( ) : int
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.getStatus:()I]
ManagedUserTransaction.ManagedUserTransaction ( javax.transaction.UserTransaction userTransaction, org.apache.openejb.persistence.JtaEntityManagerRegistry jtaEntityManagerRegistry )
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction."<init>":(Ljavax/transaction/UserTransaction;Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;)V]
ManagedUserTransaction.rollback ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.rollback:()V]
ManagedUserTransaction.setRollbackOnly ( ) : void
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.setRollbackOnly:()V]
ManagedUserTransaction.setTransactionTimeout ( int i ) : void
[run-time name: org/apache/openejb/core/managed/ManagedUserTransaction.setTransactionTimeout:(I)V]
openejb-core-3.1.3.jar, MathRuntimeException.class
package org.apache.openejb.math
MathRuntimeException.createArithmeticException ( String pattern, Object[ ] arguments ) [static] : ArithmeticException
[run-time name: org/apache/openejb/math/MathRuntimeException.createArithmeticException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/ArithmeticException;]
MathRuntimeException.createArrayIndexOutOfBoundsException ( String pattern, Object[ ] arguments ) [static] : ArrayIndexOutOfBoundsException
[run-time name: org/apache/openejb/math/MathRuntimeException.createArrayIndexOutOfBoundsException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/ArrayIndexOutOfBoundsException;]
MathRuntimeException.createConcurrentModificationException ( String pattern, Object[ ] arguments ) [static] : java.util.ConcurrentModificationException
[run-time name: org/apache/openejb/math/MathRuntimeException.createConcurrentModificationException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/ConcurrentModificationException;]
MathRuntimeException.createEOFException ( String pattern, Object[ ] arguments ) [static] : java.io.EOFException
[run-time name: org/apache/openejb/math/MathRuntimeException.createEOFException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/io/EOFException;]
MathRuntimeException.createIllegalArgumentException ( String pattern, Object[ ] arguments ) [static] : IllegalArgumentException
[run-time name: org/apache/openejb/math/MathRuntimeException.createIllegalArgumentException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalArgumentException;]
MathRuntimeException.createIllegalArgumentException ( Throwable rootCause ) [static] : IllegalArgumentException
[run-time name: org/apache/openejb/math/MathRuntimeException.createIllegalArgumentException:(Ljava/lang/Throwable;)Ljava/lang/IllegalArgumentException;]
MathRuntimeException.createIllegalStateException ( String pattern, Object[ ] arguments ) [static] : IllegalStateException
[run-time name: org/apache/openejb/math/MathRuntimeException.createIllegalStateException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/IllegalStateException;]
MathRuntimeException.createInternalError ( Throwable cause ) [static] : RuntimeException
[run-time name: org/apache/openejb/math/MathRuntimeException.createInternalError:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;]
MathRuntimeException.createIOException ( Throwable rootCause ) [static] : java.io.IOException
[run-time name: org/apache/openejb/math/MathRuntimeException.createIOException:(Ljava/lang/Throwable;)Ljava/io/IOException;]
MathRuntimeException.createNoSuchElementException ( String pattern, Object[ ] arguments ) [static] : java.util.NoSuchElementException
[run-time name: org/apache/openejb/math/MathRuntimeException.createNoSuchElementException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/util/NoSuchElementException;]
MathRuntimeException.createNullPointerException ( String pattern, Object[ ] arguments ) [static] : NullPointerException
[run-time name: org/apache/openejb/math/MathRuntimeException.createNullPointerException:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/NullPointerException;]
MathRuntimeException.createParseException ( int offset, String pattern, Object[ ] arguments ) [static] : java.text.ParseException
[run-time name: org/apache/openejb/math/MathRuntimeException.createParseException:(ILjava/lang/String;[Ljava/lang/Object;)Ljava/text/ParseException;]
MathRuntimeException.getArguments ( ) : Object[ ]
[run-time name: org/apache/openejb/math/MathRuntimeException.getArguments:()[Ljava/lang/Object;]
MathRuntimeException.getLocalizedMessage ( ) : String
[run-time name: org/apache/openejb/math/MathRuntimeException.getLocalizedMessage:()Ljava/lang/String;]
MathRuntimeException.getMessage ( ) : String
[run-time name: org/apache/openejb/math/MathRuntimeException.getMessage:()Ljava/lang/String;]
MathRuntimeException.getMessage ( java.util.Locale locale ) : String
[run-time name: org/apache/openejb/math/MathRuntimeException.getMessage:(Ljava/util/Locale;)Ljava/lang/String;]
MathRuntimeException.getPattern ( ) : String
[run-time name: org/apache/openejb/math/MathRuntimeException.getPattern:()Ljava/lang/String;]
MathRuntimeException.MathRuntimeException ( String pattern, Object[ ] arguments )
[run-time name: org/apache/openejb/math/MathRuntimeException."<init>":(Ljava/lang/String;[Ljava/lang/Object;)V]
MathRuntimeException.MathRuntimeException ( Throwable rootCause )
[run-time name: org/apache/openejb/math/MathRuntimeException."<init>":(Ljava/lang/Throwable;)V]
MathRuntimeException.MathRuntimeException ( Throwable rootCause, String pattern, Object[ ] arguments )
[run-time name: org/apache/openejb/math/MathRuntimeException."<init>":(Ljava/lang/Throwable;Ljava/lang/String;[Ljava/lang/Object;)V]
MathRuntimeException.printStackTrace ( ) : void
[run-time name: org/apache/openejb/math/MathRuntimeException.printStackTrace:()V]
MathRuntimeException.printStackTrace ( java.io.PrintStream out ) : void
[run-time name: org/apache/openejb/math/MathRuntimeException.printStackTrace:(Ljava/io/PrintStream;)V]
openejb-core-3.1.3.jar, MathUtils.class
package org.apache.openejb.math.util
MathUtils.addAndCheck ( int x, int y ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.addAndCheck:(II)I]
MathUtils.addAndCheck ( long a, long b ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.addAndCheck:(JJ)J]
MathUtils.binomialCoefficient ( int n, int k ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.binomialCoefficient:(II)J]
MathUtils.binomialCoefficientDouble ( int n, int k ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.binomialCoefficientDouble:(II)D]
MathUtils.binomialCoefficientLog ( int n, int k ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.binomialCoefficientLog:(II)D]
MathUtils.checkOrder ( double[ ] val, int dir, boolean strict ) [static] : void
[run-time name: org/apache/openejb/math/util/MathUtils.checkOrder:([DIZ)V]
MathUtils.compareTo ( double x, double y, double eps ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.compareTo:(DDD)I]
MathUtils.cosh ( double x ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.cosh:(D)D]
MathUtils.distance ( double[ ] p1, double[ ] p2 ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.distance:([D[D)D]
MathUtils.distance ( int[ ] p1, int[ ] p2 ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.distance:([I[I)D]
MathUtils.distance1 ( double[ ] p1, double[ ] p2 ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.distance1:([D[D)D]
MathUtils.distance1 ( int[ ] p1, int[ ] p2 ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.distance1:([I[I)I]
MathUtils.distanceInf ( double[ ] p1, double[ ] p2 ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.distanceInf:([D[D)D]
MathUtils.distanceInf ( int[ ] p1, int[ ] p2 ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.distanceInf:([I[I)I]
MathUtils.equals ( double x, double y ) [static] : boolean
[run-time name: org/apache/openejb/math/util/MathUtils.equals:(DD)Z]
MathUtils.equals ( double x, double y, double eps ) [static] : boolean
[run-time name: org/apache/openejb/math/util/MathUtils.equals:(DDD)Z]
MathUtils.equals ( double x, double y, int maxUlps ) [static] : boolean
[run-time name: org/apache/openejb/math/util/MathUtils.equals:(DDI)Z]
MathUtils.equals ( double[ ] x, double[ ] y ) [static] : boolean
[run-time name: org/apache/openejb/math/util/MathUtils.equals:([D[D)Z]
MathUtils.factorial ( int n ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.factorial:(I)J]
MathUtils.factorialDouble ( int n ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.factorialDouble:(I)D]
MathUtils.factorialLog ( int n ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.factorialLog:(I)D]
MathUtils.gcd ( int p, int q ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.gcd:(II)I]
MathUtils.gcd ( long p, long q ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.gcd:(JJ)J]
MathUtils.hash ( double value ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.hash:(D)I]
MathUtils.hash ( double[ ] value ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.hash:([D)I]
MathUtils.indicator ( byte x ) [static] : byte
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(B)B]
MathUtils.indicator ( double x ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(D)D]
MathUtils.indicator ( float x ) [static] : float
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(F)F]
MathUtils.indicator ( int x ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(I)I]
MathUtils.indicator ( long x ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(J)J]
MathUtils.indicator ( short x ) [static] : short
[run-time name: org/apache/openejb/math/util/MathUtils.indicator:(S)S]
MathUtils.lcm ( int a, int b ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.lcm:(II)I]
MathUtils.lcm ( long a, long b ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.lcm:(JJ)J]
MathUtils.log ( double base, double x ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.log:(DD)D]
MathUtils.mulAndCheck ( int x, int y ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.mulAndCheck:(II)I]
MathUtils.mulAndCheck ( long a, long b ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.mulAndCheck:(JJ)J]
MathUtils.nextAfter ( double d, double direction ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.nextAfter:(DD)D]
MathUtils.normalizeAngle ( double a, double center ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.normalizeAngle:(DD)D]
MathUtils.normalizeArray ( double[ ] values, double normalizedSum ) [static] : double[ ]
[run-time name: org/apache/openejb/math/util/MathUtils.normalizeArray:([DD)[D]
MathUtils.pow ( int k, int e ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(II)I]
MathUtils.pow ( int k, long e ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(IJ)I]
MathUtils.pow ( java.math.BigInteger k, int e ) [static] : java.math.BigInteger
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(Ljava/math/BigInteger;I)Ljava/math/BigInteger;]
MathUtils.pow ( java.math.BigInteger k, java.math.BigInteger e ) [static] : java.math.BigInteger
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(Ljava/math/BigInteger;Ljava/math/BigInteger;)Ljava/math/BigInteger;]
MathUtils.pow ( java.math.BigInteger k, long e ) [static] : java.math.BigInteger
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(Ljava/math/BigInteger;J)Ljava/math/BigInteger;]
MathUtils.pow ( long k, int e ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(JI)J]
MathUtils.pow ( long k, long e ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.pow:(JJ)J]
MathUtils.round ( double x, int scale ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.round:(DI)D]
MathUtils.round ( double x, int scale, int roundingMethod ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.round:(DII)D]
MathUtils.round ( float x, int scale ) [static] : float
[run-time name: org/apache/openejb/math/util/MathUtils.round:(FI)F]
MathUtils.round ( float x, int scale, int roundingMethod ) [static] : float
[run-time name: org/apache/openejb/math/util/MathUtils.round:(FII)F]
MathUtils.scalb ( double d, int scaleFactor ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.scalb:(DI)D]
MathUtils.sign ( byte x ) [static] : byte
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(B)B]
MathUtils.sign ( double x ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(D)D]
MathUtils.sign ( float x ) [static] : float
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(F)F]
MathUtils.sign ( int x ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(I)I]
MathUtils.sign ( long x ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(J)J]
MathUtils.sign ( short x ) [static] : short
[run-time name: org/apache/openejb/math/util/MathUtils.sign:(S)S]
MathUtils.sinh ( double x ) [static] : double
[run-time name: org/apache/openejb/math/util/MathUtils.sinh:(D)D]
MathUtils.subAndCheck ( int x, int y ) [static] : int
[run-time name: org/apache/openejb/math/util/MathUtils.subAndCheck:(II)I]
MathUtils.subAndCheck ( long a, long b ) [static] : long
[run-time name: org/apache/openejb/math/util/MathUtils.subAndCheck:(JJ)J]
openejb-core-3.1.3.jar, Max.class
package org.apache.openejb.math.stat.descriptive.rank
Max.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.clear:()V]
Max.copy ( ) : Max
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.copy:()Lorg/apache/openejb/math/stat/descriptive/rank/Max;]
Max.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Max.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Max.copy ( Max source, Max dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.copy:(Lorg/apache/openejb/math/stat/descriptive/rank/Max;Lorg/apache/openejb/math/stat/descriptive/rank/Max;)V]
Max.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.evaluate:([DII)D]
Max.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.getN:()J]
Max.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.getResult:()D]
Max.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max.increment:(D)V]
Max.Max ( )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max."<init>":()V]
Max.Max ( Max original )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Max."<init>":(Lorg/apache/openejb/math/stat/descriptive/rank/Max;)V]
openejb-core-3.1.3.jar, Mean.class
package org.apache.openejb.math.stat.descriptive.moment
Mean.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.clear:()V]
Mean.copy ( ) : Mean
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/Mean;]
Mean.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Mean.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Mean.copy ( Mean source, Mean dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/Mean;Lorg/apache/openejb/math/stat/descriptive/moment/Mean;)V]
Mean.evaluate ( double[ ] values, double[ ] weights ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.evaluate:([D[D)D]
Mean.evaluate ( double[ ] values, double[ ] weights, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.evaluate:([D[DII)D]
Mean.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.evaluate:([DII)D]
Mean.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.getN:()J]
Mean.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.getResult:()D]
Mean.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean.increment:(D)V]
Mean.Mean ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean."<init>":()V]
Mean.Mean ( FirstMoment m1 )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;)V]
Mean.Mean ( Mean original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Mean."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/Mean;)V]
openejb-core-3.1.3.jar, Member.class
package org.apache.openejb.monitoring
ManagedMBean.Member.get ( ) [abstract] : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.Member.get:()Ljava/lang/Object;]
ManagedMBean.Member.getAnnotation ( Class p1 ) [abstract] : annotation.Annotation
[run-time name: org/apache/openejb/monitoring/ManagedMBean.Member.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
ManagedMBean.Member.getName ( ) [abstract] : String
[run-time name: org/apache/openejb/monitoring/ManagedMBean.Member.getName:()Ljava/lang/String;]
ManagedMBean.Member.getType ( ) [abstract] : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.Member.getType:()Ljava/lang/Class;]
openejb-core-3.1.3.jar, MethodMember.class
package org.apache.openejb.monitoring
ManagedMBean.MethodMember.get ( ) : Object
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.get:()Ljava/lang/Object;]
ManagedMBean.MethodMember.getAnnotation ( Class annotationClass ) : annotation.Annotation
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;]
ManagedMBean.MethodMember.getDeclaringClass ( ) : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.getDeclaringClass:()Ljava/lang/Class;]
ManagedMBean.MethodMember.getName ( ) : String
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.getName:()Ljava/lang/String;]
ManagedMBean.MethodMember.getType ( ) : Class
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.getType:()Ljava/lang/Class;]
ManagedMBean.MethodMember.ManagedMBean.MethodMember ( reflect.Method getter, Object target, String prefix )
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember."<init>":(Ljava/lang/reflect/Method;Ljava/lang/Object;Ljava/lang/String;)V]
ManagedMBean.MethodMember.toString ( ) : String
[run-time name: org/apache/openejb/monitoring/ManagedMBean.MethodMember.toString:()Ljava/lang/String;]
openejb-core-3.1.3.jar, MethodScratchPad.class
package org.apache.openejb.monitoring
MethodScratchPad.main ( ) : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.main:()V]
MethodScratchPad.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.main:([Ljava/lang/String;)V]
MethodScratchPad.MethodScratchPad ( )
[run-time name: org/apache/openejb/monitoring/MethodScratchPad."<init>":()V]
MethodScratchPad.random ( java.util.Random random, int min, int max ) [static] : int
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.random:(Ljava/util/Random;II)I]
openejb-core-3.1.3.jar, MethodType.class
package org.apache.openejb.core.managed
ManagedContainer.MethodType.valueOf ( String name ) [static] : ManagedContainer.MethodType
[run-time name: org/apache/openejb/core/managed/ManagedContainer.MethodType.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/core/managed/ManagedContainer$MethodType;]
ManagedContainer.MethodType.values ( ) [static] : ManagedContainer.MethodType[ ]
[run-time name: org/apache/openejb/core/managed/ManagedContainer.MethodType.values:()[Lorg/apache/openejb/core/managed/ManagedContainer$MethodType;]
openejb-core-3.1.3.jar, Min.class
package org.apache.openejb.math.stat.descriptive.rank
Min.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.clear:()V]
Min.copy ( ) : Min
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.copy:()Lorg/apache/openejb/math/stat/descriptive/rank/Min;]
Min.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Min.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Min.copy ( Min source, Min dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.copy:(Lorg/apache/openejb/math/stat/descriptive/rank/Min;Lorg/apache/openejb/math/stat/descriptive/rank/Min;)V]
Min.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.evaluate:([DII)D]
Min.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.getN:()J]
Min.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.getResult:()D]
Min.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min.increment:(D)V]
Min.Min ( )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min."<init>":()V]
Min.Min ( Min original )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Min."<init>":(Lorg/apache/openejb/math/stat/descriptive/rank/Min;)V]
openejb-core-3.1.3.jar, MyBean.class
package org.apache.openejb.monitoring
MethodScratchPad.MyBean.blue ( ) : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBean.blue:()V]
MethodScratchPad.MyBean.green ( ) : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBean.green:()V]
MethodScratchPad.MyBean.MethodScratchPad.MyBean ( )
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBean."<init>":()V]
MethodScratchPad.MyBean.orange ( ) : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBean.orange:()V]
MethodScratchPad.MyBean.red ( ) : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBean.red:()V]
openejb-core-3.1.3.jar, MyBeanLocal.class
package org.apache.openejb.monitoring
MethodScratchPad.MyBeanLocal.blue ( ) [abstract] : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBeanLocal.blue:()V]
MethodScratchPad.MyBeanLocal.green ( ) [abstract] : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBeanLocal.green:()V]
MethodScratchPad.MyBeanLocal.orange ( ) [abstract] : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBeanLocal.orange:()V]
MethodScratchPad.MyBeanLocal.red ( ) [abstract] : void
[run-time name: org/apache/openejb/monitoring/MethodScratchPad.MyBeanLocal.red:()V]
openejb-core-3.1.3.jar, ObjectNameBuilder.class
package org.apache.openejb.monitoring
ObjectNameBuilder.build ( ) : javax.management.ObjectName
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.build:()Ljavax/management/ObjectName;]
ObjectNameBuilder.copy ( ) : ObjectNameBuilder
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.copy:()Lorg/apache/openejb/monitoring/ObjectNameBuilder;]
ObjectNameBuilder.getDomain ( ) : String
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.getDomain:()Ljava/lang/String;]
ObjectNameBuilder.ObjectNameBuilder ( )
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder."<init>":()V]
ObjectNameBuilder.ObjectNameBuilder ( String domain )
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder."<init>":(Ljava/lang/String;)V]
ObjectNameBuilder.set ( String key, String value ) : ObjectNameBuilder
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.set:(Ljava/lang/String;Ljava/lang/String;)Lorg/apache/openejb/monitoring/ObjectNameBuilder;]
ObjectNameBuilder.setDomain ( String domain ) : void
[run-time name: org/apache/openejb/monitoring/ObjectNameBuilder.setDomain:(Ljava/lang/String;)V]
openejb-core-3.1.3.jar, OpenEjb2Conversion.class
package org.apache.openejb.config
OpenEjb2Conversion.convertToGeronimoOpenejbXml ( org.apache.openejb.jee.oejb2.OpenejbJarType o2 ) [static] : org.apache.openejb.jee.oejb2.GeronimoEjbJarType
[run-time name: org/apache/openejb/config/OpenEjb2Conversion.convertToGeronimoOpenejbXml:(Lorg/apache/openejb/jee/oejb2/OpenejbJarType;)Lorg/apache/openejb/jee/oejb2/GeronimoEjbJarType;]
openejb-core-3.1.3.jar, PassivationStrategy.class
package org.apache.openejb.core.managed
PassivationStrategy.activate ( Object p1 ) [abstract] : Object
[run-time name: org/apache/openejb/core/managed/PassivationStrategy.activate:(Ljava/lang/Object;)Ljava/lang/Object;]
PassivationStrategy.init ( java.util.Properties p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/PassivationStrategy.init:(Ljava/util/Properties;)V]
PassivationStrategy.passivate ( java.util.Map p1 ) [abstract] : void
[run-time name: org/apache/openejb/core/managed/PassivationStrategy.passivate:(Ljava/util/Map;)V]
openejb-core-3.1.3.jar, PassthroughFactory.class
package org.apache.openejb.util
PassthroughFactory.PassthroughFactory ( )
[run-time name: org/apache/openejb/util/PassthroughFactory."<init>":()V]
PassthroughFactory.recipe ( Object instance ) [static] : org.apache.xbean.recipe.ObjectRecipe
[run-time name: org/apache/openejb/util/PassthroughFactory.recipe:(Ljava/lang/Object;)Lorg/apache/xbean/recipe/ObjectRecipe;]
openejb-core-3.1.3.jar, PaxLogStreamFactory.class
package org.apache.openejb.util
PaxLogStreamFactory.createLogStream ( LogCategory logCategory ) : LogStream
[run-time name: org/apache/openejb/util/PaxLogStreamFactory.createLogStream:(Lorg/apache/openejb/util/LogCategory;)Lorg/apache/openejb/util/LogStream;]
PaxLogStreamFactory.PaxLogStreamFactory ( )
[run-time name: org/apache/openejb/util/PaxLogStreamFactory."<init>":()V]
openejb-core-3.1.3.jar, Percentile.class
package org.apache.openejb.math.stat.descriptive.rank
Percentile.copy ( ) : Percentile
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.copy:()Lorg/apache/openejb/math/stat/descriptive/rank/Percentile;]
Percentile.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Percentile.copy ( Percentile source, Percentile dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.copy:(Lorg/apache/openejb/math/stat/descriptive/rank/Percentile;Lorg/apache/openejb/math/stat/descriptive/rank/Percentile;)V]
Percentile.evaluate ( double[ ] values, double p ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.evaluate:([DD)D]
Percentile.evaluate ( double[ ] values, int begin, int length, double p ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.evaluate:([DIID)D]
Percentile.evaluate ( double[ ] values, int start, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.evaluate:([DII)D]
Percentile.getQuantile ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.getQuantile:()D]
Percentile.Percentile ( )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile."<init>":()V]
Percentile.Percentile ( double p )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile."<init>":(D)V]
Percentile.Percentile ( Percentile original )
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile."<init>":(Lorg/apache/openejb/math/stat/descriptive/rank/Percentile;)V]
Percentile.setQuantile ( double p ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/rank/Percentile.setQuantile:(D)V]
openejb-core-3.1.3.jar, Pipe.class
package org.apache.openejb.util
Pipe.Pipe ( java.io.InputStream in, java.io.OutputStream out )
[run-time name: org/apache/openejb/util/Pipe."<init>":(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
Pipe.pipe ( java.io.InputStream in, java.io.OutputStream out ) [static] : void
[run-time name: org/apache/openejb/util/Pipe.pipe:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
Pipe.pipe ( Process process ) [static] : void
[run-time name: org/apache/openejb/util/Pipe.pipe:(Ljava/lang/Process;)V]
Pipe.run ( ) : void
[run-time name: org/apache/openejb/util/Pipe.run:()V]
openejb-core-3.1.3.jar, Pool.class
package org.apache.openejb.util
Pool.add ( Object obj ) : boolean
[run-time name: org/apache/openejb/util/Pool.add:(Ljava/lang/Object;)Z]
Pool.add ( Object obj, long offset ) : boolean
[run-time name: org/apache/openejb/util/Pool.add:(Ljava/lang/Object;J)Z]
Pool.close ( long timeout, java.util.concurrent.TimeUnit unit ) : boolean
[run-time name: org/apache/openejb/util/Pool.close:(JLjava/util/concurrent/TimeUnit;)Z]
Pool.discard ( ) : void
[run-time name: org/apache/openejb/util/Pool.discard:()V]
Pool.discard ( Pool.Entry entry ) : void
[run-time name: org/apache/openejb/util/Pool.discard:(Lorg/apache/openejb/util/Pool$Entry;)V]
Pool.flush ( ) : void
[run-time name: org/apache/openejb/util/Pool.flush:()V]
Pool.Pool ( int max, int min, boolean strict )
[run-time name: org/apache/openejb/util/Pool."<init>":(IIZ)V]
Pool.Pool ( int max, int min, boolean strict, long maxAge, long idleTimeout, long sweepInterval, java.util.concurrent.Executor executor, Pool.Supplier supplier, boolean replaceAged, double maxAgeOffset, boolean garbageCollection, boolean replaceFlushed )
[run-time name: org/apache/openejb/util/Pool."<init>":(IIZJJJLjava/util/concurrent/Executor;Lorg/apache/openejb/util/Pool$Supplier;ZDZZ)V]
Pool.pop ( long timeout, java.util.concurrent.TimeUnit unit ) : Pool.Entry
[run-time name: org/apache/openejb/util/Pool.pop:(JLjava/util/concurrent/TimeUnit;)Lorg/apache/openejb/util/Pool$Entry;]
Pool.push ( Object obj ) : boolean
[run-time name: org/apache/openejb/util/Pool.push:(Ljava/lang/Object;)Z]
Pool.push ( Pool.Entry entry ) : boolean
[run-time name: org/apache/openejb/util/Pool.push:(Lorg/apache/openejb/util/Pool$Entry;)Z]
Pool.running ( ) : boolean
[run-time name: org/apache/openejb/util/Pool.running:()Z]
Pool.start ( ) : Pool
[run-time name: org/apache/openejb/util/Pool.start:()Lorg/apache/openejb/util/Pool;]
Pool.stop ( ) : void
[run-time name: org/apache/openejb/util/Pool.stop:()V]
openejb-core-3.1.3.jar, ProxyGenerationException.class
package org.apache.openejb.util.proxy
ProxyGenerationException.ProxyGenerationException ( )
[run-time name: org/apache/openejb/util/proxy/ProxyGenerationException."<init>":()V]
ProxyGenerationException.ProxyGenerationException ( String message )
[run-time name: org/apache/openejb/util/proxy/ProxyGenerationException."<init>":(Ljava/lang/String;)V]
ProxyGenerationException.ProxyGenerationException ( String message, Throwable cause )
[run-time name: org/apache/openejb/util/proxy/ProxyGenerationException."<init>":(Ljava/lang/String;Ljava/lang/Throwable;)V]
ProxyGenerationException.ProxyGenerationException ( Throwable cause )
[run-time name: org/apache/openejb/util/proxy/ProxyGenerationException."<init>":(Ljava/lang/Throwable;)V]
openejb-core-3.1.3.jar, QuartzResourceAdapter.class
package org.apache.openejb.resource.quartz
QuartzResourceAdapter.endpointActivation ( javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory, javax.resource.spi.ActivationSpec activationSpec ) : void
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.endpointActivation:(Ljavax/resource/spi/endpoint/MessageEndpointFactory;Ljavax/resource/spi/ActivationSpec;)V]
QuartzResourceAdapter.endpointDeactivation ( javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory, javax.resource.spi.ActivationSpec activationSpec ) : void
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.endpointDeactivation:(Ljavax/resource/spi/endpoint/MessageEndpointFactory;Ljavax/resource/spi/ActivationSpec;)V]
QuartzResourceAdapter.getBootstrapContext ( ) : javax.resource.spi.BootstrapContext
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.getBootstrapContext:()Ljavax/resource/spi/BootstrapContext;]
QuartzResourceAdapter.getScheduler ( ) : org.quartz.Scheduler
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.getScheduler:()Lorg/quartz/Scheduler;]
QuartzResourceAdapter.getXAResources ( javax.resource.spi.ActivationSpec[ ] activationSpecs ) : javax.transaction.xa.XAResource[ ]
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.getXAResources:([Ljavax/resource/spi/ActivationSpec;)[Ljavax/transaction/xa/XAResource;]
QuartzResourceAdapter.QuartzResourceAdapter ( )
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter."<init>":()V]
QuartzResourceAdapter.start ( javax.resource.spi.BootstrapContext bootstrapContext ) : void
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.start:(Ljavax/resource/spi/BootstrapContext;)V]
QuartzResourceAdapter.stop ( ) : void
[run-time name: org/apache/openejb/resource/quartz/QuartzResourceAdapter.stop:()V]
openejb-core-3.1.3.jar, RAFPassivater.class
package org.apache.openejb.core.managed
RAFPassivater.activate ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/managed/RAFPassivater.activate:(Ljava/lang/Object;)Ljava/lang/Object;]
RAFPassivater.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/core/managed/RAFPassivater.init:(Ljava/util/Properties;)V]
RAFPassivater.passivate ( java.util.Map stateTable ) : void
[run-time name: org/apache/openejb/core/managed/RAFPassivater.passivate:(Ljava/util/Map;)V]
RAFPassivater.RAFPassivater ( )
[run-time name: org/apache/openejb/core/managed/RAFPassivater."<init>":()V]
openejb-core-3.1.3.jar, RegistryId.class
package org.apache.openejb.core.managed
ManagedObjectHandler.RegistryId.equals ( Object o ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.RegistryId.equals:(Ljava/lang/Object;)Z]
ManagedObjectHandler.RegistryId.getPrimaryKey ( ) : Object
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.RegistryId.getPrimaryKey:()Ljava/lang/Object;]
ManagedObjectHandler.RegistryId.hashCode ( ) : int
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.RegistryId.hashCode:()I]
ManagedObjectHandler.RegistryId.ManagedObjectHandler.RegistryId ( org.apache.openejb.Container container, Object deploymentId, Object primaryKey )
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.RegistryId."<init>":(Lorg/apache/openejb/Container;Ljava/lang/Object;Ljava/lang/Object;)V]
ManagedObjectHandler.RegistryId.toString ( ) : String
[run-time name: org/apache/openejb/core/managed/ManagedObjectHandler.RegistryId.toString:()Ljava/lang/String;]
openejb-core-3.1.3.jar, RequireDescriptors.class
package org.apache.openejb.config
RequireDescriptors.valueOf ( String name ) [static] : RequireDescriptors
[run-time name: org/apache/openejb/config/RequireDescriptors.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/config/RequireDescriptors;]
RequireDescriptors.values ( ) [static] : RequireDescriptors[ ]
[run-time name: org/apache/openejb/config/RequireDescriptors.values:()[Lorg/apache/openejb/config/RequireDescriptors;]
openejb-core-3.1.3.jar, ResizableDoubleArray.class
package org.apache.openejb.math.util
ResizableDoubleArray.addElement ( double value ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.addElement:(D)V]
ResizableDoubleArray.addElementRolling ( double value ) : double
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.addElementRolling:(D)D]
ResizableDoubleArray.checkContractExpand ( float contraction, float expansion ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.checkContractExpand:(FF)V]
ResizableDoubleArray.clear ( ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.clear:()V]
ResizableDoubleArray.contract ( ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.contract:()V]
ResizableDoubleArray.copy ( ) : ResizableDoubleArray
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.copy:()Lorg/apache/openejb/math/util/ResizableDoubleArray;]
ResizableDoubleArray.copy ( ResizableDoubleArray source, ResizableDoubleArray dest ) [static] : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.copy:(Lorg/apache/openejb/math/util/ResizableDoubleArray;Lorg/apache/openejb/math/util/ResizableDoubleArray;)V]
ResizableDoubleArray.discardFrontElements ( int i ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.discardFrontElements:(I)V]
ResizableDoubleArray.discardMostRecentElements ( int i ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.discardMostRecentElements:(I)V]
ResizableDoubleArray.equals ( Object object ) : boolean
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.equals:(Ljava/lang/Object;)Z]
ResizableDoubleArray.expand ( ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.expand:()V]
ResizableDoubleArray.getContractionCriteria ( ) : float
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getContractionCriteria:()F]
ResizableDoubleArray.getElement ( int index ) : double
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getElement:(I)D]
ResizableDoubleArray.getElements ( ) : double[ ]
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getElements:()[D]
ResizableDoubleArray.getExpansionFactor ( ) : float
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getExpansionFactor:()F]
ResizableDoubleArray.getExpansionMode ( ) : int
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getExpansionMode:()I]
ResizableDoubleArray.getInternalValues ( ) : double[ ]
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getInternalValues:()[D]
ResizableDoubleArray.getNumElements ( ) : int
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getNumElements:()I]
ResizableDoubleArray.getValues ( ) : double[ ]
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.getValues:()[D]
ResizableDoubleArray.hashCode ( ) : int
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.hashCode:()I]
ResizableDoubleArray.ResizableDoubleArray ( )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":()V]
ResizableDoubleArray.ResizableDoubleArray ( int initialCapacity )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":(I)V]
ResizableDoubleArray.ResizableDoubleArray ( int initialCapacity, float expansionFactor )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":(IF)V]
ResizableDoubleArray.ResizableDoubleArray ( int initialCapacity, float expansionFactor, float contractionCriteria )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":(IFF)V]
ResizableDoubleArray.ResizableDoubleArray ( int initialCapacity, float expansionFactor, float contractionCriteria, int expansionMode )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":(IFFI)V]
ResizableDoubleArray.ResizableDoubleArray ( ResizableDoubleArray original )
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray."<init>":(Lorg/apache/openejb/math/util/ResizableDoubleArray;)V]
ResizableDoubleArray.setContractionCriteria ( float contractionCriteria ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setContractionCriteria:(F)V]
ResizableDoubleArray.setElement ( int index, double value ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setElement:(ID)V]
ResizableDoubleArray.setExpansionFactor ( float expansionFactor ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setExpansionFactor:(F)V]
ResizableDoubleArray.setExpansionMode ( int expansionMode ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setExpansionMode:(I)V]
ResizableDoubleArray.setInitialCapacity ( int initialCapacity ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setInitialCapacity:(I)V]
ResizableDoubleArray.setNumElements ( int i ) : void
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.setNumElements:(I)V]
ResizableDoubleArray.start ( ) : int
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.start:()I]
ResizableDoubleArray.substituteMostRecentElement ( double value ) : double
[run-time name: org/apache/openejb/math/util/ResizableDoubleArray.substituteMostRecentElement:(D)D]
openejb-core-3.1.3.jar, ScratchPad.class
package org.apache.openejb.monitoring
ScratchPad.main ( ) : void
[run-time name: org/apache/openejb/monitoring/ScratchPad.main:()V]
ScratchPad.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/monitoring/ScratchPad.main:([Ljava/lang/String;)V]
ScratchPad.ScratchPad ( )
[run-time name: org/apache/openejb/monitoring/ScratchPad."<init>":()V]
openejb-core-3.1.3.jar, SecondMoment.class
package org.apache.openejb.math.stat.descriptive.moment
SecondMoment.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.clear:()V]
SecondMoment.copy ( ) : FirstMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;]
SecondMoment.copy ( ) : SecondMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;]
SecondMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
SecondMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
SecondMoment.copy ( SecondMoment source, SecondMoment dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;)V]
SecondMoment.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.getResult:()D]
SecondMoment.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment.increment:(D)V]
SecondMoment.SecondMoment ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment."<init>":()V]
SecondMoment.SecondMoment ( SecondMoment original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/SecondMoment."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;)V]
openejb-core-3.1.3.jar, ServiceManagerProxy.class
package org.apache.openejb.util
ServiceManagerProxy.ServiceManagerProxy ( )
[run-time name: org/apache/openejb/util/ServiceManagerProxy."<init>":()V]
ServiceManagerProxy.start ( ) : void
[run-time name: org/apache/openejb/util/ServiceManagerProxy.start:()V]
ServiceManagerProxy.stop ( ) : void
[run-time name: org/apache/openejb/util/ServiceManagerProxy.stop:()V]
openejb-core-3.1.3.jar, ServiceProvider.class
package org.apache.openejb.config.sys
ServiceProvider.ServiceProvider ( Class clazz, String id, String service )
[run-time name: org/apache/openejb/config/sys/ServiceProvider."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/lang/String;)V]
openejb-core-3.1.3.jar, SimpleCache.class
package org.apache.openejb.core.managed
SimpleCache.add ( Object key, Object value ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.add:(Ljava/lang/Object;Ljava/lang/Object;)V]
SimpleCache.checkIn ( Object key ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.checkIn:(Ljava/lang/Object;)V]
SimpleCache.checkOut ( Object key ) : Object
[run-time name: org/apache/openejb/core/managed/SimpleCache.checkOut:(Ljava/lang/Object;)Ljava/lang/Object;]
SimpleCache.getBulkPassivate ( ) : int
[run-time name: org/apache/openejb/core/managed/SimpleCache.getBulkPassivate:()I]
SimpleCache.getCapacity ( ) : int
[run-time name: org/apache/openejb/core/managed/SimpleCache.getCapacity:()I]
SimpleCache.getListener ( ) : Cache.CacheListener
[run-time name: org/apache/openejb/core/managed/SimpleCache.getListener:()Lorg/apache/openejb/core/managed/Cache$CacheListener;]
SimpleCache.getPassivator ( ) : PassivationStrategy
[run-time name: org/apache/openejb/core/managed/SimpleCache.getPassivator:()Lorg/apache/openejb/core/managed/PassivationStrategy;]
SimpleCache.getTimeOut ( ) : long
[run-time name: org/apache/openejb/core/managed/SimpleCache.getTimeOut:()J]
SimpleCache.processLRU ( ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.processLRU:()V]
SimpleCache.remove ( Object key ) : Object
[run-time name: org/apache/openejb/core/managed/SimpleCache.remove:(Ljava/lang/Object;)Ljava/lang/Object;]
SimpleCache.removeAll ( Cache.CacheFilter filter ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.removeAll:(Lorg/apache/openejb/core/managed/Cache$CacheFilter;)V]
SimpleCache.setBulkPassivate ( int bulkPassivate ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setBulkPassivate:(I)V]
SimpleCache.setCapacity ( int capacity ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setCapacity:(I)V]
SimpleCache.setListener ( Cache.CacheListener listener ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setListener:(Lorg/apache/openejb/core/managed/Cache$CacheListener;)V]
SimpleCache.setPassivator ( Class passivatorClass ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setPassivator:(Ljava/lang/Class;)V]
SimpleCache.setPassivator ( PassivationStrategy passivator ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setPassivator:(Lorg/apache/openejb/core/managed/PassivationStrategy;)V]
SimpleCache.setPoolSize ( int capacity ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setPoolSize:(I)V]
SimpleCache.setTimeOut ( long timeOut ) : void
[run-time name: org/apache/openejb/core/managed/SimpleCache.setTimeOut:(J)V]
SimpleCache.SimpleCache ( )
[run-time name: org/apache/openejb/core/managed/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/managed/SimpleCache."<init>":(Lorg/apache/openejb/core/managed/Cache$CacheListener;Lorg/apache/openejb/core/managed/PassivationStrategy;IILorg/apache/openejb/util/Duration;)V]
openejb-core-3.1.3.jar, SimplePassivater.class
package org.apache.openejb.core.managed
SimplePassivater.activate ( Object primaryKey ) : Object
[run-time name: org/apache/openejb/core/managed/SimplePassivater.activate:(Ljava/lang/Object;)Ljava/lang/Object;]
SimplePassivater.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/core/managed/SimplePassivater.init:(Ljava/util/Properties;)V]
SimplePassivater.passivate ( java.util.Map hash ) : void
[run-time name: org/apache/openejb/core/managed/SimplePassivater.passivate:(Ljava/util/Map;)V]
SimplePassivater.passivate ( Object primaryKey, Object state ) : void
[run-time name: org/apache/openejb/core/managed/SimplePassivater.passivate:(Ljava/lang/Object;Ljava/lang/Object;)V]
SimplePassivater.SimplePassivater ( )
[run-time name: org/apache/openejb/core/managed/SimplePassivater."<init>":()V]
openejb-core-3.1.3.jar, Skewness.class
package org.apache.openejb.math.stat.descriptive.moment
Skewness.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.clear:()V]
Skewness.copy ( ) : Skewness
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/Skewness;]
Skewness.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Skewness.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Skewness.copy ( Skewness source, Skewness dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/Skewness;Lorg/apache/openejb/math/stat/descriptive/moment/Skewness;)V]
Skewness.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.evaluate:([DII)D]
Skewness.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.getN:()J]
Skewness.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.getResult:()D]
Skewness.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness.increment:(D)V]
Skewness.Skewness ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness."<init>":()V]
Skewness.Skewness ( Skewness original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/Skewness;)V]
Skewness.Skewness ( ThirdMoment m3 )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Skewness."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;)V]
openejb-core-3.1.3.jar, StatefulCacheListener.class
package org.apache.openejb.core.managed
ManagedContainer.StatefulCacheListener.afterLoad ( Object x0 ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.afterLoad:(Ljava/lang/Object;)V]
ManagedContainer.StatefulCacheListener.afterLoad ( Instance instance ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.afterLoad:(Lorg/apache/openejb/core/managed/Instance;)V]
ManagedContainer.StatefulCacheListener.beforeStore ( Object x0 ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.beforeStore:(Ljava/lang/Object;)V]
ManagedContainer.StatefulCacheListener.beforeStore ( Instance instance ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.beforeStore:(Lorg/apache/openejb/core/managed/Instance;)V]
ManagedContainer.StatefulCacheListener.ManagedContainer.StatefulCacheListener ( ManagedContainer p1 )
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener."<init>":(Lorg/apache/openejb/core/managed/ManagedContainer;)V]
ManagedContainer.StatefulCacheListener.timedOut ( Object x0 ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.timedOut:(Ljava/lang/Object;)V]
ManagedContainer.StatefulCacheListener.timedOut ( Instance instance ) : void
[run-time name: org/apache/openejb/core/managed/ManagedContainer.StatefulCacheListener.timedOut:(Lorg/apache/openejb/core/managed/Instance;)V]
openejb-core-3.1.3.jar, StatelessContainer.class
package org.apache.openejb.core.stateless
StatelessContainer.StatelessContainer ( Object id, org.apache.openejb.spi.SecurityService securityService, org.apache.openejb.util.Duration accessTimeout, org.apache.openejb.util.Duration closeTimeout, org.apache.openejb.util.Pool.Builder poolBuilder, int callbackThreads )
[run-time name: org/apache/openejb/core/stateless/StatelessContainer."<init>":(Ljava/lang/Object;Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Pool$Builder;I)V]
openejb-core-3.1.3.jar, StatelessContainerFactory.class
package org.apache.openejb.core.stateless
StatelessContainerFactory.create ( ) : StatelessContainer
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.create:()Lorg/apache/openejb/core/stateless/StatelessContainer;]
StatelessContainerFactory.setAccessTimeout ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setAccessTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.setCallbackThreads ( int callbackThreads ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setCallbackThreads:(I)V]
StatelessContainerFactory.setCloseTimeout ( org.apache.openejb.util.Duration closeTimeout ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setCloseTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.setGarbageCollection ( boolean garbageCollection ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setGarbageCollection:(Z)V]
StatelessContainerFactory.setId ( Object id ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setId:(Ljava/lang/Object;)V]
StatelessContainerFactory.setIdleTimeout ( org.apache.openejb.util.Duration idleTimeout ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setIdleTimeout:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.setMaxAge ( org.apache.openejb.util.Duration maxAge ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setMaxAge:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.setMaxAgeOffset ( double maxAgeOffset ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setMaxAgeOffset:(D)V]
StatelessContainerFactory.setMaxSize ( int max ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setMaxSize:(I)V]
StatelessContainerFactory.setMinSize ( int min ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setMinSize:(I)V]
StatelessContainerFactory.setPoolSize ( int max ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setPoolSize:(I)V]
StatelessContainerFactory.setReplaceAged ( boolean replaceAged ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setReplaceAged:(Z)V]
StatelessContainerFactory.setReplaceFlushed ( boolean replaceFlushed ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setReplaceFlushed:(Z)V]
StatelessContainerFactory.setSecurityService ( org.apache.openejb.spi.SecurityService securityService ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setSecurityService:(Lorg/apache/openejb/spi/SecurityService;)V]
StatelessContainerFactory.setStrictPooling ( boolean strict ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setStrictPooling:(Z)V]
StatelessContainerFactory.setSweepInterval ( org.apache.openejb.util.Duration interval ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setSweepInterval:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.setTimeOut ( org.apache.openejb.util.Duration accessTimeout ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory.setTimeOut:(Lorg/apache/openejb/util/Duration;)V]
StatelessContainerFactory.StatelessContainerFactory ( )
[run-time name: org/apache/openejb/core/stateless/StatelessContainerFactory."<init>":()V]
openejb-core-3.1.3.jar, StatelessContext.class
package org.apache.openejb.core.stateless
StatelessContext.flush ( ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessContext.flush:()V]
StatelessContext.StatelessContext ( org.apache.openejb.spi.SecurityService securityService, java.io.Flushable flushable )
[run-time name: org/apache/openejb/core/stateless/StatelessContext."<init>":(Lorg/apache/openejb/spi/SecurityService;Ljava/io/Flushable;)V]
openejb-core-3.1.3.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 ( org.apache.openejb.spi.SecurityService securityService, org.apache.openejb.util.Duration accessTimeout, org.apache.openejb.util.Duration closeTimeout, org.apache.openejb.util.Pool.Builder poolBuilder, int callbackThreads )
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager."<init>":(Lorg/apache/openejb/spi/SecurityService;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Duration;Lorg/apache/openejb/util/Pool$Builder;I)V]
openejb-core-3.1.3.jar, StatisticalSummary.class
package org.apache.openejb.math.stat.descriptive
StatisticalSummary.getMax ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getMax:()D]
StatisticalSummary.getMean ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getMean:()D]
StatisticalSummary.getMin ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getMin:()D]
StatisticalSummary.getN ( ) [abstract] : long
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getN:()J]
StatisticalSummary.getStandardDeviation ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getStandardDeviation:()D]
StatisticalSummary.getSum ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getSum:()D]
StatisticalSummary.getVariance ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StatisticalSummary.getVariance:()D]
openejb-core-3.1.3.jar, Stats.class
package org.apache.openejb.monitoring
StatsInterceptor.Stats.getCount ( ) : long
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getCount:()J]
StatsInterceptor.Stats.getGeometricMean ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getGeometricMean:()D]
StatsInterceptor.Stats.getKurtosis ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getKurtosis:()D]
StatsInterceptor.Stats.getMax ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getMax:()D]
StatsInterceptor.Stats.getMean ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getMean:()D]
StatsInterceptor.Stats.getMin ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getMin:()D]
StatsInterceptor.Stats.getPercentile01 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile01:()D]
StatsInterceptor.Stats.getPercentile10 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile10:()D]
StatsInterceptor.Stats.getPercentile25 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile25:()D]
StatsInterceptor.Stats.getPercentile50 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile50:()D]
StatsInterceptor.Stats.getPercentile75 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile75:()D]
StatsInterceptor.Stats.getPercentile90 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile90:()D]
StatsInterceptor.Stats.getPercentile99 ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getPercentile99:()D]
StatsInterceptor.Stats.getSampleSize ( ) : int
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getSampleSize:()I]
StatsInterceptor.Stats.getSkewness ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getSkewness:()D]
StatsInterceptor.Stats.getStandardDeviation ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getStandardDeviation:()D]
StatsInterceptor.Stats.getSum ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getSum:()D]
StatsInterceptor.Stats.getSumsq ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getSumsq:()D]
StatsInterceptor.Stats.getVariance ( ) : double
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.getVariance:()D]
StatsInterceptor.Stats.record ( long time ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.record:(J)V]
StatsInterceptor.Stats.setSampleSize ( int i ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.setSampleSize:(I)V]
StatsInterceptor.Stats.sortedValues ( ) : double[ ]
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.sortedValues:()[D]
StatsInterceptor.Stats.StatsInterceptor.Stats ( StatsInterceptor method, reflect.Method classAnnotation, org.apache.openejb.api.Monitor p3 )
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats."<init>":(Lorg/apache/openejb/monitoring/StatsInterceptor;Ljava/lang/reflect/Method;Lorg/apache/openejb/api/Monitor;)V]
StatsInterceptor.Stats.values ( ) : double[ ]
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.Stats.values:()[D]
openejb-core-3.1.3.jar, StatsInterceptor.class
package org.apache.openejb.monitoring
StatsInterceptor.AfterBegin ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AfterBegin:()Ljava/lang/reflect/Method;]
StatsInterceptor.AfterBegin ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AfterBegin:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.AfterCompletion ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AfterCompletion:()Ljava/lang/reflect/Method;]
StatsInterceptor.AfterCompletion ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.AfterCompletion:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.BeforeCompletion ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.BeforeCompletion:()Ljava/lang/reflect/Method;]
StatsInterceptor.BeforeCompletion ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.BeforeCompletion:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.getInvocationCount ( ) : long
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.getInvocationCount:()J]
StatsInterceptor.getInvocationTime ( ) : long
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.getInvocationTime:()J]
StatsInterceptor.getMonitoredMethods ( ) : long
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.getMonitoredMethods:()J]
StatsInterceptor.invoke ( javax.interceptor.InvocationContext invocationContext ) : Object
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.invoke:(Ljavax/interceptor/InvocationContext;)Ljava/lang/Object;]
StatsInterceptor.isMonitoringEnabled ( ) : boolean
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.isMonitoringEnabled:()Z]
StatsInterceptor.PostActivate ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PostActivate:()Ljava/lang/reflect/Method;]
StatsInterceptor.PostActivate ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PostActivate:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.PostConstruct ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PostConstruct:()Ljava/lang/reflect/Method;]
StatsInterceptor.PostConstruct ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PostConstruct:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.PreDestroy ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PreDestroy:()Ljava/lang/reflect/Method;]
StatsInterceptor.PreDestroy ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PreDestroy:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.PrePassivate ( ) : reflect.Method
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PrePassivate:()Ljava/lang/reflect/Method;]
StatsInterceptor.PrePassivate ( javax.interceptor.InvocationContext invocationContext ) : void
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.PrePassivate:(Ljavax/interceptor/InvocationContext;)V]
StatsInterceptor.stats ( ) : java.util.Collection
[run-time name: org/apache/openejb/monitoring/StatsInterceptor.stats:()Ljava/util/Collection;]
StatsInterceptor.StatsInterceptor ( Class componentClass )
[run-time name: org/apache/openejb/monitoring/StatsInterceptor."<init>":(Ljava/lang/Class;)V]
openejb-core-3.1.3.jar, StorelessUnivariateStatistic.class
package org.apache.openejb.math.stat.descriptive
StorelessUnivariateStatistic.clear ( ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.clear:()V]
StorelessUnivariateStatistic.copy ( ) [abstract] : StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
StorelessUnivariateStatistic.getN ( ) [abstract] : long
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.getN:()J]
StorelessUnivariateStatistic.getResult ( ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.getResult:()D]
StorelessUnivariateStatistic.increment ( double p1 ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.increment:(D)V]
StorelessUnivariateStatistic.incrementAll ( double[ ] p1 ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.incrementAll:([D)V]
StorelessUnivariateStatistic.incrementAll ( double[ ] p1, int p2, int p3 ) [abstract] : void
[run-time name: org/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic.incrementAll:([DII)V]
openejb-core-3.1.3.jar, Sum.class
package org.apache.openejb.math.stat.descriptive.summary
Sum.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.clear:()V]
Sum.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Sum.copy ( ) : Sum
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.copy:()Lorg/apache/openejb/math/stat/descriptive/summary/Sum;]
Sum.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Sum.copy ( Sum source, Sum dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.copy:(Lorg/apache/openejb/math/stat/descriptive/summary/Sum;Lorg/apache/openejb/math/stat/descriptive/summary/Sum;)V]
Sum.evaluate ( double[ ] values, double[ ] weights ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.evaluate:([D[D)D]
Sum.evaluate ( double[ ] values, double[ ] weights, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.evaluate:([D[DII)D]
Sum.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.evaluate:([DII)D]
Sum.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.getN:()J]
Sum.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.getResult:()D]
Sum.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum.increment:(D)V]
Sum.Sum ( )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum."<init>":()V]
Sum.Sum ( Sum original )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/Sum."<init>":(Lorg/apache/openejb/math/stat/descriptive/summary/Sum;)V]
openejb-core-3.1.3.jar, SumOfLogs.class
package org.apache.openejb.math.stat.descriptive.summary
SumOfLogs.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.clear:()V]
SumOfLogs.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
SumOfLogs.copy ( ) : SumOfLogs
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.copy:()Lorg/apache/openejb/math/stat/descriptive/summary/SumOfLogs;]
SumOfLogs.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
SumOfLogs.copy ( SumOfLogs source, SumOfLogs dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.copy:(Lorg/apache/openejb/math/stat/descriptive/summary/SumOfLogs;Lorg/apache/openejb/math/stat/descriptive/summary/SumOfLogs;)V]
SumOfLogs.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.evaluate:([DII)D]
SumOfLogs.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.getN:()J]
SumOfLogs.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.getResult:()D]
SumOfLogs.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs.increment:(D)V]
SumOfLogs.SumOfLogs ( )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs."<init>":()V]
SumOfLogs.SumOfLogs ( SumOfLogs original )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfLogs."<init>":(Lorg/apache/openejb/math/stat/descriptive/summary/SumOfLogs;)V]
openejb-core-3.1.3.jar, SumOfSquares.class
package org.apache.openejb.math.stat.descriptive.summary
SumOfSquares.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.clear:()V]
SumOfSquares.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
SumOfSquares.copy ( ) : SumOfSquares
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.copy:()Lorg/apache/openejb/math/stat/descriptive/summary/SumOfSquares;]
SumOfSquares.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
SumOfSquares.copy ( SumOfSquares source, SumOfSquares dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.copy:(Lorg/apache/openejb/math/stat/descriptive/summary/SumOfSquares;Lorg/apache/openejb/math/stat/descriptive/summary/SumOfSquares;)V]
SumOfSquares.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.evaluate:([DII)D]
SumOfSquares.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.getN:()J]
SumOfSquares.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.getResult:()D]
SumOfSquares.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares.increment:(D)V]
SumOfSquares.SumOfSquares ( )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares."<init>":()V]
SumOfSquares.SumOfSquares ( SumOfSquares original )
[run-time name: org/apache/openejb/math/stat/descriptive/summary/SumOfSquares."<init>":(Lorg/apache/openejb/math/stat/descriptive/summary/SumOfSquares;)V]
openejb-core-3.1.3.jar, Supplier.class
package org.apache.openejb.util
Pool.Supplier.create ( ) [abstract] : Object
[run-time name: org/apache/openejb/util/Pool.Supplier.create:()Ljava/lang/Object;]
Pool.Supplier.discard ( Object p1, Pool.Event p2 ) [abstract] : void
[run-time name: org/apache/openejb/util/Pool.Supplier.discard:(Ljava/lang/Object;Lorg/apache/openejb/util/Pool$Event;)V]
openejb-core-3.1.3.jar, Synchronization.class
package org.apache.openejb.core.managed
ManagedContainer.SessionSynchronizationCoordinator.Synchronization.isCallSessionSynchronization ( ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContainer.SessionSynchronizationCoordinator.Synchronization.isCallSessionSynchronization:()Z]
ManagedContainer.SessionSynchronizationCoordinator.Synchronization.ManagedContainer.SessionSynchronizationCoordinator.Synchronization ( ManagedContainer.SessionSynchronizationCoordinator instance, Instance p2 )
[run-time name: org/apache/openejb/core/managed/ManagedContainer.SessionSynchronizationCoordinator.Synchronization."<init>":(Lorg/apache/openejb/core/managed/ManagedContainer$SessionSynchronizationCoordinator;Lorg/apache/openejb/core/managed/Instance;)V]
ManagedContainer.SessionSynchronizationCoordinator.Synchronization.setCallSessionSynchronization ( boolean synchronize ) : boolean
[run-time name: org/apache/openejb/core/managed/ManagedContainer.SessionSynchronizationCoordinator.Synchronization.setCallSessionSynchronization:(Z)Z]
openejb-core-3.1.3.jar, SynchronizedDescriptiveStatistics.class
package org.apache.openejb.math.stat.descriptive
SynchronizedDescriptiveStatistics.addValue ( double v ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.addValue:(D)V]
SynchronizedDescriptiveStatistics.apply ( UnivariateStatistic stat ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.apply:(Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;)D]
SynchronizedDescriptiveStatistics.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.clear:()V]
SynchronizedDescriptiveStatistics.copy ( ) : DescriptiveStatistics
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.copy:()Lorg/apache/openejb/math/stat/descriptive/DescriptiveStatistics;]
SynchronizedDescriptiveStatistics.copy ( ) : SynchronizedDescriptiveStatistics
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.copy:()Lorg/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics;]
SynchronizedDescriptiveStatistics.copy ( SynchronizedDescriptiveStatistics source, SynchronizedDescriptiveStatistics dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.copy:(Lorg/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics;Lorg/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics;)V]
SynchronizedDescriptiveStatistics.getElement ( int index ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.getElement:(I)D]
SynchronizedDescriptiveStatistics.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.getN:()J]
SynchronizedDescriptiveStatistics.getStandardDeviation ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.getStandardDeviation:()D]
SynchronizedDescriptiveStatistics.getValues ( ) : double[ ]
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.getValues:()[D]
SynchronizedDescriptiveStatistics.getWindowSize ( ) : int
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.getWindowSize:()I]
SynchronizedDescriptiveStatistics.setWindowSize ( int windowSize ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.setWindowSize:(I)V]
SynchronizedDescriptiveStatistics.SynchronizedDescriptiveStatistics ( )
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics."<init>":()V]
SynchronizedDescriptiveStatistics.SynchronizedDescriptiveStatistics ( int window )
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics."<init>":(I)V]
SynchronizedDescriptiveStatistics.SynchronizedDescriptiveStatistics ( SynchronizedDescriptiveStatistics original )
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics."<init>":(Lorg/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics;)V]
SynchronizedDescriptiveStatistics.toString ( ) : String
[run-time name: org/apache/openejb/math/stat/descriptive/SynchronizedDescriptiveStatistics.toString:()Ljava/lang/String;]
openejb-core-3.1.3.jar, ThirdMoment.class
package org.apache.openejb.math.stat.descriptive.moment
ThirdMoment.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.clear:()V]
ThirdMoment.copy ( ) : FirstMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/FirstMoment;]
ThirdMoment.copy ( ) : SecondMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;]
ThirdMoment.copy ( ) : ThirdMoment
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;]
ThirdMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
ThirdMoment.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
ThirdMoment.copy ( ThirdMoment source, ThirdMoment dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;)V]
ThirdMoment.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.getResult:()D]
ThirdMoment.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment.increment:(D)V]
ThirdMoment.ThirdMoment ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment."<init>":()V]
ThirdMoment.ThirdMoment ( ThirdMoment original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/ThirdMoment."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/ThirdMoment;)V]
openejb-core-3.1.3.jar, TimeoutSessionState.class
package org.apache.openejb.core
BaseSessionContext.TimeoutSessionState.getBusinessObject ( Class x0 ) : Object
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getBusinessObject:(Ljava/lang/Class;)Ljava/lang/Object;]
BaseSessionContext.TimeoutSessionState.getEJBLocalObject ( ) : javax.ejb.EJBLocalObject
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getEJBLocalObject:()Ljavax/ejb/EJBLocalObject;]
BaseSessionContext.TimeoutSessionState.getEJBObject ( ) : javax.ejb.EJBObject
[run-time name: org/apache/openejb/core/BaseSessionContext.TimeoutSessionState.getEJBObject:()Ljavax/ejb/EJBObject;]
openejb-core-3.1.3.jar, Timer.class
package org.apache.openejb.persistence
JtaEntityManager.Timer.JtaEntityManager.Timer ( JtaEntityManager.Op operation, JtaEntityManager em )
[run-time name: org/apache/openejb/persistence/JtaEntityManager.Timer."<init>":(Lorg/apache/openejb/persistence/JtaEntityManager$Op;Lorg/apache/openejb/persistence/JtaEntityManager;)V]
JtaEntityManager.Timer.stop ( ) : void
[run-time name: org/apache/openejb/persistence/JtaEntityManager.Timer.stop:()V]
openejb-core-3.1.3.jar, TransactionManagerLookup.class
package org.apache.openejb.hibernate
TransactionManagerLookup.getTransactionIdentifier ( javax.transaction.Transaction p1 ) : Object
[run-time name: org/apache/openejb/hibernate/TransactionManagerLookup.getTransactionIdentifier:(Ljavax/transaction/Transaction;)Ljava/lang/Object;]
openejb-core-3.1.3.jar, TransactionType.class
package org.apache.openejb.core.transaction
TransactionType.get ( javax.ejb.TransactionAttributeType type ) [static] : TransactionType
[run-time name: org/apache/openejb/core/transaction/TransactionType.get:(Ljavax/ejb/TransactionAttributeType;)Lorg/apache/openejb/core/transaction/TransactionType;]
openejb-core-3.1.3.jar, UnivariateStatistic.class
package org.apache.openejb.math.stat.descriptive
UnivariateStatistic.copy ( ) [abstract] : UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/UnivariateStatistic.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
UnivariateStatistic.evaluate ( double[ ] p1 ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/UnivariateStatistic.evaluate:([D)D]
UnivariateStatistic.evaluate ( double[ ] p1, int p2, int p3 ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/UnivariateStatistic.evaluate:([DII)D]
openejb-core-3.1.3.jar, Variance.class
package org.apache.openejb.math.stat.descriptive.moment
Variance.clear ( ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.clear:()V]
Variance.copy ( ) : Variance
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.copy:()Lorg/apache/openejb/math/stat/descriptive/moment/Variance;]
Variance.copy ( ) : org.apache.openejb.math.stat.descriptive.StorelessUnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.copy:()Lorg/apache/openejb/math/stat/descriptive/StorelessUnivariateStatistic;]
Variance.copy ( ) : org.apache.openejb.math.stat.descriptive.UnivariateStatistic
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.copy:()Lorg/apache/openejb/math/stat/descriptive/UnivariateStatistic;]
Variance.copy ( Variance source, Variance dest ) [static] : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.copy:(Lorg/apache/openejb/math/stat/descriptive/moment/Variance;Lorg/apache/openejb/math/stat/descriptive/moment/Variance;)V]
Variance.evaluate ( double[ ] values ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([D)D]
Variance.evaluate ( double[ ] values, double mean ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([DD)D]
Variance.evaluate ( double[ ] values, double mean, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([DDII)D]
Variance.evaluate ( double[ ] values, double[ ] weights ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([D[D)D]
Variance.evaluate ( double[ ] values, double[ ] weights, double mean ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([D[DD)D]
Variance.evaluate ( double[ ] values, double[ ] weights, double mean, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([D[DDII)D]
Variance.evaluate ( double[ ] values, double[ ] weights, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([D[DII)D]
Variance.evaluate ( double[ ] values, int begin, int length ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.evaluate:([DII)D]
Variance.getN ( ) : long
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.getN:()J]
Variance.getResult ( ) : double
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.getResult:()D]
Variance.increment ( double d ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.increment:(D)V]
Variance.isBiasCorrected ( ) : boolean
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.isBiasCorrected:()Z]
Variance.setBiasCorrected ( boolean biasCorrected ) : void
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance.setBiasCorrected:(Z)V]
Variance.Variance ( )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance."<init>":()V]
Variance.Variance ( boolean isBiasCorrected )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance."<init>":(Z)V]
Variance.Variance ( boolean isBiasCorrected, SecondMoment m2 )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance."<init>":(ZLorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;)V]
Variance.Variance ( SecondMoment m2 )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/SecondMoment;)V]
Variance.Variance ( Variance original )
[run-time name: org/apache/openejb/math/stat/descriptive/moment/Variance."<init>":(Lorg/apache/openejb/math/stat/descriptive/moment/Variance;)V]
openejb-core-3.1.3.jar, WeightedEvaluation.class
package org.apache.openejb.math.stat.descriptive
WeightedEvaluation.evaluate ( double[ ] p1, double[ ] p2 ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/WeightedEvaluation.evaluate:([D[D)D]
WeightedEvaluation.evaluate ( double[ ] p1, double[ ] p2, int p3, int p4 ) [abstract] : double
[run-time name: org/apache/openejb/math/stat/descriptive/WeightedEvaluation.evaluate:([D[DII)D]
openejb-cxf-3.1.3.jar, CxfEndpoint.class
package org.apache.openejb.server.cxf
CxfEndpoint.CxfEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Object implementor, HttpTransportFactory httpTransportFactory )
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Object;Lorg/apache/openejb/server/cxf/HttpTransportFactory;)V]
CxfEndpoint.isHTTP ( ) : boolean
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint.isHTTP:()Z]
openejb-cxf-3.1.3.jar, EjbEndpoint.class
package org.apache.openejb.server.cxf.ejb
EjbEndpoint.EjbEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData portData, org.apache.openejb.DeploymentInfo deploymentInfo, org.apache.openejb.server.cxf.HttpTransportFactory httpTransportFactory )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/DeploymentInfo;Lorg/apache/openejb/server/cxf/HttpTransportFactory;)V]
openejb-cxf-3.1.3.jar, EjbMessageContext.class
package org.apache.openejb.server.cxf.ejb
EjbMessageContext.EjbMessageContext ( org.apache.cxf.message.Message m, javax.xml.ws.handler.MessageContext.Scope defScope )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMessageContext."<init>":(Lorg/apache/cxf/message/Message;Ljavax/xml/ws/handler/MessageContext$Scope;)V]
EjbMessageContext.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMessageContext.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
EjbMessageContext.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMessageContext.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
openejb-cxf-3.1.3.jar, EjbMethodInvoker.class
package org.apache.openejb.server.cxf.ejb
EjbMethodInvoker.performInvocation ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, Object[ ] paramArray ) : Object
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMethodInvoker.performInvocation:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;]
EjbMethodInvoker.releaseServiceObject ( org.apache.cxf.message.Exchange ex, Object obj ) : void
[run-time name: org/apache/openejb/server/cxf/ejb/EjbMethodInvoker.releaseServiceObject:(Lorg/apache/cxf/message/Exchange;Ljava/lang/Object;)V]
openejb-cxf-3.1.3.jar, HttpTransportFactory.class
package org.apache.openejb.server.cxf
HttpTransportFactory.registerDestinationFactory ( ) : void
[run-time name: org/apache/openejb/server/cxf/HttpTransportFactory.registerDestinationFactory:()V]
openejb-jee-3.1.3.jar, AbstractAuthData.class
package org.apache.openejb.jee.was.v6.commonbnd
AbstractAuthData.AbstractAuthData ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData."<init>":()V]
AbstractAuthData.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getExtensions:()Ljava/util/List;]
AbstractAuthData.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getHref:()Ljava/lang/String;]
AbstractAuthData.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getId:()Ljava/lang/String;]
AbstractAuthData.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getIdref:()Ljava/lang/Object;]
AbstractAuthData.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getLabel:()Ljava/lang/String;]
AbstractAuthData.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getType:()Ljavax/xml/namespace/QName;]
AbstractAuthData.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getUuid:()Ljava/lang/String;]
AbstractAuthData.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.getVersion:()Ljava/lang/String;]
AbstractAuthData.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setHref:(Ljava/lang/String;)V]
AbstractAuthData.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setId:(Ljava/lang/String;)V]
AbstractAuthData.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setIdref:(Ljava/lang/Object;)V]
AbstractAuthData.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setLabel:(Ljava/lang/String;)V]
AbstractAuthData.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setType:(Ljavax/xml/namespace/QName;)V]
AbstractAuthData.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setUuid:(Ljava/lang/String;)V]
AbstractAuthData.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, AcknowledgeModeEnum.class
package org.apache.openejb.jee.was.v6.ejb
AcknowledgeModeEnum.fromValue ( String v ) [static] : AcknowledgeModeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum;]
AcknowledgeModeEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum.value:()Ljava/lang/String;]
AcknowledgeModeEnum.valueOf ( String name ) [static] : AcknowledgeModeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum;]
AcknowledgeModeEnum.values ( ) [static] : AcknowledgeModeEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum;]
openejb-jee-3.1.3.jar, ActivationConfig.class
package org.apache.openejb.jee.was.v6.ejb
ActivationConfig.ActivationConfig ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig."<init>":()V]
ActivationConfig.getConfigProperties ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getConfigProperties:()Ljava/util/List;]
ActivationConfig.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getDescriptions:()Ljava/util/List;]
ActivationConfig.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getExtensions:()Ljava/util/List;]
ActivationConfig.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getHref:()Ljava/lang/String;]
ActivationConfig.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getId:()Ljava/lang/String;]
ActivationConfig.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getIdref:()Ljava/lang/Object;]
ActivationConfig.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getLabel:()Ljava/lang/String;]
ActivationConfig.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getType:()Ljavax/xml/namespace/QName;]
ActivationConfig.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getUuid:()Ljava/lang/String;]
ActivationConfig.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.getVersion:()Ljava/lang/String;]
ActivationConfig.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setHref:(Ljava/lang/String;)V]
ActivationConfig.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setId:(Ljava/lang/String;)V]
ActivationConfig.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setIdref:(Ljava/lang/Object;)V]
ActivationConfig.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setLabel:(Ljava/lang/String;)V]
ActivationConfig.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setType:(Ljavax/xml/namespace/QName;)V]
ActivationConfig.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setUuid:(Ljava/lang/String;)V]
ActivationConfig.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfig.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ActivationConfigProperty.class
package org.apache.openejb.jee.was.v6.ejb
ActivationConfigProperty.ActivationConfigProperty ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty."<init>":()V]
ActivationConfigProperty.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getExtensions:()Ljava/util/List;]
ActivationConfigProperty.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getHref:()Ljava/lang/String;]
ActivationConfigProperty.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getId:()Ljava/lang/String;]
ActivationConfigProperty.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getIdref:()Ljava/lang/Object;]
ActivationConfigProperty.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getLabel:()Ljava/lang/String;]
ActivationConfigProperty.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getName:()Ljava/lang/String;]
ActivationConfigProperty.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getType:()Ljavax/xml/namespace/QName;]
ActivationConfigProperty.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getUuid:()Ljava/lang/String;]
ActivationConfigProperty.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getValue:()Ljava/lang/String;]
ActivationConfigProperty.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.getVersion:()Ljava/lang/String;]
ActivationConfigProperty.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setHref:(Ljava/lang/String;)V]
ActivationConfigProperty.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setId:(Ljava/lang/String;)V]
ActivationConfigProperty.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setIdref:(Ljava/lang/Object;)V]
ActivationConfigProperty.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setLabel:(Ljava/lang/String;)V]
ActivationConfigProperty.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setName:(Ljava/lang/String;)V]
ActivationConfigProperty.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setType:(Ljavax/xml/namespace/QName;)V]
ActivationConfigProperty.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setUuid:(Ljava/lang/String;)V]
ActivationConfigProperty.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setValue:(Ljava/lang/String;)V]
ActivationConfigProperty.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ActivationSpec.class
package org.apache.openejb.jee
ActivationSpec.getConfigProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ActivationSpec.getConfigProperty:()Ljava/util/List;]
openejb-jee-3.1.3.jar, AssemblyDescriptor.class
package org.apache.openejb.jee.was.v6.ejb
AssemblyDescriptor.AssemblyDescriptor ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor."<init>":()V]
AssemblyDescriptor.getExcludeList ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getExcludeList:()Ljava/util/List;]
AssemblyDescriptor.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getExtensions:()Ljava/util/List;]
AssemblyDescriptor.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getHref:()Ljava/lang/String;]
AssemblyDescriptor.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getId:()Ljava/lang/String;]
AssemblyDescriptor.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getIdref:()Ljava/lang/Object;]
AssemblyDescriptor.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getLabel:()Ljava/lang/String;]
AssemblyDescriptor.getMessageDestinations ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getMessageDestinations:()Ljava/util/List;]
AssemblyDescriptor.getMethodPermissions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getMethodPermissions:()Ljava/util/List;]
AssemblyDescriptor.getMethodTransactions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getMethodTransactions:()Ljava/util/List;]
AssemblyDescriptor.getSecurityRoles ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getSecurityRoles:()Ljava/util/List;]
AssemblyDescriptor.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getType:()Ljavax/xml/namespace/QName;]
AssemblyDescriptor.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getUuid:()Ljava/lang/String;]
AssemblyDescriptor.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.getVersion:()Ljava/lang/String;]
AssemblyDescriptor.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setHref:(Ljava/lang/String;)V]
AssemblyDescriptor.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setId:(Ljava/lang/String;)V]
AssemblyDescriptor.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setIdref:(Ljava/lang/Object;)V]
AssemblyDescriptor.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setLabel:(Ljava/lang/String;)V]
AssemblyDescriptor.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setType:(Ljavax/xml/namespace/QName;)V]
AssemblyDescriptor.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setUuid:(Ljava/lang/String;)V]
AssemblyDescriptor.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, BasicAuthData.class
package org.apache.openejb.jee.was.v6.commonbnd
BasicAuthData.BasicAuthData ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/BasicAuthData."<init>":()V]
BasicAuthData.getPassword ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/BasicAuthData.getPassword:()Ljava/lang/String;]
BasicAuthData.getUserId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/BasicAuthData.getUserId:()Ljava/lang/String;]
BasicAuthData.setPassword ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/BasicAuthData.setPassword:(Ljava/lang/String;)V]
BasicAuthData.setUserId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/BasicAuthData.setUserId:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, BooleanAdapter.class
package org.apache.openejb.jee
BooleanAdapter.BooleanAdapter ( )
[run-time name: org/apache/openejb/jee/BooleanAdapter."<init>":()V]
BooleanAdapter.marshal ( Boolean value ) : String
[run-time name: org/apache/openejb/jee/BooleanAdapter.marshal:(Ljava/lang/Boolean;)Ljava/lang/String;]
BooleanAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/BooleanAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
BooleanAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/BooleanAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
BooleanAdapter.unmarshal ( String value ) : Boolean
[run-time name: org/apache/openejb/jee/BooleanAdapter.unmarshal:(Ljava/lang/String;)Ljava/lang/Boolean;]
openejb-jee-3.1.3.jar, CMPAttribute.class
package org.apache.openejb.jee.was.v6.ejb
CMPAttribute.CMPAttribute ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMPAttribute."<init>":()V]
CMPAttribute.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMPAttribute.getDescription:()Ljava/lang/String;]
CMPAttribute.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMPAttribute.getDescriptions:()Ljava/util/List;]
CMPAttribute.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMPAttribute.setDescription:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, CMPConnectionFactoryBinding.class
package org.apache.openejb.jee.was.v6.ejbbnd
CMPConnectionFactoryBinding.CMPConnectionFactoryBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding."<init>":()V]
CMPConnectionFactoryBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getExtensions:()Ljava/util/List;]
CMPConnectionFactoryBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getHref:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getId:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getIdref:()Ljava/lang/Object;]
CMPConnectionFactoryBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getJndiName:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getLabel:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getLoginConfigurationName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getLoginConfigurationName:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getProperties ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getProperties:()Ljava/util/List;]
CMPConnectionFactoryBinding.getResAuth ( ) : CMPResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getResAuth:()Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum;]
CMPConnectionFactoryBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getType:()Ljavax/xml/namespace/QName;]
CMPConnectionFactoryBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getUuid:()Ljava/lang/String;]
CMPConnectionFactoryBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.getVersion:()Ljava/lang/String;]
CMPConnectionFactoryBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setHref:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setId:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setIdref:(Ljava/lang/Object;)V]
CMPConnectionFactoryBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setJndiName:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setLabel:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setLoginConfigurationName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setLoginConfigurationName:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setResAuth ( CMPResAuthEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setResAuth:(Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum;)V]
CMPConnectionFactoryBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setType:(Ljavax/xml/namespace/QName;)V]
CMPConnectionFactoryBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setUuid:(Ljava/lang/String;)V]
CMPConnectionFactoryBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, CMPResAuthEnum.class
package org.apache.openejb.jee.was.v6.ejbbnd
CMPResAuthEnum.fromValue ( String v ) [static] : CMPResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum;]
CMPResAuthEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum.value:()Ljava/lang/String;]
CMPResAuthEnum.valueOf ( String name ) [static] : CMPResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum;]
CMPResAuthEnum.values ( ) [static] : CMPResAuthEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPResAuthEnum;]
openejb-jee-3.1.3.jar, CMRField.class
package org.apache.openejb.jee.was.v6.ejb
CMRField.CMRField ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMRField."<init>":()V]
CMRField.getCollectionType ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMRField.getCollectionType:()Ljava/lang/String;]
CMRField.getCollectionTypes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMRField.getCollectionTypes:()Ljava/util/List;]
CMRField.setCollectionType ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/CMRField.setCollectionType:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, CompatibilityDescriptionGroup.class
package org.apache.openejb.jee.was.v6.common
CompatibilityDescriptionGroup.CompatibilityDescriptionGroup ( )
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup."<init>":()V]
CompatibilityDescriptionGroup.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.getDescription:()Ljava/lang/String;]
CompatibilityDescriptionGroup.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.getDisplayName:()Ljava/lang/String;]
CompatibilityDescriptionGroup.getLargeIcon ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.getLargeIcon:()Ljava/lang/String;]
CompatibilityDescriptionGroup.getSmallIcon ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.getSmallIcon:()Ljava/lang/String;]
CompatibilityDescriptionGroup.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.setDescription:(Ljava/lang/String;)V]
CompatibilityDescriptionGroup.setDisplayName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.setDisplayName:(Ljava/lang/String;)V]
CompatibilityDescriptionGroup.setLargeIcon ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.setLargeIcon:(Ljava/lang/String;)V]
CompatibilityDescriptionGroup.setSmallIcon ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup.setSmallIcon:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ComponentScopedRefs.class
package org.apache.openejb.jee.was.v6.wsclient
ComponentScopedRefs.ComponentScopedRefs ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs."<init>":()V]
ComponentScopedRefs.getComponentName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getComponentName:()Ljava/lang/String;]
ComponentScopedRefs.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getExtensions:()Ljava/util/List;]
ComponentScopedRefs.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getHref:()Ljava/lang/String;]
ComponentScopedRefs.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getId:()Ljava/lang/String;]
ComponentScopedRefs.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getIdref:()Ljava/lang/Object;]
ComponentScopedRefs.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getLabel:()Ljava/lang/String;]
ComponentScopedRefs.getServiceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getServiceRefs:()Ljava/util/List;]
ComponentScopedRefs.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getType:()Ljavax/xml/namespace/QName;]
ComponentScopedRefs.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getUuid:()Ljava/lang/String;]
ComponentScopedRefs.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.getVersion:()Ljava/lang/String;]
ComponentScopedRefs.setComponentName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setComponentName:(Ljava/lang/String;)V]
ComponentScopedRefs.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setHref:(Ljava/lang/String;)V]
ComponentScopedRefs.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setId:(Ljava/lang/String;)V]
ComponentScopedRefs.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setIdref:(Ljava/lang/Object;)V]
ComponentScopedRefs.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setLabel:(Ljava/lang/String;)V]
ComponentScopedRefs.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setType:(Ljavax/xml/namespace/QName;)V]
ComponentScopedRefs.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setUuid:(Ljava/lang/String;)V]
ComponentScopedRefs.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ConfigProperty.class
package org.apache.openejb.jee
ConfigProperty.isConfigPropertyConfidential ( ) : Boolean
[run-time name: org/apache/openejb/jee/ConfigProperty.isConfigPropertyConfidential:()Ljava/lang/Boolean;]
ConfigProperty.isConfigPropertyIgnore ( ) : Boolean
[run-time name: org/apache/openejb/jee/ConfigProperty.isConfigPropertyIgnore:()Ljava/lang/Boolean;]
ConfigProperty.isConfigPropertySupportsDynamicUpdates ( ) : Boolean
[run-time name: org/apache/openejb/jee/ConfigProperty.isConfigPropertySupportsDynamicUpdates:()Ljava/lang/Boolean;]
ConfigProperty.setConfigPropertyConfidential ( Boolean configPropertyConfidential ) : void
[run-time name: org/apache/openejb/jee/ConfigProperty.setConfigPropertyConfidential:(Ljava/lang/Boolean;)V]
ConfigProperty.setConfigPropertyIgnore ( Boolean configPropertyIgnore ) : void
[run-time name: org/apache/openejb/jee/ConfigProperty.setConfigPropertyIgnore:(Ljava/lang/Boolean;)V]
ConfigProperty.setConfigPropertySupportsDynamicUpdates ( Boolean configPropertySupportsDynamicUpdates ) : void
[run-time name: org/apache/openejb/jee/ConfigProperty.setConfigPropertySupportsDynamicUpdates:(Ljava/lang/Boolean;)V]
openejb-jee-3.1.3.jar, Connector.class
package org.apache.openejb.jee
Connector.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/Connector.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
openejb-jee-3.1.3.jar, Connector10.class
package org.apache.openejb.jee
Connector10.Connector10 ( )
[run-time name: org/apache/openejb/jee/Connector10."<init>":()V]
Connector10.getResourceAdapter ( ) : ResourceAdapter10
[run-time name: org/apache/openejb/jee/Connector10.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapter10;]
Connector10.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/Connector10.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
Connector10.getResourceAdapterVersion ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getResourceAdapterVersion:()Ljava/lang/String;]
Connector10.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/Connector10.getVersion:()Ljava/lang/String;]
Connector10.setResourceAdapter ( ResourceAdapter10 value ) : ResourceAdapter10
[run-time name: org/apache/openejb/jee/Connector10.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapter10;)Lorg/apache/openejb/jee/ResourceAdapter10;]
Connector10.setResourceAdapterVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setResourceAdapterVersion:(Ljava/lang/String;)V]
Connector10.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/Connector10.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ConnectorBase.class
package org.apache.openejb.jee
ConnectorBase.ConnectorBase ( )
[run-time name: org/apache/openejb/jee/ConnectorBase."<init>":()V]
ConnectorBase.ConnectorBase ( String id )
[run-time name: org/apache/openejb/jee/ConnectorBase."<init>":(Ljava/lang/String;)V]
ConnectorBase.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getDescription:()Ljava/lang/String;]
ConnectorBase.getDescriptions ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ConnectorBase.getDescriptions:()[Lorg/apache/openejb/jee/Text;]
ConnectorBase.getDisplayName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getDisplayName:()Ljava/lang/String;]
ConnectorBase.getDisplayNames ( ) : Text[ ]
[run-time name: org/apache/openejb/jee/ConnectorBase.getDisplayNames:()[Lorg/apache/openejb/jee/Text;]
ConnectorBase.getEisType ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getEisType:()Ljava/lang/String;]
ConnectorBase.getIcon ( ) : Icon
[run-time name: org/apache/openejb/jee/ConnectorBase.getIcon:()Lorg/apache/openejb/jee/Icon;]
ConnectorBase.getIconMap ( ) : java.util.Map
[run-time name: org/apache/openejb/jee/ConnectorBase.getIconMap:()Ljava/util/Map;]
ConnectorBase.getIcons ( ) : java.util.Collection
[run-time name: org/apache/openejb/jee/ConnectorBase.getIcons:()Ljava/util/Collection;]
ConnectorBase.getId ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getId:()Ljava/lang/String;]
ConnectorBase.getLicense ( ) : License
[run-time name: org/apache/openejb/jee/ConnectorBase.getLicense:()Lorg/apache/openejb/jee/License;]
ConnectorBase.getModuleName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getModuleName:()Ljava/lang/String;]
ConnectorBase.getRequiredWorkContext ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ConnectorBase.getRequiredWorkContext:()Ljava/util/List;]
ConnectorBase.getResourceAdapter ( ) : ResourceAdapterBase
[run-time name: org/apache/openejb/jee/ConnectorBase.getResourceAdapter:()Lorg/apache/openejb/jee/ResourceAdapterBase;]
ConnectorBase.getResourceAdapterVersion ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getResourceAdapterVersion:()Ljava/lang/String;]
ConnectorBase.getVendorName ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getVendorName:()Ljava/lang/String;]
ConnectorBase.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/ConnectorBase.getVersion:()Ljava/lang/String;]
ConnectorBase.isMetadataComplete ( ) : Boolean
[run-time name: org/apache/openejb/jee/ConnectorBase.isMetadataComplete:()Ljava/lang/Boolean;]
ConnectorBase.setDescriptions ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setDescriptions:([Lorg/apache/openejb/jee/Text;)V]
ConnectorBase.setDisplayNames ( Text[ ] text ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setDisplayNames:([Lorg/apache/openejb/jee/Text;)V]
ConnectorBase.setEisType ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setEisType:(Ljava/lang/String;)V]
ConnectorBase.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setId:(Ljava/lang/String;)V]
ConnectorBase.setLicense ( License value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setLicense:(Lorg/apache/openejb/jee/License;)V]
ConnectorBase.setMetadataComplete ( Boolean metadataComplete ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setMetadataComplete:(Ljava/lang/Boolean;)V]
ConnectorBase.setModuleName ( String moduleName ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setModuleName:(Ljava/lang/String;)V]
ConnectorBase.setResourceAdapter ( ResourceAdapterBase resourceAdapter ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setResourceAdapter:(Lorg/apache/openejb/jee/ResourceAdapterBase;)V]
ConnectorBase.setResourceAdapterVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setResourceAdapterVersion:(Ljava/lang/String;)V]
ConnectorBase.setVendorName ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setVendorName:(Ljava/lang/String;)V]
ConnectorBase.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/ConnectorBase.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ContainerManagedEntity.class
package org.apache.openejb.jee.was.v6.ejb
ContainerManagedEntity.ContainerManagedEntity ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity."<init>":()V]
ContainerManagedEntity.getAbstractSchemaName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getAbstractSchemaName:()Ljava/lang/String;]
ContainerManagedEntity.getCMPAttribute ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getCMPAttribute:()Ljava/lang/String;]
ContainerManagedEntity.getCMPAttributes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getCMPAttributes:()Ljava/util/List;]
ContainerManagedEntity.getEntityBeanVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getEntityBeanVersion:()Ljava/lang/String;]
ContainerManagedEntity.getKeyAttributes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getKeyAttributes:()Ljava/util/List;]
ContainerManagedEntity.getKeyAttributesString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getKeyAttributesString:()Ljava/lang/String;]
ContainerManagedEntity.getPersistentAttributes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getPersistentAttributes:()Ljava/util/List;]
ContainerManagedEntity.getPrimKeyField ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getPrimKeyField:()Ljava/lang/String;]
ContainerManagedEntity.getPrimKeyFields ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getPrimKeyFields:()Ljava/util/List;]
ContainerManagedEntity.getQueries ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.getQueries:()Ljava/util/List;]
ContainerManagedEntity.setAbstractSchemaName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.setAbstractSchemaName:(Ljava/lang/String;)V]
ContainerManagedEntity.setCMPAttribute ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.setCMPAttribute:(Ljava/lang/String;)V]
ContainerManagedEntity.setEntityBeanVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.setEntityBeanVersion:(Ljava/lang/String;)V]
ContainerManagedEntity.setKeyAttributesString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.setKeyAttributesString:(Ljava/lang/String;)V]
ContainerManagedEntity.setPrimKeyField ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity.setPrimKeyField:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Description.class
package org.apache.openejb.jee.was.v6.common
Description.Description ( )
[run-time name: org/apache/openejb/jee/was/v6/common/Description."<init>":()V]
Description.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getExtensions:()Ljava/util/List;]
Description.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getHref:()Ljava/lang/String;]
Description.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getId:()Ljava/lang/String;]
Description.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getIdref:()Ljava/lang/Object;]
Description.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getLabel:()Ljava/lang/String;]
Description.getLang ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getLang:()Ljava/lang/String;]
Description.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getType:()Ljavax/xml/namespace/QName;]
Description.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getUuid:()Ljava/lang/String;]
Description.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getValue:()Ljava/lang/String;]
Description.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Description.getVersion:()Ljava/lang/String;]
Description.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setHref:(Ljava/lang/String;)V]
Description.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setId:(Ljava/lang/String;)V]
Description.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setIdref:(Ljava/lang/Object;)V]
Description.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setLabel:(Ljava/lang/String;)V]
Description.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setLang:(Ljava/lang/String;)V]
Description.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setType:(Ljavax/xml/namespace/QName;)V]
Description.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setUuid:(Ljava/lang/String;)V]
Description.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setValue:(Ljava/lang/String;)V]
Description.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Description.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, DescriptionGroup.class
package org.apache.openejb.jee.was.v6.common
DescriptionGroup.DescriptionGroup ( )
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup."<init>":()V]
DescriptionGroup.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getDescriptions:()Ljava/util/List;]
DescriptionGroup.getDisplayNames ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getDisplayNames:()Ljava/util/List;]
DescriptionGroup.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getExtensions:()Ljava/util/List;]
DescriptionGroup.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getHref:()Ljava/lang/String;]
DescriptionGroup.getIcons ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getIcons:()Ljava/util/List;]
DescriptionGroup.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getId:()Ljava/lang/String;]
DescriptionGroup.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getIdref:()Ljava/lang/Object;]
DescriptionGroup.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getLabel:()Ljava/lang/String;]
DescriptionGroup.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getType:()Ljavax/xml/namespace/QName;]
DescriptionGroup.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getUuid:()Ljava/lang/String;]
DescriptionGroup.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.getVersion:()Ljava/lang/String;]
DescriptionGroup.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setHref:(Ljava/lang/String;)V]
DescriptionGroup.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setId:(Ljava/lang/String;)V]
DescriptionGroup.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setIdref:(Ljava/lang/Object;)V]
DescriptionGroup.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setLabel:(Ljava/lang/String;)V]
DescriptionGroup.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setType:(Ljavax/xml/namespace/QName;)V]
DescriptionGroup.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setUuid:(Ljava/lang/String;)V]
DescriptionGroup.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DescriptionGroup.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, DestinationEnum.class
package org.apache.openejb.jee.was.v6.ejb
DestinationEnum.fromValue ( String v ) [static] : DestinationEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/DestinationEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/DestinationEnum;]
DestinationEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/DestinationEnum.value:()Ljava/lang/String;]
DestinationEnum.valueOf ( String name ) [static] : DestinationEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/DestinationEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/DestinationEnum;]
DestinationEnum.values ( ) [static] : DestinationEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/DestinationEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/DestinationEnum;]
openejb-jee-3.1.3.jar, DisplayName.class
package org.apache.openejb.jee.was.v6.common
DisplayName.DisplayName ( )
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName."<init>":()V]
DisplayName.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getExtensions:()Ljava/util/List;]
DisplayName.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getHref:()Ljava/lang/String;]
DisplayName.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getId:()Ljava/lang/String;]
DisplayName.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getIdref:()Ljava/lang/Object;]
DisplayName.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getLabel:()Ljava/lang/String;]
DisplayName.getLang ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getLang:()Ljava/lang/String;]
DisplayName.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getType:()Ljavax/xml/namespace/QName;]
DisplayName.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getUuid:()Ljava/lang/String;]
DisplayName.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getValue:()Ljava/lang/String;]
DisplayName.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.getVersion:()Ljava/lang/String;]
DisplayName.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setHref:(Ljava/lang/String;)V]
DisplayName.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setId:(Ljava/lang/String;)V]
DisplayName.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setIdref:(Ljava/lang/Object;)V]
DisplayName.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setLabel:(Ljava/lang/String;)V]
DisplayName.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setLang:(Ljava/lang/String;)V]
DisplayName.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setType:(Ljavax/xml/namespace/QName;)V]
DisplayName.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setUuid:(Ljava/lang/String;)V]
DisplayName.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setValue:(Ljava/lang/String;)V]
DisplayName.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/DisplayName.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EjbDeployment.class
package org.apache.openejb.jee.oejb3
EjbDeployment.addProperty ( String key, String value ) : void
[run-time name: org/apache/openejb/jee/oejb3/EjbDeployment.addProperty:(Ljava/lang/String;Ljava/lang/String;)V]
EjbDeployment.EjbDeployment ( org.apache.openejb.jee.EnterpriseBean bean )
[run-time name: org/apache/openejb/jee/oejb3/EjbDeployment."<init>":(Lorg/apache/openejb/jee/EnterpriseBean;)V]
EjbDeployment.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb3/EjbDeployment.getProperties:()Ljava/util/Properties;]
openejb-jee-3.1.3.jar, EJBJar.class
package org.apache.openejb.jee.was.v6.ejb
EJBJar.EJBJar ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar."<init>":()V]
EJBJar.getAssemblyDescriptors ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.getAssemblyDescriptors:()Ljava/util/List;]
EJBJar.getEjbClientJar ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.getEjbClientJar:()Ljava/lang/String;]
EJBJar.getEjbSpecsVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.getEjbSpecsVersion:()Ljava/lang/String;]
EJBJar.getEnterpriseBeans ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.getEnterpriseBeans:()Ljava/util/List;]
EJBJar.getRelationshipList ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.getRelationshipList:()Ljava/util/List;]
EJBJar.setEjbClientJar ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.setEjbClientJar:(Ljava/lang/String;)V]
EJBJar.setEjbSpecsVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBJar.setEjbSpecsVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EJBJarBinding.class
package org.apache.openejb.jee.was.v6.ejbbnd
EJBJarBinding.EJBJarBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding."<init>":()V]
EJBJarBinding.getCurrentBackendId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getCurrentBackendId:()Ljava/lang/String;]
EJBJarBinding.getDefaultCMPConnectionFactories ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getDefaultCMPConnectionFactories:()Ljava/util/List;]
EJBJarBinding.getDefaultDatasources ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getDefaultDatasources:()Ljava/util/List;]
EJBJarBinding.getEjbBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getEjbBindings:()Ljava/util/List;]
EJBJarBinding.getEjbJar ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getEjbJar:()Ljava/lang/String;]
EJBJarBinding.getEjbJars ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getEjbJars:()Ljava/util/List;]
EJBJarBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getExtensions:()Ljava/util/List;]
EJBJarBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getHref:()Ljava/lang/String;]
EJBJarBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getId:()Ljava/lang/String;]
EJBJarBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getIdref:()Ljava/lang/Object;]
EJBJarBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getLabel:()Ljava/lang/String;]
EJBJarBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getType:()Ljavax/xml/namespace/QName;]
EJBJarBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getUuid:()Ljava/lang/String;]
EJBJarBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.getVersion:()Ljava/lang/String;]
EJBJarBinding.setCurrentBackendId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setCurrentBackendId:(Ljava/lang/String;)V]
EJBJarBinding.setEjbJar ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setEjbJar:(Ljava/lang/String;)V]
EJBJarBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setHref:(Ljava/lang/String;)V]
EJBJarBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setId:(Ljava/lang/String;)V]
EJBJarBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setIdref:(Ljava/lang/Object;)V]
EJBJarBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setLabel:(Ljava/lang/String;)V]
EJBJarBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setType:(Ljavax/xml/namespace/QName;)V]
EJBJarBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setUuid:(Ljava/lang/String;)V]
EJBJarBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EJBLocalRef.class
package org.apache.openejb.jee.was.v6.common
EJBLocalRef.EJBLocalRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/EJBLocalRef."<init>":()V]
EJBLocalRef.getLocal ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EJBLocalRef.getLocal:()Ljava/lang/String;]
EJBLocalRef.getLocalHome ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EJBLocalRef.getLocalHome:()Ljava/lang/String;]
EJBLocalRef.setLocal ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EJBLocalRef.setLocal:(Ljava/lang/String;)V]
EJBLocalRef.setLocalHome ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EJBLocalRef.setLocalHome:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EJBMethodCategory.class
package org.apache.openejb.jee.was.v6.ejb
EJBMethodCategory.EJBMethodCategory ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory."<init>":()V]
EJBMethodCategory.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getExtensions:()Ljava/util/List;]
EJBMethodCategory.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getHref:()Ljava/lang/String;]
EJBMethodCategory.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getId:()Ljava/lang/String;]
EJBMethodCategory.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getIdref:()Ljava/lang/Object;]
EJBMethodCategory.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getLabel:()Ljava/lang/String;]
EJBMethodCategory.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getType:()Ljavax/xml/namespace/QName;]
EJBMethodCategory.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getUuid:()Ljava/lang/String;]
EJBMethodCategory.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.getVersion:()Ljava/lang/String;]
EJBMethodCategory.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setHref:(Ljava/lang/String;)V]
EJBMethodCategory.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setId:(Ljava/lang/String;)V]
EJBMethodCategory.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setIdref:(Ljava/lang/Object;)V]
EJBMethodCategory.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setLabel:(Ljava/lang/String;)V]
EJBMethodCategory.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setType:(Ljavax/xml/namespace/QName;)V]
EJBMethodCategory.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setUuid:(Ljava/lang/String;)V]
EJBMethodCategory.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBMethodCategory.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EjbRef.class
package org.apache.openejb.jee.was.v6.common
EjbRef.EjbRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef."<init>":()V]
EjbRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getDescription:()Ljava/lang/String;]
EjbRef.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getDescriptions:()Ljava/util/List;]
EjbRef.getEjbRefType ( ) : EjbRefEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getEjbRefType:()Lorg/apache/openejb/jee/was/v6/common/EjbRefEnum;]
EjbRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getExtensions:()Ljava/util/List;]
EjbRef.getHome ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getHome:()Ljava/lang/String;]
EjbRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getHref:()Ljava/lang/String;]
EjbRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getId:()Ljava/lang/String;]
EjbRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getIdref:()Ljava/lang/Object;]
EjbRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getLabel:()Ljava/lang/String;]
EjbRef.getLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getLink:()Ljava/lang/String;]
EjbRef.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getName:()Ljava/lang/String;]
EjbRef.getRemote ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getRemote:()Ljava/lang/String;]
EjbRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getType:()Ljavax/xml/namespace/QName;]
EjbRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getUuid:()Ljava/lang/String;]
EjbRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.getVersion:()Ljava/lang/String;]
EjbRef.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setDescription:(Ljava/lang/String;)V]
EjbRef.setEjbRefType ( EjbRefEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setEjbRefType:(Lorg/apache/openejb/jee/was/v6/common/EjbRefEnum;)V]
EjbRef.setHome ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setHome:(Ljava/lang/String;)V]
EjbRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setHref:(Ljava/lang/String;)V]
EjbRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setId:(Ljava/lang/String;)V]
EjbRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setIdref:(Ljava/lang/Object;)V]
EjbRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setLabel:(Ljava/lang/String;)V]
EjbRef.setLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setLink:(Ljava/lang/String;)V]
EjbRef.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setName:(Ljava/lang/String;)V]
EjbRef.setRemote ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setRemote:(Ljava/lang/String;)V]
EjbRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setType:(Ljavax/xml/namespace/QName;)V]
EjbRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setUuid:(Ljava/lang/String;)V]
EjbRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EjbRefBinding.class
package org.apache.openejb.jee.was.v6.commonbnd
EjbRefBinding.EjbRefBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding."<init>":()V]
EjbRefBinding.getBindingEjbRef ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getBindingEjbRef:()Ljava/lang/String;]
EjbRefBinding.getBindingEjbRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getBindingEjbRefs:()Ljava/util/List;]
EjbRefBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getExtensions:()Ljava/util/List;]
EjbRefBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getHref:()Ljava/lang/String;]
EjbRefBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getId:()Ljava/lang/String;]
EjbRefBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getIdref:()Ljava/lang/Object;]
EjbRefBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getJndiName:()Ljava/lang/String;]
EjbRefBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getLabel:()Ljava/lang/String;]
EjbRefBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getType:()Ljavax/xml/namespace/QName;]
EjbRefBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getUuid:()Ljava/lang/String;]
EjbRefBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.getVersion:()Ljava/lang/String;]
EjbRefBinding.setBindingEjbRef ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setBindingEjbRef:(Ljava/lang/String;)V]
EjbRefBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setHref:(Ljava/lang/String;)V]
EjbRefBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setId:(Ljava/lang/String;)V]
EjbRefBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setIdref:(Ljava/lang/Object;)V]
EjbRefBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setJndiName:(Ljava/lang/String;)V]
EjbRefBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setLabel:(Ljava/lang/String;)V]
EjbRefBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setType:(Ljavax/xml/namespace/QName;)V]
EjbRefBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setUuid:(Ljava/lang/String;)V]
EjbRefBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EjbRefEnum.class
package org.apache.openejb.jee.was.v6.common
EjbRefEnum.fromValue ( String v ) [static] : EjbRefEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRefEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/EjbRefEnum;]
EjbRefEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRefEnum.value:()Ljava/lang/String;]
EjbRefEnum.valueOf ( String name ) [static] : EjbRefEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRefEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/EjbRefEnum;]
EjbRefEnum.values ( ) [static] : EjbRefEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/common/EjbRefEnum.values:()[Lorg/apache/openejb/jee/was/v6/common/EjbRefEnum;]
openejb-jee-3.1.3.jar, EJBRelation.class
package org.apache.openejb.jee.was.v6.ejb
EJBRelation.EJBRelation ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation."<init>":()V]
EJBRelation.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getDescription:()Ljava/lang/String;]
EJBRelation.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getDescriptions:()Ljava/util/List;]
EJBRelation.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getExtensions:()Ljava/util/List;]
EJBRelation.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getHref:()Ljava/lang/String;]
EJBRelation.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getId:()Ljava/lang/String;]
EJBRelation.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getIdref:()Ljava/lang/Object;]
EJBRelation.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getLabel:()Ljava/lang/String;]
EJBRelation.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getName:()Ljava/lang/String;]
EJBRelation.getRelationshipRoles ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getRelationshipRoles:()Ljava/util/List;]
EJBRelation.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getType:()Ljavax/xml/namespace/QName;]
EJBRelation.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getUuid:()Ljava/lang/String;]
EJBRelation.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.getVersion:()Ljava/lang/String;]
EJBRelation.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setDescription:(Ljava/lang/String;)V]
EJBRelation.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setHref:(Ljava/lang/String;)V]
EJBRelation.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setId:(Ljava/lang/String;)V]
EJBRelation.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setIdref:(Ljava/lang/Object;)V]
EJBRelation.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setLabel:(Ljava/lang/String;)V]
EJBRelation.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setName:(Ljava/lang/String;)V]
EJBRelation.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setType:(Ljavax/xml/namespace/QName;)V]
EJBRelation.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setUuid:(Ljava/lang/String;)V]
EJBRelation.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelation.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EJBRelationshipRole.class
package org.apache.openejb.jee.was.v6.ejb
EJBRelationshipRole.EJBRelationshipRole ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole."<init>":()V]
EJBRelationshipRole.getCmrFields ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getCmrFields:()Ljava/util/List;]
EJBRelationshipRole.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getDescription:()Ljava/lang/String;]
EJBRelationshipRole.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getDescriptions:()Ljava/util/List;]
EJBRelationshipRole.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getExtensions:()Ljava/util/List;]
EJBRelationshipRole.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getHref:()Ljava/lang/String;]
EJBRelationshipRole.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getId:()Ljava/lang/String;]
EJBRelationshipRole.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getIdref:()Ljava/lang/Object;]
EJBRelationshipRole.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getLabel:()Ljava/lang/String;]
EJBRelationshipRole.getMultiplicity ( ) : MultiplicityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getMultiplicity:()Lorg/apache/openejb/jee/was/v6/ejb/MultiplicityEnum;]
EJBRelationshipRole.getRoleName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getRoleName:()Ljava/lang/String;]
EJBRelationshipRole.getSources ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getSources:()Ljava/util/List;]
EJBRelationshipRole.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getType:()Ljavax/xml/namespace/QName;]
EJBRelationshipRole.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getUuid:()Ljava/lang/String;]
EJBRelationshipRole.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.getVersion:()Ljava/lang/String;]
EJBRelationshipRole.isCascadeDelete ( ) : Boolean
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.isCascadeDelete:()Ljava/lang/Boolean;]
EJBRelationshipRole.setCascadeDelete ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setCascadeDelete:(Ljava/lang/Boolean;)V]
EJBRelationshipRole.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setDescription:(Ljava/lang/String;)V]
EJBRelationshipRole.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setHref:(Ljava/lang/String;)V]
EJBRelationshipRole.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setId:(Ljava/lang/String;)V]
EJBRelationshipRole.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setIdref:(Ljava/lang/Object;)V]
EJBRelationshipRole.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setLabel:(Ljava/lang/String;)V]
EJBRelationshipRole.setMultiplicity ( MultiplicityEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setMultiplicity:(Lorg/apache/openejb/jee/was/v6/ejb/MultiplicityEnum;)V]
EJBRelationshipRole.setRoleName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setRoleName:(Ljava/lang/String;)V]
EJBRelationshipRole.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setType:(Ljavax/xml/namespace/QName;)V]
EJBRelationshipRole.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setUuid:(Ljava/lang/String;)V]
EJBRelationshipRole.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EnterpriseBean.class
package org.apache.openejb.jee
EnterpriseBean.getSecurityRoleRef ( ) [abstract] : java.util.List
[run-time name: org/apache/openejb/jee/EnterpriseBean.getSecurityRoleRef:()Ljava/util/List;]
package org.apache.openejb.jee.oejb2
EnterpriseBean.getProperties ( ) [abstract] : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/EnterpriseBean.getProperties:()Ljava/util/Properties;]
package org.apache.openejb.jee.was.v6.ejb
EnterpriseBean.EnterpriseBean ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean."<init>":()V]
EnterpriseBean.getEjbClass ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getEjbClass:()Ljava/lang/String;]
EnterpriseBean.getEjbClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getEjbClasses:()Ljava/util/List;]
EnterpriseBean.getHomeInterface ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getHomeInterface:()Ljava/lang/String;]
EnterpriseBean.getHomeInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getHomeInterfaces:()Ljava/util/List;]
EnterpriseBean.getLocalHomeInterface ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getLocalHomeInterface:()Ljava/lang/String;]
EnterpriseBean.getLocalHomeInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getLocalHomeInterfaces:()Ljava/util/List;]
EnterpriseBean.getLocalInterface ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getLocalInterface:()Ljava/lang/String;]
EnterpriseBean.getLocalInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getLocalInterfaces:()Ljava/util/List;]
EnterpriseBean.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getName:()Ljava/lang/String;]
EnterpriseBean.getRemoteInterface ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getRemoteInterface:()Ljava/lang/String;]
EnterpriseBean.getRemoteInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getRemoteInterfaces:()Ljava/util/List;]
EnterpriseBean.getSecurityIdentities ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getSecurityIdentities:()Ljava/util/List;]
EnterpriseBean.getSecurityRoleRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.getSecurityRoleRefs:()Ljava/util/List;]
EnterpriseBean.setEjbClass ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setEjbClass:(Ljava/lang/String;)V]
EnterpriseBean.setHomeInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setHomeInterface:(Ljava/lang/String;)V]
EnterpriseBean.setLocalHomeInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setLocalHomeInterface:(Ljava/lang/String;)V]
EnterpriseBean.setLocalInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setLocalInterface:(Ljava/lang/String;)V]
EnterpriseBean.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setName:(Ljava/lang/String;)V]
EnterpriseBean.setRemoteInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/EnterpriseBean.setRemoteInterface:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EnterpriseBeanBinding.class
package org.apache.openejb.jee.was.v6.ejbbnd
EnterpriseBeanBinding.EnterpriseBeanBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding."<init>":()V]
EnterpriseBeanBinding.getCmpConnectionFactories ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getCmpConnectionFactories:()Ljava/util/List;]
EnterpriseBeanBinding.getDatasources ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getDatasources:()Ljava/util/List;]
EnterpriseBeanBinding.getEjbName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getEjbName:()Ljava/lang/String;]
EnterpriseBeanBinding.getEjbRefBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getEjbRefBindings:()Ljava/util/List;]
EnterpriseBeanBinding.getEnterpriseBean ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getEnterpriseBean:()Ljava/lang/String;]
EnterpriseBeanBinding.getEnterpriseBeans ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getEnterpriseBeans:()Ljava/util/List;]
EnterpriseBeanBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getExtensions:()Ljava/util/List;]
EnterpriseBeanBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getHref:()Ljava/lang/String;]
EnterpriseBeanBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getId:()Ljava/lang/String;]
EnterpriseBeanBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getIdref:()Ljava/lang/Object;]
EnterpriseBeanBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getJndiName:()Ljava/lang/String;]
EnterpriseBeanBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getLabel:()Ljava/lang/String;]
EnterpriseBeanBinding.getMessageDestinationRefBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getMessageDestinationRefBindings:()Ljava/util/List;]
EnterpriseBeanBinding.getResourceEnvRefBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getResourceEnvRefBindings:()Ljava/util/List;]
EnterpriseBeanBinding.getResRefBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getResRefBindings:()Ljava/util/List;]
EnterpriseBeanBinding.getServiceRefBindings ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getServiceRefBindings:()Ljava/util/List;]
EnterpriseBeanBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getType:()Ljavax/xml/namespace/QName;]
EnterpriseBeanBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getUuid:()Ljava/lang/String;]
EnterpriseBeanBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.getVersion:()Ljava/lang/String;]
EnterpriseBeanBinding.setEjbName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setEjbName:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setEnterpriseBean ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setEnterpriseBean:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setHref:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setId:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setIdref:(Ljava/lang/Object;)V]
EnterpriseBeanBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setJndiName:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setLabel:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setType:(Ljavax/xml/namespace/QName;)V]
EnterpriseBeanBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setUuid:(Ljava/lang/String;)V]
EnterpriseBeanBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Entity.class
package org.apache.openejb.jee.was.v6.ejb
Entity.Entity ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity."<init>":()V]
Entity.getPrimaryKey ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity.getPrimaryKey:()Ljava/lang/String;]
Entity.getPrimaryKeys ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity.getPrimaryKeys:()Ljava/util/List;]
Entity.isReentrant ( ) : Boolean
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity.isReentrant:()Ljava/lang/Boolean;]
Entity.setPrimaryKey ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity.setPrimaryKey:(Ljava/lang/String;)V]
Entity.setReentrant ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Entity.setReentrant:(Ljava/lang/Boolean;)V]
openejb-jee-3.1.3.jar, EntityBeanType.class
package org.apache.openejb.jee.oejb2
EntityBeanType.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/EntityBeanType.getProperties:()Ljava/util/Properties;]
openejb-jee-3.1.3.jar, EnvEntry.class
package org.apache.openejb.jee.was.v6.common
EnvEntry.EnvEntry ( )
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry."<init>":()V]
EnvEntry.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getDescription:()Ljava/lang/String;]
EnvEntry.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getDescriptions:()Ljava/util/List;]
EnvEntry.getEnvEntryType ( ) : EnvEntryEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getEnvEntryType:()Lorg/apache/openejb/jee/was/v6/common/EnvEntryEnum;]
EnvEntry.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getExtensions:()Ljava/util/List;]
EnvEntry.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getHref:()Ljava/lang/String;]
EnvEntry.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getId:()Ljava/lang/String;]
EnvEntry.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getIdref:()Ljava/lang/Object;]
EnvEntry.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getLabel:()Ljava/lang/String;]
EnvEntry.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getName:()Ljava/lang/String;]
EnvEntry.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getType:()Ljavax/xml/namespace/QName;]
EnvEntry.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getUuid:()Ljava/lang/String;]
EnvEntry.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getValue:()Ljava/lang/String;]
EnvEntry.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.getVersion:()Ljava/lang/String;]
EnvEntry.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setDescription:(Ljava/lang/String;)V]
EnvEntry.setEnvEntryType ( EnvEntryEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setEnvEntryType:(Lorg/apache/openejb/jee/was/v6/common/EnvEntryEnum;)V]
EnvEntry.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setHref:(Ljava/lang/String;)V]
EnvEntry.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setId:(Ljava/lang/String;)V]
EnvEntry.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setIdref:(Ljava/lang/Object;)V]
EnvEntry.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setLabel:(Ljava/lang/String;)V]
EnvEntry.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setName:(Ljava/lang/String;)V]
EnvEntry.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setType:(Ljavax/xml/namespace/QName;)V]
EnvEntry.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setUuid:(Ljava/lang/String;)V]
EnvEntry.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setValue:(Ljava/lang/String;)V]
EnvEntry.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntry.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, EnvEntryEnum.class
package org.apache.openejb.jee.was.v6.common
EnvEntryEnum.fromValue ( String v ) [static] : EnvEntryEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntryEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/EnvEntryEnum;]
EnvEntryEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntryEnum.value:()Ljava/lang/String;]
EnvEntryEnum.valueOf ( String name ) [static] : EnvEntryEnum
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntryEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/EnvEntryEnum;]
EnvEntryEnum.values ( ) [static] : EnvEntryEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/common/EnvEntryEnum.values:()[Lorg/apache/openejb/jee/was/v6/common/EnvEntryEnum;]
openejb-jee-3.1.3.jar, ExcludeList.class
package org.apache.openejb.jee.was.v6.ejb
ExcludeList.ExcludeList ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList."<init>":()V]
ExcludeList.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getDescription:()Ljava/lang/String;]
ExcludeList.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getDescriptions:()Ljava/util/List;]
ExcludeList.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getExtensions:()Ljava/util/List;]
ExcludeList.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getHref:()Ljava/lang/String;]
ExcludeList.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getId:()Ljava/lang/String;]
ExcludeList.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getIdref:()Ljava/lang/Object;]
ExcludeList.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getLabel:()Ljava/lang/String;]
ExcludeList.getMethodElements ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getMethodElements:()Ljava/util/List;]
ExcludeList.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getType:()Ljavax/xml/namespace/QName;]
ExcludeList.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getUuid:()Ljava/lang/String;]
ExcludeList.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.getVersion:()Ljava/lang/String;]
ExcludeList.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setDescription:(Ljava/lang/String;)V]
ExcludeList.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setHref:(Ljava/lang/String;)V]
ExcludeList.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setId:(Ljava/lang/String;)V]
ExcludeList.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setIdref:(Ljava/lang/Object;)V]
ExcludeList.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setLabel:(Ljava/lang/String;)V]
ExcludeList.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setType:(Ljavax/xml/namespace/QName;)V]
ExcludeList.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setUuid:(Ljava/lang/String;)V]
ExcludeList.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/ExcludeList.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Field.class
package org.apache.openejb.jee.was.v6.java
Field.getJavaVisibility ( ) : JavaVisibilityEnum
[run-time name: org/apache/openejb/jee/was/v6/java/Field.getJavaVisibility:()Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;]
Field.setJavaVisibility ( JavaVisibilityEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/Field.setJavaVisibility:(Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;)V]
openejb-jee-3.1.3.jar, Handler.class
package org.apache.openejb.jee.was.v6.wsclient
Handler.getHandlerClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getHandlerClasses:()Ljava/util/List;]
Handler.getHandlerClassString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getHandlerClassString:()Ljava/lang/String;]
Handler.getHandlerName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getHandlerName:()Ljava/lang/String;]
Handler.getInitParams ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getInitParams:()Ljava/util/List;]
Handler.getPortNames ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getPortNames:()Ljava/util/List;]
Handler.getSoapHeaders ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getSoapHeaders:()Ljava/util/List;]
Handler.getSoapRoles ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.getSoapRoles:()Ljava/util/List;]
Handler.Handler ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler."<init>":()V]
Handler.setHandlerClassString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.setHandlerClassString:(Ljava/lang/String;)V]
Handler.setHandlerName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/Handler.setHandlerName:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, IconType.class
package org.apache.openejb.jee.was.v6.common
IconType.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getExtensions:()Ljava/util/List;]
IconType.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getHref:()Ljava/lang/String;]
IconType.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getId:()Ljava/lang/String;]
IconType.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getIdref:()Ljava/lang/Object;]
IconType.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getLabel:()Ljava/lang/String;]
IconType.getLang ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getLang:()Ljava/lang/String;]
IconType.getLargeIcon ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getLargeIcon:()Ljava/lang/String;]
IconType.getSmallIcon ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getSmallIcon:()Ljava/lang/String;]
IconType.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getType:()Ljavax/xml/namespace/QName;]
IconType.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getUuid:()Ljava/lang/String;]
IconType.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.getVersion:()Ljava/lang/String;]
IconType.IconType ( )
[run-time name: org/apache/openejb/jee/was/v6/common/IconType."<init>":()V]
IconType.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setHref:(Ljava/lang/String;)V]
IconType.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setId:(Ljava/lang/String;)V]
IconType.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setIdref:(Ljava/lang/Object;)V]
IconType.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setLabel:(Ljava/lang/String;)V]
IconType.setLang ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setLang:(Ljava/lang/String;)V]
IconType.setLargeIcon ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setLargeIcon:(Ljava/lang/String;)V]
IconType.setSmallIcon ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setSmallIcon:(Ljava/lang/String;)V]
IconType.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setType:(Ljavax/xml/namespace/QName;)V]
IconType.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setUuid:(Ljava/lang/String;)V]
IconType.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/IconType.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Identity.class
package org.apache.openejb.jee.was.v6.common
Identity.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getDescription:()Ljava/lang/String;]
Identity.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getDescriptions:()Ljava/util/List;]
Identity.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getExtensions:()Ljava/util/List;]
Identity.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getHref:()Ljava/lang/String;]
Identity.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getId:()Ljava/lang/String;]
Identity.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getIdref:()Ljava/lang/Object;]
Identity.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getLabel:()Ljava/lang/String;]
Identity.getRoleName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getRoleName:()Ljava/lang/String;]
Identity.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getType:()Ljavax/xml/namespace/QName;]
Identity.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getUuid:()Ljava/lang/String;]
Identity.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.getVersion:()Ljava/lang/String;]
Identity.Identity ( )
[run-time name: org/apache/openejb/jee/was/v6/common/Identity."<init>":()V]
Identity.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setDescription:(Ljava/lang/String;)V]
Identity.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setHref:(Ljava/lang/String;)V]
Identity.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setId:(Ljava/lang/String;)V]
Identity.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setIdref:(Ljava/lang/Object;)V]
Identity.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setLabel:(Ljava/lang/String;)V]
Identity.setRoleName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setRoleName:(Ljava/lang/String;)V]
Identity.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setType:(Ljavax/xml/namespace/QName;)V]
Identity.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setUuid:(Ljava/lang/String;)V]
Identity.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Identity.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, JavaParameter.class
package org.apache.openejb.jee.was.v6.java
JavaParameter.getParameterKind ( ) : JavaParameterEnum
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameter.getParameterKind:()Lorg/apache/openejb/jee/was/v6/java/JavaParameterEnum;]
JavaParameter.setParameterKind ( JavaParameterEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameter.setParameterKind:(Lorg/apache/openejb/jee/was/v6/java/JavaParameterEnum;)V]
openejb-jee-3.1.3.jar, JavaParameterEnum.class
package org.apache.openejb.jee.was.v6.java
JavaParameterEnum.fromValue ( String v ) [static] : JavaParameterEnum
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaParameterEnum;]
JavaParameterEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterEnum.value:()Ljava/lang/String;]
JavaParameterEnum.valueOf ( String name ) [static] : JavaParameterEnum
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaParameterEnum;]
JavaParameterEnum.values ( ) [static] : JavaParameterEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterEnum.values:()[Lorg/apache/openejb/jee/was/v6/java/JavaParameterEnum;]
openejb-jee-3.1.3.jar, JavaVisibilityEnum.class
package org.apache.openejb.jee.was.v6.java
JavaVisibilityEnum.fromValue ( String v ) [static] : JavaVisibilityEnum
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;]
JavaVisibilityEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityEnum.value:()Ljava/lang/String;]
JavaVisibilityEnum.valueOf ( String name ) [static] : JavaVisibilityEnum
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;]
JavaVisibilityEnum.values ( ) [static] : JavaVisibilityEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityEnum.values:()[Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;]
openejb-jee-3.1.3.jar, JaxbOpenejbJar2.class
package org.apache.openejb.jee.oejb2
JaxbOpenejbJar2.marshal ( Class type, Object object, java.io.OutputStream out ) [static] : void
[run-time name: org/apache/openejb/jee/oejb2/JaxbOpenejbJar2.marshal:(Ljava/lang/Class;Ljava/lang/Object;Ljava/io/OutputStream;)V]
openejb-jee-3.1.3.jar, JNDIEnvRefsGroup.class
package org.apache.openejb.jee.was.v6.common
JNDIEnvRefsGroup.getEjbLocalRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getEjbLocalRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.getEjbRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getEjbRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.getEnvironmentProperties ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getEnvironmentProperties:()Ljava/util/List;]
JNDIEnvRefsGroup.getMessageDestinationRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getMessageDestinationRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.getResourceEnvRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getResourceEnvRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.getResourceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getResourceRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.getServiceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup.getServiceRefs:()Ljava/util/List;]
JNDIEnvRefsGroup.JNDIEnvRefsGroup ( )
[run-time name: org/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup."<init>":()V]
openejb-jee-3.1.3.jar, Listener.class
package org.apache.openejb.jee.was.v6.common
Listener.getListenerClasses ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/Listener.getListenerClasses:()Ljava/util/List;]
Listener.getListenerClassString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/Listener.getListenerClassString:()Ljava/lang/String;]
Listener.Listener ( )
[run-time name: org/apache/openejb/jee/was/v6/common/Listener."<init>":()V]
Listener.setListenerClassString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/Listener.setListenerClassString:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ManagedBean.class
package org.apache.openejb.jee
ManagedBean.ManagedBean ( )
[run-time name: org/apache/openejb/jee/ManagedBean."<init>":()V]
ManagedBean.ManagedBean ( Class ejbClass )
[run-time name: org/apache/openejb/jee/ManagedBean."<init>":(Ljava/lang/Class;)V]
ManagedBean.ManagedBean ( String ejbName, String ejbClass )
[run-time name: org/apache/openejb/jee/ManagedBean."<init>":(Ljava/lang/String;Ljava/lang/String;)V]
ManagedBean.ManagedBean ( String name, Class ejbClass )
[run-time name: org/apache/openejb/jee/ManagedBean."<init>":(Ljava/lang/String;Ljava/lang/Class;)V]
ManagedBean.setSessionType ( SessionType value ) : void
[run-time name: org/apache/openejb/jee/ManagedBean.setSessionType:(Lorg/apache/openejb/jee/SessionType;)V]
openejb-jee-3.1.3.jar, MessageDestination.class
package org.apache.openejb.jee.was.v6.common
MessageDestination.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestination.getName:()Ljava/lang/String;]
MessageDestination.MessageDestination ( )
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestination."<init>":()V]
MessageDestination.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestination.setName:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MessageDestinationRef.class
package org.apache.openejb.jee.was.v6.common
MessageDestinationRef.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getDescriptions:()Ljava/util/List;]
MessageDestinationRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getExtensions:()Ljava/util/List;]
MessageDestinationRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getHref:()Ljava/lang/String;]
MessageDestinationRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getId:()Ljava/lang/String;]
MessageDestinationRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getIdref:()Ljava/lang/Object;]
MessageDestinationRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getLabel:()Ljava/lang/String;]
MessageDestinationRef.getLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getLink:()Ljava/lang/String;]
MessageDestinationRef.getMessageDestinationRefTypeString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getMessageDestinationRefTypeString:()Ljava/lang/String;]
MessageDestinationRef.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getName:()Ljava/lang/String;]
MessageDestinationRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getType:()Ljavax/xml/namespace/QName;]
MessageDestinationRef.getUsage ( ) : MessageDestinationUsageEnum
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getUsage:()Lorg/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum;]
MessageDestinationRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getUuid:()Ljava/lang/String;]
MessageDestinationRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.getVersion:()Ljava/lang/String;]
MessageDestinationRef.MessageDestinationRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef."<init>":()V]
MessageDestinationRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setHref:(Ljava/lang/String;)V]
MessageDestinationRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setId:(Ljava/lang/String;)V]
MessageDestinationRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setIdref:(Ljava/lang/Object;)V]
MessageDestinationRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setLabel:(Ljava/lang/String;)V]
MessageDestinationRef.setLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setLink:(Ljava/lang/String;)V]
MessageDestinationRef.setMessageDestinationRefTypeString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setMessageDestinationRefTypeString:(Ljava/lang/String;)V]
MessageDestinationRef.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setName:(Ljava/lang/String;)V]
MessageDestinationRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setType:(Ljavax/xml/namespace/QName;)V]
MessageDestinationRef.setUsage ( MessageDestinationUsageEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setUsage:(Lorg/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum;)V]
MessageDestinationRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setUuid:(Ljava/lang/String;)V]
MessageDestinationRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MessageDestinationRefBinding.class
package org.apache.openejb.jee.was.v6.commonbnd
MessageDestinationRefBinding.getBindingMessageDestinationRef ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getBindingMessageDestinationRef:()Ljava/lang/String;]
MessageDestinationRefBinding.getBindingMessageDestinationRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getBindingMessageDestinationRefs:()Ljava/util/List;]
MessageDestinationRefBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getExtensions:()Ljava/util/List;]
MessageDestinationRefBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getHref:()Ljava/lang/String;]
MessageDestinationRefBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getId:()Ljava/lang/String;]
MessageDestinationRefBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getIdref:()Ljava/lang/Object;]
MessageDestinationRefBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getJndiName:()Ljava/lang/String;]
MessageDestinationRefBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getLabel:()Ljava/lang/String;]
MessageDestinationRefBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getType:()Ljavax/xml/namespace/QName;]
MessageDestinationRefBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getUuid:()Ljava/lang/String;]
MessageDestinationRefBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.getVersion:()Ljava/lang/String;]
MessageDestinationRefBinding.MessageDestinationRefBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding."<init>":()V]
MessageDestinationRefBinding.setBindingMessageDestinationRef ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setBindingMessageDestinationRef:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setHref:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setId:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setIdref:(Ljava/lang/Object;)V]
MessageDestinationRefBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setJndiName:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setLabel:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setType:(Ljavax/xml/namespace/QName;)V]
MessageDestinationRefBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setUuid:(Ljava/lang/String;)V]
MessageDestinationRefBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MessageDestinationUsageEnum.class
package org.apache.openejb.jee.was.v6.common
MessageDestinationUsageEnum.fromValue ( String v ) [static] : MessageDestinationUsageEnum
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum;]
MessageDestinationUsageEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum.value:()Ljava/lang/String;]
MessageDestinationUsageEnum.valueOf ( String name ) [static] : MessageDestinationUsageEnum
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum;]
MessageDestinationUsageEnum.values ( ) [static] : MessageDestinationUsageEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum.values:()[Lorg/apache/openejb/jee/was/v6/common/MessageDestinationUsageEnum;]
openejb-jee-3.1.3.jar, MessageDriven.class
package org.apache.openejb.jee.was.v6.ejb
MessageDriven.getAcknowledgeMode ( ) : AcknowledgeModeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getAcknowledgeMode:()Lorg/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum;]
MessageDriven.getActivationConfigs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getActivationConfigs:()Ljava/util/List;]
MessageDriven.getDestinations ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getDestinations:()Ljava/util/List;]
MessageDriven.getLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getLink:()Ljava/lang/String;]
MessageDriven.getMessageDestination ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getMessageDestination:()Ljava/lang/String;]
MessageDriven.getMessageDestinations ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getMessageDestinations:()Ljava/util/List;]
MessageDriven.getMessageSelector ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getMessageSelector:()Ljava/lang/String;]
MessageDriven.getMessagingType ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getMessagingType:()Ljava/lang/String;]
MessageDriven.getMessagingTypes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getMessagingTypes:()Ljava/util/List;]
MessageDriven.getTransactionType ( ) : TransactionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.getTransactionType:()Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;]
MessageDriven.MessageDriven ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven."<init>":()V]
MessageDriven.setAcknowledgeMode ( AcknowledgeModeEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setAcknowledgeMode:(Lorg/apache/openejb/jee/was/v6/ejb/AcknowledgeModeEnum;)V]
MessageDriven.setLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setLink:(Ljava/lang/String;)V]
MessageDriven.setMessageDestination ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setMessageDestination:(Ljava/lang/String;)V]
MessageDriven.setMessageSelector ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setMessageSelector:(Ljava/lang/String;)V]
MessageDriven.setMessagingType ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setMessagingType:(Ljava/lang/String;)V]
MessageDriven.setTransactionType ( TransactionEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDriven.setTransactionType:(Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;)V]
openejb-jee-3.1.3.jar, MessageDrivenBean.class
package org.apache.openejb.jee
MessageDrivenBean.getSecurityRoleRef ( ) : java.util.List
[run-time name: org/apache/openejb/jee/MessageDrivenBean.getSecurityRoleRef:()Ljava/util/List;]
openejb-jee-3.1.3.jar, MessageDrivenBeanBinding.class
package org.apache.openejb.jee.was.v6.ejbbnd
MessageDrivenBeanBinding.getActivationSpecAuthAlias ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.getActivationSpecAuthAlias:()Ljava/lang/String;]
MessageDrivenBeanBinding.getActivationSpecJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.getActivationSpecJndiName:()Ljava/lang/String;]
MessageDrivenBeanBinding.getDestinationJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.getDestinationJndiName:()Ljava/lang/String;]
MessageDrivenBeanBinding.getListenerInputPortName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.getListenerInputPortName:()Ljava/lang/String;]
MessageDrivenBeanBinding.MessageDrivenBeanBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding."<init>":()V]
MessageDrivenBeanBinding.setActivationSpecAuthAlias ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.setActivationSpecAuthAlias:(Ljava/lang/String;)V]
MessageDrivenBeanBinding.setActivationSpecJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.setActivationSpecJndiName:(Ljava/lang/String;)V]
MessageDrivenBeanBinding.setDestinationJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.setDestinationJndiName:(Ljava/lang/String;)V]
MessageDrivenBeanBinding.setListenerInputPortName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding.setListenerInputPortName:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MessageDrivenBeanType.class
package org.apache.openejb.jee.oejb2
MessageDrivenBeanType.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/MessageDrivenBeanType.getProperties:()Ljava/util/Properties;]
openejb-jee-3.1.3.jar, MessageDrivenDestination.class
package org.apache.openejb.jee.was.v6.ejb
MessageDrivenDestination.getDestinationType ( ) : DestinationEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getDestinationType:()Lorg/apache/openejb/jee/was/v6/ejb/DestinationEnum;]
MessageDrivenDestination.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getExtensions:()Ljava/util/List;]
MessageDrivenDestination.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getHref:()Ljava/lang/String;]
MessageDrivenDestination.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getId:()Ljava/lang/String;]
MessageDrivenDestination.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getIdref:()Ljava/lang/Object;]
MessageDrivenDestination.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getLabel:()Ljava/lang/String;]
MessageDrivenDestination.getSubscriptionDurability ( ) : SubscriptionDurabilityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getSubscriptionDurability:()Lorg/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum;]
MessageDrivenDestination.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getType:()Ljavax/xml/namespace/QName;]
MessageDrivenDestination.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getUuid:()Ljava/lang/String;]
MessageDrivenDestination.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.getVersion:()Ljava/lang/String;]
MessageDrivenDestination.MessageDrivenDestination ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination."<init>":()V]
MessageDrivenDestination.setDestinationType ( DestinationEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setDestinationType:(Lorg/apache/openejb/jee/was/v6/ejb/DestinationEnum;)V]
MessageDrivenDestination.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setHref:(Ljava/lang/String;)V]
MessageDrivenDestination.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setId:(Ljava/lang/String;)V]
MessageDrivenDestination.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setIdref:(Ljava/lang/Object;)V]
MessageDrivenDestination.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setLabel:(Ljava/lang/String;)V]
MessageDrivenDestination.setSubscriptionDurability ( SubscriptionDurabilityEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setSubscriptionDurability:(Lorg/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum;)V]
MessageDrivenDestination.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setType:(Ljavax/xml/namespace/QName;)V]
MessageDrivenDestination.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setUuid:(Ljava/lang/String;)V]
MessageDrivenDestination.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Method.class
package org.apache.openejb.jee.was.v6.java
Method.getJavaVisibility ( ) : JavaVisibilityEnum
[run-time name: org/apache/openejb/jee/was/v6/java/Method.getJavaVisibility:()Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;]
Method.setJavaVisibility ( JavaVisibilityEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/Method.setJavaVisibility:(Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityEnum;)V]
openejb-jee-3.1.3.jar, MethodElement.class
package org.apache.openejb.jee.was.v6.ejb
MethodElement.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getDescription:()Ljava/lang/String;]
MethodElement.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getDescriptions:()Ljava/util/List;]
MethodElement.getEnterpriseBean ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getEnterpriseBean:()Ljava/lang/String;]
MethodElement.getEnterpriseBeans ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getEnterpriseBeans:()Ljava/util/List;]
MethodElement.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getExtensions:()Ljava/util/List;]
MethodElement.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getHref:()Ljava/lang/String;]
MethodElement.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getId:()Ljava/lang/String;]
MethodElement.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getIdref:()Ljava/lang/Object;]
MethodElement.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getLabel:()Ljava/lang/String;]
MethodElement.getMethodElementType ( ) : MethodElementEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getMethodElementType:()Lorg/apache/openejb/jee/was/v6/ejb/MethodElementEnum;]
MethodElement.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getName:()Ljava/lang/String;]
MethodElement.getParms ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getParms:()Ljava/lang/String;]
MethodElement.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getType:()Ljavax/xml/namespace/QName;]
MethodElement.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getUuid:()Ljava/lang/String;]
MethodElement.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.getVersion:()Ljava/lang/String;]
MethodElement.MethodElement ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement."<init>":()V]
MethodElement.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setDescription:(Ljava/lang/String;)V]
MethodElement.setEnterpriseBean ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setEnterpriseBean:(Ljava/lang/String;)V]
MethodElement.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setHref:(Ljava/lang/String;)V]
MethodElement.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setId:(Ljava/lang/String;)V]
MethodElement.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setIdref:(Ljava/lang/Object;)V]
MethodElement.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setLabel:(Ljava/lang/String;)V]
MethodElement.setMethodElementType ( MethodElementEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setMethodElementType:(Lorg/apache/openejb/jee/was/v6/ejb/MethodElementEnum;)V]
MethodElement.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setName:(Ljava/lang/String;)V]
MethodElement.setParms ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setParms:(Ljava/lang/String;)V]
MethodElement.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setType:(Ljavax/xml/namespace/QName;)V]
MethodElement.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setUuid:(Ljava/lang/String;)V]
MethodElement.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElement.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MethodElementEnum.class
package org.apache.openejb.jee.was.v6.ejb
MethodElementEnum.fromValue ( String v ) [static] : MethodElementEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElementEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/MethodElementEnum;]
MethodElementEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElementEnum.value:()Ljava/lang/String;]
MethodElementEnum.valueOf ( String name ) [static] : MethodElementEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElementEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/MethodElementEnum;]
MethodElementEnum.values ( ) [static] : MethodElementEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodElementEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/MethodElementEnum;]
openejb-jee-3.1.3.jar, MethodPermission.class
package org.apache.openejb.jee.was.v6.ejb
MethodPermission.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getDescription:()Ljava/lang/String;]
MethodPermission.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getDescriptions:()Ljava/util/List;]
MethodPermission.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getExtensions:()Ljava/util/List;]
MethodPermission.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getHref:()Ljava/lang/String;]
MethodPermission.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getId:()Ljava/lang/String;]
MethodPermission.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getIdref:()Ljava/lang/Object;]
MethodPermission.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getLabel:()Ljava/lang/String;]
MethodPermission.getMethodElements ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getMethodElements:()Ljava/util/List;]
MethodPermission.getRoles ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getRoles:()Ljava/util/List;]
MethodPermission.getRolesString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getRolesString:()Ljava/lang/String;]
MethodPermission.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getType:()Ljavax/xml/namespace/QName;]
MethodPermission.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getUuid:()Ljava/lang/String;]
MethodPermission.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.getVersion:()Ljava/lang/String;]
MethodPermission.isUnchecked ( ) : Boolean
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.isUnchecked:()Ljava/lang/Boolean;]
MethodPermission.MethodPermission ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission."<init>":()V]
MethodPermission.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setDescription:(Ljava/lang/String;)V]
MethodPermission.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setHref:(Ljava/lang/String;)V]
MethodPermission.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setId:(Ljava/lang/String;)V]
MethodPermission.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setIdref:(Ljava/lang/Object;)V]
MethodPermission.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setLabel:(Ljava/lang/String;)V]
MethodPermission.setRolesString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setRolesString:(Ljava/lang/String;)V]
MethodPermission.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setType:(Ljavax/xml/namespace/QName;)V]
MethodPermission.setUnchecked ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setUnchecked:(Ljava/lang/Boolean;)V]
MethodPermission.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setUuid:(Ljava/lang/String;)V]
MethodPermission.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodPermission.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MethodTransaction.class
package org.apache.openejb.jee.was.v6.ejb
MethodTransaction.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getDescription:()Ljava/lang/String;]
MethodTransaction.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getDescriptions:()Ljava/util/List;]
MethodTransaction.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getExtensions:()Ljava/util/List;]
MethodTransaction.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getHref:()Ljava/lang/String;]
MethodTransaction.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getId:()Ljava/lang/String;]
MethodTransaction.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getIdref:()Ljava/lang/Object;]
MethodTransaction.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getLabel:()Ljava/lang/String;]
MethodTransaction.getMethodElements ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getMethodElements:()Ljava/util/List;]
MethodTransaction.getTransactionAttribute ( ) : TransactionAttributeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getTransactionAttribute:()Lorg/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum;]
MethodTransaction.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getType:()Ljavax/xml/namespace/QName;]
MethodTransaction.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getUuid:()Ljava/lang/String;]
MethodTransaction.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.getVersion:()Ljava/lang/String;]
MethodTransaction.MethodTransaction ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction."<init>":()V]
MethodTransaction.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setDescription:(Ljava/lang/String;)V]
MethodTransaction.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setHref:(Ljava/lang/String;)V]
MethodTransaction.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setId:(Ljava/lang/String;)V]
MethodTransaction.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setIdref:(Ljava/lang/Object;)V]
MethodTransaction.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setLabel:(Ljava/lang/String;)V]
MethodTransaction.setTransactionAttribute ( TransactionAttributeEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setTransactionAttribute:(Lorg/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum;)V]
MethodTransaction.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setType:(Ljavax/xml/namespace/QName;)V]
MethodTransaction.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setUuid:(Ljava/lang/String;)V]
MethodTransaction.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/MethodTransaction.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, MultiplicityEnum.class
package org.apache.openejb.jee.was.v6.ejb
MultiplicityEnum.fromValue ( String v ) [static] : MultiplicityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MultiplicityEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/MultiplicityEnum;]
MultiplicityEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/MultiplicityEnum.value:()Ljava/lang/String;]
MultiplicityEnum.valueOf ( String name ) [static] : MultiplicityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/MultiplicityEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/MultiplicityEnum;]
MultiplicityEnum.values ( ) [static] : MultiplicityEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/MultiplicityEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/MultiplicityEnum;]
openejb-jee-3.1.3.jar, ObjectFactory.class
package org.apache.openejb.jee
ObjectFactory.createConnector ( ConnectorBase value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createConnector:(Lorg/apache/openejb/jee/ConnectorBase;)Ljavax/xml/bind/JAXBElement;]
package org.apache.openejb.jee.was.v6.common
ObjectFactory.createCompatibilityDescriptionGroup ( ) : CompatibilityDescriptionGroup
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createCompatibilityDescriptionGroup:()Lorg/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup;]
ObjectFactory.createCompatibilityDescriptionGroup ( CompatibilityDescriptionGroup value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createCompatibilityDescriptionGroup:(Lorg/apache/openejb/jee/was/v6/common/CompatibilityDescriptionGroup;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDescription ( ) : Description
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDescription:()Lorg/apache/openejb/jee/was/v6/common/Description;]
ObjectFactory.createDescription ( Description value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDescription:(Lorg/apache/openejb/jee/was/v6/common/Description;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDescriptionGroup ( ) : DescriptionGroup
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDescriptionGroup:()Lorg/apache/openejb/jee/was/v6/common/DescriptionGroup;]
ObjectFactory.createDescriptionGroup ( DescriptionGroup value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDescriptionGroup:(Lorg/apache/openejb/jee/was/v6/common/DescriptionGroup;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createDisplayName ( ) : DisplayName
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDisplayName:()Lorg/apache/openejb/jee/was/v6/common/DisplayName;]
ObjectFactory.createDisplayName ( DisplayName value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createDisplayName:(Lorg/apache/openejb/jee/was/v6/common/DisplayName;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBLocalRef ( ) : EJBLocalRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEJBLocalRef:()Lorg/apache/openejb/jee/was/v6/common/EJBLocalRef;]
ObjectFactory.createEJBLocalRef ( EJBLocalRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEJBLocalRef:(Lorg/apache/openejb/jee/was/v6/common/EJBLocalRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEjbRef ( ) : EjbRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEjbRef:()Lorg/apache/openejb/jee/was/v6/common/EjbRef;]
ObjectFactory.createEjbRef ( EjbRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEjbRef:(Lorg/apache/openejb/jee/was/v6/common/EjbRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEnvEntry ( ) : EnvEntry
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEnvEntry:()Lorg/apache/openejb/jee/was/v6/common/EnvEntry;]
ObjectFactory.createEnvEntry ( EnvEntry value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createEnvEntry:(Lorg/apache/openejb/jee/was/v6/common/EnvEntry;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createIconType ( ) : IconType
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createIconType:()Lorg/apache/openejb/jee/was/v6/common/IconType;]
ObjectFactory.createIconType ( IconType value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createIconType:(Lorg/apache/openejb/jee/was/v6/common/IconType;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createIdentity ( ) : Identity
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createIdentity:()Lorg/apache/openejb/jee/was/v6/common/Identity;]
ObjectFactory.createIdentity ( Identity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createIdentity:(Lorg/apache/openejb/jee/was/v6/common/Identity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createJNDIEnvRefsGroup ( ) : JNDIEnvRefsGroup
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createJNDIEnvRefsGroup:()Lorg/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup;]
ObjectFactory.createJNDIEnvRefsGroup ( JNDIEnvRefsGroup value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createJNDIEnvRefsGroup:(Lorg/apache/openejb/jee/was/v6/common/JNDIEnvRefsGroup;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createListener ( ) : Listener
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createListener:()Lorg/apache/openejb/jee/was/v6/common/Listener;]
ObjectFactory.createListener ( Listener value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createListener:(Lorg/apache/openejb/jee/was/v6/common/Listener;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDestination ( ) : MessageDestination
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createMessageDestination:()Lorg/apache/openejb/jee/was/v6/common/MessageDestination;]
ObjectFactory.createMessageDestination ( MessageDestination value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createMessageDestination:(Lorg/apache/openejb/jee/was/v6/common/MessageDestination;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDestinationRef ( ) : MessageDestinationRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createMessageDestinationRef:()Lorg/apache/openejb/jee/was/v6/common/MessageDestinationRef;]
ObjectFactory.createMessageDestinationRef ( MessageDestinationRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createMessageDestinationRef:(Lorg/apache/openejb/jee/was/v6/common/MessageDestinationRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createParamValue ( ) : ParamValue
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createParamValue:()Lorg/apache/openejb/jee/was/v6/common/ParamValue;]
ObjectFactory.createParamValue ( ParamValue value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createParamValue:(Lorg/apache/openejb/jee/was/v6/common/ParamValue;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createQName ( ) : QName
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createQName:()Lorg/apache/openejb/jee/was/v6/common/QName;]
ObjectFactory.createQName ( QName value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createQName:(Lorg/apache/openejb/jee/was/v6/common/QName;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createResourceEnvRef ( ) : ResourceEnvRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createResourceEnvRef:()Lorg/apache/openejb/jee/was/v6/common/ResourceEnvRef;]
ObjectFactory.createResourceEnvRef ( ResourceEnvRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createResourceEnvRef:(Lorg/apache/openejb/jee/was/v6/common/ResourceEnvRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createResourceRef ( ) : ResourceRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createResourceRef:()Lorg/apache/openejb/jee/was/v6/common/ResourceRef;]
ObjectFactory.createResourceRef ( ResourceRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createResourceRef:(Lorg/apache/openejb/jee/was/v6/common/ResourceRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRunAsSpecifiedIdentity ( ) : RunAsSpecifiedIdentity
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createRunAsSpecifiedIdentity:()Lorg/apache/openejb/jee/was/v6/common/RunAsSpecifiedIdentity;]
ObjectFactory.createRunAsSpecifiedIdentity ( RunAsSpecifiedIdentity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createRunAsSpecifiedIdentity:(Lorg/apache/openejb/jee/was/v6/common/RunAsSpecifiedIdentity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSecurityIdentity ( ) : SecurityIdentity
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityIdentity:()Lorg/apache/openejb/jee/was/v6/common/SecurityIdentity;]
ObjectFactory.createSecurityIdentity ( SecurityIdentity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityIdentity:(Lorg/apache/openejb/jee/was/v6/common/SecurityIdentity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSecurityRole ( ) : SecurityRole
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityRole:()Lorg/apache/openejb/jee/was/v6/common/SecurityRole;]
ObjectFactory.createSecurityRole ( SecurityRole value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityRole:(Lorg/apache/openejb/jee/was/v6/common/SecurityRole;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSecurityRoleRef ( ) : SecurityRoleRef
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityRoleRef:()Lorg/apache/openejb/jee/was/v6/common/SecurityRoleRef;]
ObjectFactory.createSecurityRoleRef ( SecurityRoleRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createSecurityRoleRef:(Lorg/apache/openejb/jee/was/v6/common/SecurityRoleRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createUseCallerIdentity ( ) : UseCallerIdentity
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createUseCallerIdentity:()Lorg/apache/openejb/jee/was/v6/common/UseCallerIdentity;]
ObjectFactory.createUseCallerIdentity ( UseCallerIdentity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory.createUseCallerIdentity:(Lorg/apache/openejb/jee/was/v6/common/UseCallerIdentity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/common/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.was.v6.commonbnd
ObjectFactory.createAbstractAuthData ( ) : AbstractAuthData
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createAbstractAuthData:()Lorg/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData;]
ObjectFactory.createAbstractAuthData ( AbstractAuthData value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createAbstractAuthData:(Lorg/apache/openejb/jee/was/v6/commonbnd/AbstractAuthData;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createBasicAuthData ( ) : BasicAuthData
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createBasicAuthData:()Lorg/apache/openejb/jee/was/v6/commonbnd/BasicAuthData;]
ObjectFactory.createBasicAuthData ( BasicAuthData value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createBasicAuthData:(Lorg/apache/openejb/jee/was/v6/commonbnd/BasicAuthData;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEjbRefBinding ( ) : EjbRefBinding
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createEjbRefBinding:()Lorg/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding;]
ObjectFactory.createEjbRefBinding ( EjbRefBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createEjbRefBinding:(Lorg/apache/openejb/jee/was/v6/commonbnd/EjbRefBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDestinationRefBinding ( ) : MessageDestinationRefBinding
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createMessageDestinationRefBinding:()Lorg/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding;]
ObjectFactory.createMessageDestinationRefBinding ( MessageDestinationRefBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createMessageDestinationRefBinding:(Lorg/apache/openejb/jee/was/v6/commonbnd/MessageDestinationRefBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createProperty ( ) : Property
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createProperty:()Lorg/apache/openejb/jee/was/v6/commonbnd/Property;]
ObjectFactory.createProperty ( Property value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createProperty:(Lorg/apache/openejb/jee/was/v6/commonbnd/Property;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createResourceEnvRefBinding ( ) : ResourceEnvRefBinding
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createResourceEnvRefBinding:()Lorg/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding;]
ObjectFactory.createResourceEnvRefBinding ( ResourceEnvRefBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createResourceEnvRefBinding:(Lorg/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createResourceRefBinding ( ) : ResourceRefBinding
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createResourceRefBinding:()Lorg/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding;]
ObjectFactory.createResourceRefBinding ( ResourceRefBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory.createResourceRefBinding:(Lorg/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.was.v6.ejb
ObjectFactory.createActivationConfig ( ) : ActivationConfig
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createActivationConfig:()Lorg/apache/openejb/jee/was/v6/ejb/ActivationConfig;]
ObjectFactory.createActivationConfig ( ActivationConfig value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createActivationConfig:(Lorg/apache/openejb/jee/was/v6/ejb/ActivationConfig;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createActivationConfigProperty ( ) : ActivationConfigProperty
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createActivationConfigProperty:()Lorg/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty;]
ObjectFactory.createActivationConfigProperty ( ActivationConfigProperty value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createActivationConfigProperty:(Lorg/apache/openejb/jee/was/v6/ejb/ActivationConfigProperty;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createAssemblyDescriptor ( ) : AssemblyDescriptor
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createAssemblyDescriptor:()Lorg/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor;]
ObjectFactory.createAssemblyDescriptor ( AssemblyDescriptor value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createAssemblyDescriptor:(Lorg/apache/openejb/jee/was/v6/ejb/AssemblyDescriptor;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCMPAttribute ( ) : CMPAttribute
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createCMPAttribute:()Lorg/apache/openejb/jee/was/v6/ejb/CMPAttribute;]
ObjectFactory.createCMPAttribute ( CMPAttribute value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createCMPAttribute:(Lorg/apache/openejb/jee/was/v6/ejb/CMPAttribute;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createCMRField ( ) : CMRField
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createCMRField:()Lorg/apache/openejb/jee/was/v6/ejb/CMRField;]
ObjectFactory.createCMRField ( CMRField value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createCMRField:(Lorg/apache/openejb/jee/was/v6/ejb/CMRField;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createContainerManagedEntity ( ) : ContainerManagedEntity
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createContainerManagedEntity:()Lorg/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity;]
ObjectFactory.createContainerManagedEntity ( ContainerManagedEntity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createContainerManagedEntity:(Lorg/apache/openejb/jee/was/v6/ejb/ContainerManagedEntity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBJar ( ) : EJBJar
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBJar:()Lorg/apache/openejb/jee/was/v6/ejb/EJBJar;]
ObjectFactory.createEJBJar ( EJBJar value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBJar:(Lorg/apache/openejb/jee/was/v6/ejb/EJBJar;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBMethodCategory ( ) : EJBMethodCategory
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBMethodCategory:()Lorg/apache/openejb/jee/was/v6/ejb/EJBMethodCategory;]
ObjectFactory.createEJBMethodCategory ( EJBMethodCategory value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBMethodCategory:(Lorg/apache/openejb/jee/was/v6/ejb/EJBMethodCategory;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBRelation ( ) : EJBRelation
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBRelation:()Lorg/apache/openejb/jee/was/v6/ejb/EJBRelation;]
ObjectFactory.createEJBRelation ( EJBRelation value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBRelation:(Lorg/apache/openejb/jee/was/v6/ejb/EJBRelation;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBRelationshipRole ( ) : EJBRelationshipRole
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBRelationshipRole:()Lorg/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole;]
ObjectFactory.createEJBRelationshipRole ( EJBRelationshipRole value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEJBRelationshipRole:(Lorg/apache/openejb/jee/was/v6/ejb/EJBRelationshipRole;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEnterpriseBean ( ) : EnterpriseBean
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEnterpriseBean:()Lorg/apache/openejb/jee/was/v6/ejb/EnterpriseBean;]
ObjectFactory.createEnterpriseBean ( EnterpriseBean value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEnterpriseBean:(Lorg/apache/openejb/jee/was/v6/ejb/EnterpriseBean;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEntity ( ) : Entity
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEntity:()Lorg/apache/openejb/jee/was/v6/ejb/Entity;]
ObjectFactory.createEntity ( Entity value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createEntity:(Lorg/apache/openejb/jee/was/v6/ejb/Entity;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createExcludeList ( ) : ExcludeList
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createExcludeList:()Lorg/apache/openejb/jee/was/v6/ejb/ExcludeList;]
ObjectFactory.createExcludeList ( ExcludeList value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createExcludeList:(Lorg/apache/openejb/jee/was/v6/ejb/ExcludeList;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDriven ( ) : MessageDriven
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMessageDriven:()Lorg/apache/openejb/jee/was/v6/ejb/MessageDriven;]
ObjectFactory.createMessageDriven ( MessageDriven value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMessageDriven:(Lorg/apache/openejb/jee/was/v6/ejb/MessageDriven;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDrivenDestination ( ) : MessageDrivenDestination
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMessageDrivenDestination:()Lorg/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination;]
ObjectFactory.createMessageDrivenDestination ( MessageDrivenDestination value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMessageDrivenDestination:(Lorg/apache/openejb/jee/was/v6/ejb/MessageDrivenDestination;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMethodElement ( ) : MethodElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodElement:()Lorg/apache/openejb/jee/was/v6/ejb/MethodElement;]
ObjectFactory.createMethodElement ( MethodElement value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodElement:(Lorg/apache/openejb/jee/was/v6/ejb/MethodElement;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMethodPermission ( ) : MethodPermission
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodPermission:()Lorg/apache/openejb/jee/was/v6/ejb/MethodPermission;]
ObjectFactory.createMethodPermission ( MethodPermission value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodPermission:(Lorg/apache/openejb/jee/was/v6/ejb/MethodPermission;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMethodTransaction ( ) : MethodTransaction
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodTransaction:()Lorg/apache/openejb/jee/was/v6/ejb/MethodTransaction;]
ObjectFactory.createMethodTransaction ( MethodTransaction value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createMethodTransaction:(Lorg/apache/openejb/jee/was/v6/ejb/MethodTransaction;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createQuery ( ) : Query
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createQuery:()Lorg/apache/openejb/jee/was/v6/ejb/Query;]
ObjectFactory.createQuery ( Query value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createQuery:(Lorg/apache/openejb/jee/was/v6/ejb/Query;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createQueryMethod ( ) : QueryMethod
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createQueryMethod:()Lorg/apache/openejb/jee/was/v6/ejb/QueryMethod;]
ObjectFactory.createQueryMethod ( QueryMethod value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createQueryMethod:(Lorg/apache/openejb/jee/was/v6/ejb/QueryMethod;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRelationships ( ) : Relationships
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createRelationships:()Lorg/apache/openejb/jee/was/v6/ejb/Relationships;]
ObjectFactory.createRelationships ( Relationships value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createRelationships:(Lorg/apache/openejb/jee/was/v6/ejb/Relationships;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createRoleSource ( ) : RoleSource
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createRoleSource:()Lorg/apache/openejb/jee/was/v6/ejb/RoleSource;]
ObjectFactory.createRoleSource ( RoleSource value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createRoleSource:(Lorg/apache/openejb/jee/was/v6/ejb/RoleSource;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createSession ( ) : Session
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createSession:()Lorg/apache/openejb/jee/was/v6/ejb/Session;]
ObjectFactory.createSession ( Session value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory.createSession:(Lorg/apache/openejb/jee/was/v6/ejb/Session;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.was.v6.ejbbnd
ObjectFactory.createCMPConnectionFactoryBinding ( ) : CMPConnectionFactoryBinding
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createCMPConnectionFactoryBinding:()Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding;]
ObjectFactory.createCMPConnectionFactoryBinding ( CMPConnectionFactoryBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createCMPConnectionFactoryBinding:(Lorg/apache/openejb/jee/was/v6/ejbbnd/CMPConnectionFactoryBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEJBJarBinding ( ) : EJBJarBinding
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createEJBJarBinding:()Lorg/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding;]
ObjectFactory.createEJBJarBinding ( EJBJarBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createEJBJarBinding:(Lorg/apache/openejb/jee/was/v6/ejbbnd/EJBJarBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createEnterpriseBeanBinding ( ) : EnterpriseBeanBinding
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createEnterpriseBeanBinding:()Lorg/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding;]
ObjectFactory.createEnterpriseBeanBinding ( EnterpriseBeanBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createEnterpriseBeanBinding:(Lorg/apache/openejb/jee/was/v6/ejbbnd/EnterpriseBeanBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createMessageDrivenBeanBinding ( ) : MessageDrivenBeanBinding
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createMessageDrivenBeanBinding:()Lorg/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding;]
ObjectFactory.createMessageDrivenBeanBinding ( MessageDrivenBeanBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory.createMessageDrivenBeanBinding:(Lorg/apache/openejb/jee/was/v6/ejbbnd/MessageDrivenBeanBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/ejbbnd/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.was.v6.webservice.clientbnd
ObjectFactory.createServiceRefBinding ( ) : ServiceRefBinding
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ObjectFactory.createServiceRefBinding:()Lorg/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding;]
ObjectFactory.createServiceRefBinding ( ServiceRefBinding value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ObjectFactory.createServiceRefBinding:(Lorg/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ObjectFactory."<init>":()V]
package org.apache.openejb.jee.was.v6.wsclient
ObjectFactory.createComponentScopedRefs ( ) : ComponentScopedRefs
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createComponentScopedRefs:()Lorg/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs;]
ObjectFactory.createComponentScopedRefs ( ComponentScopedRefs value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createComponentScopedRefs:(Lorg/apache/openejb/jee/was/v6/wsclient/ComponentScopedRefs;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createHandler ( ) : Handler
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createHandler:()Lorg/apache/openejb/jee/was/v6/wsclient/Handler;]
ObjectFactory.createHandler ( Handler value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createHandler:(Lorg/apache/openejb/jee/was/v6/wsclient/Handler;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createPortComponentRef ( ) : PortComponentRef
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createPortComponentRef:()Lorg/apache/openejb/jee/was/v6/wsclient/PortComponentRef;]
ObjectFactory.createPortComponentRef ( PortComponentRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createPortComponentRef:(Lorg/apache/openejb/jee/was/v6/wsclient/PortComponentRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createServiceRef ( ) : ServiceRef
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createServiceRef:()Lorg/apache/openejb/jee/was/v6/wsclient/ServiceRef;]
ObjectFactory.createServiceRef ( ServiceRef value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createServiceRef:(Lorg/apache/openejb/jee/was/v6/wsclient/ServiceRef;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.createWebServicesClient ( ) : WebServicesClient
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createWebServicesClient:()Lorg/apache/openejb/jee/was/v6/wsclient/WebServicesClient;]
ObjectFactory.createWebServicesClient ( WebServicesClient value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory.createWebServicesClient:(Lorg/apache/openejb/jee/was/v6/wsclient/WebServicesClient;)Ljavax/xml/bind/JAXBElement;]
ObjectFactory.ObjectFactory ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ObjectFactory."<init>":()V]
openejb-jee-3.1.3.jar, OpenejbJar.class
package org.apache.openejb.jee.oejb3
OpenejbJar.addEjbDeployment ( org.apache.openejb.jee.EnterpriseBean bean ) : EjbDeployment
[run-time name: org/apache/openejb/jee/oejb3/OpenejbJar.addEjbDeployment:(Lorg/apache/openejb/jee/EnterpriseBean;)Lorg/apache/openejb/jee/oejb3/EjbDeployment;]
openejb-jee-3.1.3.jar, OpenejbJarType.class
package org.apache.openejb.jee.oejb2
OpenejbJarType.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/OpenejbJarType.getProperties:()Ljava/util/Properties;]
openejb-jee-3.1.3.jar, OutboundResourceAdapter.class
package org.apache.openejb.jee
OutboundResourceAdapter.isReauthenticationSupport ( ) : Boolean
[run-time name: org/apache/openejb/jee/OutboundResourceAdapter.isReauthenticationSupport:()Ljava/lang/Boolean;]
OutboundResourceAdapter.setReauthenticationSupport ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/OutboundResourceAdapter.setReauthenticationSupport:(Ljava/lang/Boolean;)V]
openejb-jee-3.1.3.jar, ParamValue.class
package org.apache.openejb.jee.was.v6.common
ParamValue.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getDescription:()Ljava/lang/String;]
ParamValue.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getDescriptions:()Ljava/util/List;]
ParamValue.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getExtensions:()Ljava/util/List;]
ParamValue.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getHref:()Ljava/lang/String;]
ParamValue.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getId:()Ljava/lang/String;]
ParamValue.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getIdref:()Ljava/lang/Object;]
ParamValue.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getLabel:()Ljava/lang/String;]
ParamValue.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getName:()Ljava/lang/String;]
ParamValue.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getType:()Ljavax/xml/namespace/QName;]
ParamValue.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getUuid:()Ljava/lang/String;]
ParamValue.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getValue:()Ljava/lang/String;]
ParamValue.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.getVersion:()Ljava/lang/String;]
ParamValue.ParamValue ( )
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue."<init>":()V]
ParamValue.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setDescription:(Ljava/lang/String;)V]
ParamValue.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setHref:(Ljava/lang/String;)V]
ParamValue.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setId:(Ljava/lang/String;)V]
ParamValue.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setIdref:(Ljava/lang/Object;)V]
ParamValue.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setLabel:(Ljava/lang/String;)V]
ParamValue.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setName:(Ljava/lang/String;)V]
ParamValue.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setType:(Ljavax/xml/namespace/QName;)V]
ParamValue.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setUuid:(Ljava/lang/String;)V]
ParamValue.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setValue:(Ljava/lang/String;)V]
ParamValue.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ParamValue.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Persistence.class
package org.apache.openejb.jee.jpa.unit
Persistence.addPersistenceUnit ( PersistenceUnit unit ) : PersistenceUnit
[run-time name: org/apache/openejb/jee/jpa/unit/Persistence.addPersistenceUnit:(Lorg/apache/openejb/jee/jpa/unit/PersistenceUnit;)Lorg/apache/openejb/jee/jpa/unit/PersistenceUnit;]
Persistence.addPersistenceUnit ( String unitName ) : PersistenceUnit
[run-time name: org/apache/openejb/jee/jpa/unit/Persistence.addPersistenceUnit:(Ljava/lang/String;)Lorg/apache/openejb/jee/jpa/unit/PersistenceUnit;]
openejb-jee-3.1.3.jar, PersistenceUnit.class
package org.apache.openejb.jee.jpa.unit
PersistenceUnit.addClass ( Class clazz ) : boolean
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.addClass:(Ljava/lang/Class;)Z]
PersistenceUnit.addClass ( String s ) : boolean
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.addClass:(Ljava/lang/String;)Z]
PersistenceUnit.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getProperties:()Ljava/util/Properties;]
PersistenceUnit.getProperty ( String key ) : String
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getProperty:(Ljava/lang/String;)Ljava/lang/String;]
PersistenceUnit.getProperty ( String key, String defaultValue ) : String
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;]
PersistenceUnit.setProperties ( java.util.Properties properties ) : void
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.setProperties:(Ljava/util/Properties;)V]
PersistenceUnit.setProperty ( String key, String value ) : Object
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.setProperty:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;]
PersistenceUnit.setProvider ( Class value ) : void
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.setProvider:(Ljava/lang/Class;)V]
openejb-jee-3.1.3.jar, PortComponentRef.class
package org.apache.openejb.jee.was.v6.wsclient
PortComponentRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getExtensions:()Ljava/util/List;]
PortComponentRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getHref:()Ljava/lang/String;]
PortComponentRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getId:()Ljava/lang/String;]
PortComponentRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getIdref:()Ljava/lang/Object;]
PortComponentRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getLabel:()Ljava/lang/String;]
PortComponentRef.getPortComponentLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getPortComponentLink:()Ljava/lang/String;]
PortComponentRef.getServiceEndpointInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getServiceEndpointInterfaces:()Ljava/util/List;]
PortComponentRef.getServiceEndpointInterfaceString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getServiceEndpointInterfaceString:()Ljava/lang/String;]
PortComponentRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getType:()Ljavax/xml/namespace/QName;]
PortComponentRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getUuid:()Ljava/lang/String;]
PortComponentRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.getVersion:()Ljava/lang/String;]
PortComponentRef.PortComponentRef ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef."<init>":()V]
PortComponentRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setHref:(Ljava/lang/String;)V]
PortComponentRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setId:(Ljava/lang/String;)V]
PortComponentRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setIdref:(Ljava/lang/Object;)V]
PortComponentRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setLabel:(Ljava/lang/String;)V]
PortComponentRef.setPortComponentLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setPortComponentLink:(Ljava/lang/String;)V]
PortComponentRef.setServiceEndpointInterfaceString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setServiceEndpointInterfaceString:(Ljava/lang/String;)V]
PortComponentRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setType:(Ljavax/xml/namespace/QName;)V]
PortComponentRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setUuid:(Ljava/lang/String;)V]
PortComponentRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/PortComponentRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, PropertiesAdapter.class
package org.apache.openejb.jee.jpa.unit
PropertiesAdapter.marshal ( java.util.Properties v ) : Properties
[run-time name: org/apache/openejb/jee/jpa/unit/PropertiesAdapter.marshal:(Ljava/util/Properties;)Lorg/apache/openejb/jee/jpa/unit/Properties;]
PropertiesAdapter.marshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/jpa/unit/PropertiesAdapter.marshal:(Ljava/lang/Object;)Ljava/lang/Object;]
PropertiesAdapter.PropertiesAdapter ( )
[run-time name: org/apache/openejb/jee/jpa/unit/PropertiesAdapter."<init>":()V]
PropertiesAdapter.unmarshal ( Object x0 ) : Object
[run-time name: org/apache/openejb/jee/jpa/unit/PropertiesAdapter.unmarshal:(Ljava/lang/Object;)Ljava/lang/Object;]
PropertiesAdapter.unmarshal ( Properties v ) : java.util.Properties
[run-time name: org/apache/openejb/jee/jpa/unit/PropertiesAdapter.unmarshal:(Lorg/apache/openejb/jee/jpa/unit/Properties;)Ljava/util/Properties;]
openejb-jee-3.1.3.jar, Property.class
package org.apache.openejb.jee.was.v6.commonbnd
Property.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getDescription:()Ljava/lang/String;]
Property.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getExtensions:()Ljava/util/List;]
Property.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getHref:()Ljava/lang/String;]
Property.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getId:()Ljava/lang/String;]
Property.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getIdref:()Ljava/lang/Object;]
Property.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getLabel:()Ljava/lang/String;]
Property.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getName:()Ljava/lang/String;]
Property.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getType:()Ljavax/xml/namespace/QName;]
Property.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getUuid:()Ljava/lang/String;]
Property.getValue ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getValue:()Ljava/lang/String;]
Property.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.getVersion:()Ljava/lang/String;]
Property.Property ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property."<init>":()V]
Property.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setDescription:(Ljava/lang/String;)V]
Property.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setHref:(Ljava/lang/String;)V]
Property.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setId:(Ljava/lang/String;)V]
Property.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setIdref:(Ljava/lang/Object;)V]
Property.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setLabel:(Ljava/lang/String;)V]
Property.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setName:(Ljava/lang/String;)V]
Property.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setType:(Ljavax/xml/namespace/QName;)V]
Property.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setUuid:(Ljava/lang/String;)V]
Property.setValue ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setValue:(Ljava/lang/String;)V]
Property.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/Property.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, QName.class
package org.apache.openejb.jee.was.v6.common
QName.getCombinedQName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getCombinedQName:()Ljava/lang/String;]
QName.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getExtensions:()Ljava/util/List;]
QName.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getHref:()Ljava/lang/String;]
QName.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getId:()Ljava/lang/String;]
QName.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getIdref:()Ljava/lang/Object;]
QName.getInternalPrefixOrNsURI ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getInternalPrefixOrNsURI:()Ljava/lang/String;]
QName.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getLabel:()Ljava/lang/String;]
QName.getLocalPart ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getLocalPart:()Ljava/lang/String;]
QName.getNamespaceURI ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getNamespaceURI:()Ljava/lang/String;]
QName.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getType:()Ljavax/xml/namespace/QName;]
QName.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getUuid:()Ljava/lang/String;]
QName.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/QName.getVersion:()Ljava/lang/String;]
QName.QName ( )
[run-time name: org/apache/openejb/jee/was/v6/common/QName."<init>":()V]
QName.setCombinedQName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setCombinedQName:(Ljava/lang/String;)V]
QName.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setHref:(Ljava/lang/String;)V]
QName.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setId:(Ljava/lang/String;)V]
QName.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setIdref:(Ljava/lang/Object;)V]
QName.setInternalPrefixOrNsURI ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setInternalPrefixOrNsURI:(Ljava/lang/String;)V]
QName.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setLabel:(Ljava/lang/String;)V]
QName.setLocalPart ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setLocalPart:(Ljava/lang/String;)V]
QName.setNamespaceURI ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setNamespaceURI:(Ljava/lang/String;)V]
QName.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setType:(Ljavax/xml/namespace/QName;)V]
QName.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setUuid:(Ljava/lang/String;)V]
QName.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/QName.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Query.class
package org.apache.openejb.jee.was.v6.ejb
Query.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getDescription:()Ljava/lang/String;]
Query.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getDescriptions:()Ljava/util/List;]
Query.getEjbQL ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getEjbQL:()Ljava/lang/String;]
Query.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getExtensions:()Ljava/util/List;]
Query.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getHref:()Ljava/lang/String;]
Query.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getId:()Ljava/lang/String;]
Query.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getIdref:()Ljava/lang/Object;]
Query.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getLabel:()Ljava/lang/String;]
Query.getQueryMethods ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getQueryMethods:()Ljava/util/List;]
Query.getReturnTypeMapping ( ) : ReturnTypeMappingEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getReturnTypeMapping:()Lorg/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum;]
Query.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getType:()Ljavax/xml/namespace/QName;]
Query.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getUuid:()Ljava/lang/String;]
Query.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.getVersion:()Ljava/lang/String;]
Query.Query ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query."<init>":()V]
Query.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setDescription:(Ljava/lang/String;)V]
Query.setEjbQL ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setEjbQL:(Ljava/lang/String;)V]
Query.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setHref:(Ljava/lang/String;)V]
Query.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setId:(Ljava/lang/String;)V]
Query.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setIdref:(Ljava/lang/Object;)V]
Query.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setLabel:(Ljava/lang/String;)V]
Query.setReturnTypeMapping ( ReturnTypeMappingEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setReturnTypeMapping:(Lorg/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum;)V]
Query.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setType:(Ljavax/xml/namespace/QName;)V]
Query.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setUuid:(Ljava/lang/String;)V]
Query.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Query.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, QueryMethod.class
package org.apache.openejb.jee.was.v6.ejb
QueryMethod.QueryMethod ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/QueryMethod."<init>":()V]
openejb-jee-3.1.3.jar, Relationships.class
package org.apache.openejb.jee.was.v6.ejb
Relationships.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getDescription:()Ljava/lang/String;]
Relationships.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getDescriptions:()Ljava/util/List;]
Relationships.getEjbRelations ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getEjbRelations:()Ljava/util/List;]
Relationships.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getExtensions:()Ljava/util/List;]
Relationships.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getHref:()Ljava/lang/String;]
Relationships.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getId:()Ljava/lang/String;]
Relationships.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getIdref:()Ljava/lang/Object;]
Relationships.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getLabel:()Ljava/lang/String;]
Relationships.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getType:()Ljavax/xml/namespace/QName;]
Relationships.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getUuid:()Ljava/lang/String;]
Relationships.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.getVersion:()Ljava/lang/String;]
Relationships.Relationships ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships."<init>":()V]
Relationships.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setDescription:(Ljava/lang/String;)V]
Relationships.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setHref:(Ljava/lang/String;)V]
Relationships.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setId:(Ljava/lang/String;)V]
Relationships.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setIdref:(Ljava/lang/Object;)V]
Relationships.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setLabel:(Ljava/lang/String;)V]
Relationships.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setType:(Ljavax/xml/namespace/QName;)V]
Relationships.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setUuid:(Ljava/lang/String;)V]
Relationships.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Relationships.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResAuthEnum.class
package org.apache.openejb.jee.was.v6.common
ResAuthEnum.fromValue ( String v ) [static] : ResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResAuthEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/ResAuthEnum;]
ResAuthEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResAuthEnum.value:()Ljava/lang/String;]
ResAuthEnum.valueOf ( String name ) [static] : ResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResAuthEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/ResAuthEnum;]
ResAuthEnum.values ( ) [static] : ResAuthEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/common/ResAuthEnum.values:()[Lorg/apache/openejb/jee/was/v6/common/ResAuthEnum;]
openejb-jee-3.1.3.jar, ResourceAdapter10.class
package org.apache.openejb.jee
ResourceAdapter10.getAuthenticationMechanism ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getAuthenticationMechanism:()Ljava/util/List;]
ResourceAdapter10.getConfigProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getConfigProperty:()Ljava/util/List;]
ResourceAdapter10.getConnectionFactoryImplClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getConnectionFactoryImplClass:()Ljava/lang/String;]
ResourceAdapter10.getConnectionFactoryInterface ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getConnectionFactoryInterface:()Ljava/lang/String;]
ResourceAdapter10.getConnectionImplClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getConnectionImplClass:()Ljava/lang/String;]
ResourceAdapter10.getConnectionInterface ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getConnectionInterface:()Ljava/lang/String;]
ResourceAdapter10.getManagedConnectionFactoryClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getManagedConnectionFactoryClass:()Ljava/lang/String;]
ResourceAdapter10.getTransactionSupport ( ) : TransactionSupportType
[run-time name: org/apache/openejb/jee/ResourceAdapter10.getTransactionSupport:()Lorg/apache/openejb/jee/TransactionSupportType;]
ResourceAdapter10.isReauthenticationSupport ( ) : Boolean
[run-time name: org/apache/openejb/jee/ResourceAdapter10.isReauthenticationSupport:()Ljava/lang/Boolean;]
ResourceAdapter10.ResourceAdapter10 ( )
[run-time name: org/apache/openejb/jee/ResourceAdapter10."<init>":()V]
ResourceAdapter10.setConnectionFactoryImplClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setConnectionFactoryImplClass:(Ljava/lang/String;)V]
ResourceAdapter10.setConnectionFactoryInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setConnectionFactoryInterface:(Ljava/lang/String;)V]
ResourceAdapter10.setConnectionImplClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setConnectionImplClass:(Ljava/lang/String;)V]
ResourceAdapter10.setConnectionInterface ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setConnectionInterface:(Ljava/lang/String;)V]
ResourceAdapter10.setManagedConnectionFactoryClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setManagedConnectionFactoryClass:(Ljava/lang/String;)V]
ResourceAdapter10.setReauthenticationSupport ( Boolean value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setReauthenticationSupport:(Ljava/lang/Boolean;)V]
ResourceAdapter10.setTransactionSupport ( TransactionSupportType value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapter10.setTransactionSupport:(Lorg/apache/openejb/jee/TransactionSupportType;)V]
openejb-jee-3.1.3.jar, ResourceAdapterBase.class
package org.apache.openejb.jee
ResourceAdapterBase.getAdminObject ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getAdminObject:()Ljava/util/List;]
ResourceAdapterBase.getConfigProperty ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getConfigProperty:()Ljava/util/List;]
ResourceAdapterBase.getId ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getId:()Ljava/lang/String;]
ResourceAdapterBase.getInboundResourceAdapter ( ) : InboundResource
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getInboundResourceAdapter:()Lorg/apache/openejb/jee/InboundResource;]
ResourceAdapterBase.getOutboundResourceAdapter ( ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getOutboundResourceAdapter:()Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapterBase.getResourceAdapterClass ( ) : String
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getResourceAdapterClass:()Ljava/lang/String;]
ResourceAdapterBase.getSecurityPermission ( ) : java.util.List
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.getSecurityPermission:()Ljava/util/List;]
ResourceAdapterBase.ResourceAdapterBase ( )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":()V]
ResourceAdapterBase.ResourceAdapterBase ( Class resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":(Ljava/lang/Class;)V]
ResourceAdapterBase.ResourceAdapterBase ( String resourceAdapterClass )
[run-time name: org/apache/openejb/jee/ResourceAdapterBase."<init>":(Ljava/lang/String;)V]
ResourceAdapterBase.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setId:(Ljava/lang/String;)V]
ResourceAdapterBase.setInboundResourceAdapter ( InboundResource value ) : InboundResource
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setInboundResourceAdapter:(Lorg/apache/openejb/jee/InboundResource;)Lorg/apache/openejb/jee/InboundResource;]
ResourceAdapterBase.setOutboundResourceAdapter ( OutboundResourceAdapter value ) : OutboundResourceAdapter
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setOutboundResourceAdapter:(Lorg/apache/openejb/jee/OutboundResourceAdapter;)Lorg/apache/openejb/jee/OutboundResourceAdapter;]
ResourceAdapterBase.setResourceAdapterClass ( String value ) : void
[run-time name: org/apache/openejb/jee/ResourceAdapterBase.setResourceAdapterClass:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResourceEnvRef.class
package org.apache.openejb.jee.was.v6.common
ResourceEnvRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getDescription:()Ljava/lang/String;]
ResourceEnvRef.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getDescriptions:()Ljava/util/List;]
ResourceEnvRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getExtensions:()Ljava/util/List;]
ResourceEnvRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getHref:()Ljava/lang/String;]
ResourceEnvRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getId:()Ljava/lang/String;]
ResourceEnvRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getIdref:()Ljava/lang/Object;]
ResourceEnvRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getLabel:()Ljava/lang/String;]
ResourceEnvRef.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getName:()Ljava/lang/String;]
ResourceEnvRef.getResourceEnvRefTypes ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getResourceEnvRefTypes:()Ljava/util/List;]
ResourceEnvRef.getResourceEnvRefTypeString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getResourceEnvRefTypeString:()Ljava/lang/String;]
ResourceEnvRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getType:()Ljavax/xml/namespace/QName;]
ResourceEnvRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getUuid:()Ljava/lang/String;]
ResourceEnvRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.getVersion:()Ljava/lang/String;]
ResourceEnvRef.ResourceEnvRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef."<init>":()V]
ResourceEnvRef.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setDescription:(Ljava/lang/String;)V]
ResourceEnvRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setHref:(Ljava/lang/String;)V]
ResourceEnvRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setId:(Ljava/lang/String;)V]
ResourceEnvRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setIdref:(Ljava/lang/Object;)V]
ResourceEnvRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setLabel:(Ljava/lang/String;)V]
ResourceEnvRef.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setName:(Ljava/lang/String;)V]
ResourceEnvRef.setResourceEnvRefTypeString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setResourceEnvRefTypeString:(Ljava/lang/String;)V]
ResourceEnvRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setType:(Ljavax/xml/namespace/QName;)V]
ResourceEnvRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setUuid:(Ljava/lang/String;)V]
ResourceEnvRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceEnvRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResourceEnvRefBinding.class
package org.apache.openejb.jee.was.v6.commonbnd
ResourceEnvRefBinding.getBindingResourceEnvRef ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getBindingResourceEnvRef:()Ljava/lang/String;]
ResourceEnvRefBinding.getBindingResourceEnvRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getBindingResourceEnvRefs:()Ljava/util/List;]
ResourceEnvRefBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getExtensions:()Ljava/util/List;]
ResourceEnvRefBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getHref:()Ljava/lang/String;]
ResourceEnvRefBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getId:()Ljava/lang/String;]
ResourceEnvRefBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getIdref:()Ljava/lang/Object;]
ResourceEnvRefBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getJndiName:()Ljava/lang/String;]
ResourceEnvRefBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getLabel:()Ljava/lang/String;]
ResourceEnvRefBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getType:()Ljavax/xml/namespace/QName;]
ResourceEnvRefBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getUuid:()Ljava/lang/String;]
ResourceEnvRefBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.getVersion:()Ljava/lang/String;]
ResourceEnvRefBinding.ResourceEnvRefBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding."<init>":()V]
ResourceEnvRefBinding.setBindingResourceEnvRef ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setBindingResourceEnvRef:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setHref:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setId:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setIdref:(Ljava/lang/Object;)V]
ResourceEnvRefBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setJndiName:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setLabel:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setType:(Ljavax/xml/namespace/QName;)V]
ResourceEnvRefBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setUuid:(Ljava/lang/String;)V]
ResourceEnvRefBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceEnvRefBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResourceRef.class
package org.apache.openejb.jee.was.v6.common
ResourceRef.getAuth ( ) : ResAuthEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getAuth:()Lorg/apache/openejb/jee/was/v6/common/ResAuthEnum;]
ResourceRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getDescription:()Ljava/lang/String;]
ResourceRef.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getDescriptions:()Ljava/util/List;]
ResourceRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getExtensions:()Ljava/util/List;]
ResourceRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getHref:()Ljava/lang/String;]
ResourceRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getId:()Ljava/lang/String;]
ResourceRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getIdref:()Ljava/lang/Object;]
ResourceRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getLabel:()Ljava/lang/String;]
ResourceRef.getLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getLink:()Ljava/lang/String;]
ResourceRef.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getName:()Ljava/lang/String;]
ResourceRef.getResourceRefTypeString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getResourceRefTypeString:()Ljava/lang/String;]
ResourceRef.getResSharingScope ( ) : ResSharingScopeEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getResSharingScope:()Lorg/apache/openejb/jee/was/v6/common/ResSharingScopeEnum;]
ResourceRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getType:()Ljavax/xml/namespace/QName;]
ResourceRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getUuid:()Ljava/lang/String;]
ResourceRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.getVersion:()Ljava/lang/String;]
ResourceRef.ResourceRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef."<init>":()V]
ResourceRef.setAuth ( ResAuthEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setAuth:(Lorg/apache/openejb/jee/was/v6/common/ResAuthEnum;)V]
ResourceRef.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setDescription:(Ljava/lang/String;)V]
ResourceRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setHref:(Ljava/lang/String;)V]
ResourceRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setId:(Ljava/lang/String;)V]
ResourceRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setIdref:(Ljava/lang/Object;)V]
ResourceRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setLabel:(Ljava/lang/String;)V]
ResourceRef.setLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setLink:(Ljava/lang/String;)V]
ResourceRef.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setName:(Ljava/lang/String;)V]
ResourceRef.setResourceRefTypeString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setResourceRefTypeString:(Ljava/lang/String;)V]
ResourceRef.setResSharingScope ( ResSharingScopeEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setResSharingScope:(Lorg/apache/openejb/jee/was/v6/common/ResSharingScopeEnum;)V]
ResourceRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setType:(Ljavax/xml/namespace/QName;)V]
ResourceRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setUuid:(Ljava/lang/String;)V]
ResourceRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/ResourceRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResourceRefBinding.class
package org.apache.openejb.jee.was.v6.commonbnd
ResourceRefBinding.getBindingResourceRef ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getBindingResourceRef:()Ljava/lang/String;]
ResourceRefBinding.getBindingResourceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getBindingResourceRefs:()Ljava/util/List;]
ResourceRefBinding.getDefaultAuths ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getDefaultAuths:()Ljava/util/List;]
ResourceRefBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getExtensions:()Ljava/util/List;]
ResourceRefBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getHref:()Ljava/lang/String;]
ResourceRefBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getId:()Ljava/lang/String;]
ResourceRefBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getIdref:()Ljava/lang/Object;]
ResourceRefBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getJndiName:()Ljava/lang/String;]
ResourceRefBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getLabel:()Ljava/lang/String;]
ResourceRefBinding.getLoginConfigurationName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getLoginConfigurationName:()Ljava/lang/String;]
ResourceRefBinding.getProperties ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getProperties:()Ljava/util/List;]
ResourceRefBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getType:()Ljavax/xml/namespace/QName;]
ResourceRefBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getUuid:()Ljava/lang/String;]
ResourceRefBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.getVersion:()Ljava/lang/String;]
ResourceRefBinding.ResourceRefBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding."<init>":()V]
ResourceRefBinding.setBindingResourceRef ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setBindingResourceRef:(Ljava/lang/String;)V]
ResourceRefBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setHref:(Ljava/lang/String;)V]
ResourceRefBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setId:(Ljava/lang/String;)V]
ResourceRefBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setIdref:(Ljava/lang/Object;)V]
ResourceRefBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setJndiName:(Ljava/lang/String;)V]
ResourceRefBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setLabel:(Ljava/lang/String;)V]
ResourceRefBinding.setLoginConfigurationName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setLoginConfigurationName:(Ljava/lang/String;)V]
ResourceRefBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setType:(Ljavax/xml/namespace/QName;)V]
ResourceRefBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setUuid:(Ljava/lang/String;)V]
ResourceRefBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/commonbnd/ResourceRefBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ResSharingScopeEnum.class
package org.apache.openejb.jee.was.v6.common
ResSharingScopeEnum.fromValue ( String v ) [static] : ResSharingScopeEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResSharingScopeEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/ResSharingScopeEnum;]
ResSharingScopeEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/ResSharingScopeEnum.value:()Ljava/lang/String;]
ResSharingScopeEnum.valueOf ( String name ) [static] : ResSharingScopeEnum
[run-time name: org/apache/openejb/jee/was/v6/common/ResSharingScopeEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/common/ResSharingScopeEnum;]
ResSharingScopeEnum.values ( ) [static] : ResSharingScopeEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/common/ResSharingScopeEnum.values:()[Lorg/apache/openejb/jee/was/v6/common/ResSharingScopeEnum;]
openejb-jee-3.1.3.jar, ReturnTypeMappingEnum.class
package org.apache.openejb.jee.was.v6.ejb
ReturnTypeMappingEnum.fromValue ( String v ) [static] : ReturnTypeMappingEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum;]
ReturnTypeMappingEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum.value:()Ljava/lang/String;]
ReturnTypeMappingEnum.valueOf ( String name ) [static] : ReturnTypeMappingEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum;]
ReturnTypeMappingEnum.values ( ) [static] : ReturnTypeMappingEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/ReturnTypeMappingEnum;]
openejb-jee-3.1.3.jar, RoleSource.class
package org.apache.openejb.jee.was.v6.ejb
RoleSource.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getDescription:()Ljava/lang/String;]
RoleSource.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getDescriptions:()Ljava/util/List;]
RoleSource.getEntityBean ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getEntityBean:()Ljava/lang/String;]
RoleSource.getEntityBeans ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getEntityBeans:()Ljava/util/List;]
RoleSource.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getExtensions:()Ljava/util/List;]
RoleSource.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getHref:()Ljava/lang/String;]
RoleSource.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getId:()Ljava/lang/String;]
RoleSource.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getIdref:()Ljava/lang/Object;]
RoleSource.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getLabel:()Ljava/lang/String;]
RoleSource.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getType:()Ljavax/xml/namespace/QName;]
RoleSource.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getUuid:()Ljava/lang/String;]
RoleSource.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.getVersion:()Ljava/lang/String;]
RoleSource.RoleSource ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource."<init>":()V]
RoleSource.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setDescription:(Ljava/lang/String;)V]
RoleSource.setEntityBean ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setEntityBean:(Ljava/lang/String;)V]
RoleSource.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setHref:(Ljava/lang/String;)V]
RoleSource.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setId:(Ljava/lang/String;)V]
RoleSource.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setIdref:(Ljava/lang/Object;)V]
RoleSource.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setLabel:(Ljava/lang/String;)V]
RoleSource.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setType:(Ljavax/xml/namespace/QName;)V]
RoleSource.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setUuid:(Ljava/lang/String;)V]
RoleSource.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/RoleSource.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, RunAsSpecifiedIdentity.class
package org.apache.openejb.jee.was.v6.common
RunAsSpecifiedIdentity.getIdentities ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/RunAsSpecifiedIdentity.getIdentities:()Ljava/util/List;]
RunAsSpecifiedIdentity.RunAsSpecifiedIdentity ( )
[run-time name: org/apache/openejb/jee/was/v6/common/RunAsSpecifiedIdentity."<init>":()V]
openejb-jee-3.1.3.jar, SecurityIdentity.class
package org.apache.openejb.jee.was.v6.common
SecurityIdentity.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getDescription:()Ljava/lang/String;]
SecurityIdentity.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getDescriptions:()Ljava/util/List;]
SecurityIdentity.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getExtensions:()Ljava/util/List;]
SecurityIdentity.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getHref:()Ljava/lang/String;]
SecurityIdentity.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getId:()Ljava/lang/String;]
SecurityIdentity.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getIdref:()Ljava/lang/Object;]
SecurityIdentity.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getLabel:()Ljava/lang/String;]
SecurityIdentity.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getType:()Ljavax/xml/namespace/QName;]
SecurityIdentity.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getUuid:()Ljava/lang/String;]
SecurityIdentity.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.getVersion:()Ljava/lang/String;]
SecurityIdentity.SecurityIdentity ( )
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity."<init>":()V]
SecurityIdentity.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setDescription:(Ljava/lang/String;)V]
SecurityIdentity.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setHref:(Ljava/lang/String;)V]
SecurityIdentity.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setId:(Ljava/lang/String;)V]
SecurityIdentity.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setIdref:(Ljava/lang/Object;)V]
SecurityIdentity.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setLabel:(Ljava/lang/String;)V]
SecurityIdentity.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setType:(Ljavax/xml/namespace/QName;)V]
SecurityIdentity.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setUuid:(Ljava/lang/String;)V]
SecurityIdentity.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityIdentity.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, SecurityRole.class
package org.apache.openejb.jee.was.v6.common
SecurityRole.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getDescription:()Ljava/lang/String;]
SecurityRole.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getDescriptions:()Ljava/util/List;]
SecurityRole.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getExtensions:()Ljava/util/List;]
SecurityRole.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getHref:()Ljava/lang/String;]
SecurityRole.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getId:()Ljava/lang/String;]
SecurityRole.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getIdref:()Ljava/lang/Object;]
SecurityRole.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getLabel:()Ljava/lang/String;]
SecurityRole.getRoleName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getRoleName:()Ljava/lang/String;]
SecurityRole.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getType:()Ljavax/xml/namespace/QName;]
SecurityRole.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getUuid:()Ljava/lang/String;]
SecurityRole.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.getVersion:()Ljava/lang/String;]
SecurityRole.SecurityRole ( )
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole."<init>":()V]
SecurityRole.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setDescription:(Ljava/lang/String;)V]
SecurityRole.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setHref:(Ljava/lang/String;)V]
SecurityRole.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setId:(Ljava/lang/String;)V]
SecurityRole.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setIdref:(Ljava/lang/Object;)V]
SecurityRole.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setLabel:(Ljava/lang/String;)V]
SecurityRole.setRoleName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setRoleName:(Ljava/lang/String;)V]
SecurityRole.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setType:(Ljavax/xml/namespace/QName;)V]
SecurityRole.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setUuid:(Ljava/lang/String;)V]
SecurityRole.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRole.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, SecurityRoleRef.class
package org.apache.openejb.jee.was.v6.common
SecurityRoleRef.getDescription ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getDescription:()Ljava/lang/String;]
SecurityRoleRef.getDescriptions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getDescriptions:()Ljava/util/List;]
SecurityRoleRef.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getExtensions:()Ljava/util/List;]
SecurityRoleRef.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getHref:()Ljava/lang/String;]
SecurityRoleRef.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getId:()Ljava/lang/String;]
SecurityRoleRef.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getIdref:()Ljava/lang/Object;]
SecurityRoleRef.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getLabel:()Ljava/lang/String;]
SecurityRoleRef.getLink ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getLink:()Ljava/lang/String;]
SecurityRoleRef.getName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getName:()Ljava/lang/String;]
SecurityRoleRef.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getType:()Ljavax/xml/namespace/QName;]
SecurityRoleRef.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getUuid:()Ljava/lang/String;]
SecurityRoleRef.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.getVersion:()Ljava/lang/String;]
SecurityRoleRef.SecurityRoleRef ( )
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef."<init>":()V]
SecurityRoleRef.setDescription ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setDescription:(Ljava/lang/String;)V]
SecurityRoleRef.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setHref:(Ljava/lang/String;)V]
SecurityRoleRef.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setId:(Ljava/lang/String;)V]
SecurityRoleRef.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setIdref:(Ljava/lang/Object;)V]
SecurityRoleRef.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setLabel:(Ljava/lang/String;)V]
SecurityRoleRef.setLink ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setLink:(Ljava/lang/String;)V]
SecurityRoleRef.setName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setName:(Ljava/lang/String;)V]
SecurityRoleRef.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setType:(Ljavax/xml/namespace/QName;)V]
SecurityRoleRef.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setUuid:(Ljava/lang/String;)V]
SecurityRoleRef.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/common/SecurityRoleRef.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ServiceRef.class
package org.apache.openejb.jee.was.v6.wsclient
ServiceRef.getHandlers ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getHandlers:()Ljava/util/List;]
ServiceRef.getJaxrpcMappingFile ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getJaxrpcMappingFile:()Ljava/lang/String;]
ServiceRef.getPortComponentRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getPortComponentRefs:()Ljava/util/List;]
ServiceRef.getServiceInterfaces ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getServiceInterfaces:()Ljava/util/List;]
ServiceRef.getServiceInterfaceString ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getServiceInterfaceString:()Ljava/lang/String;]
ServiceRef.getServiceQnames ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getServiceQnames:()Ljava/util/List;]
ServiceRef.getServiceRefName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getServiceRefName:()Ljava/lang/String;]
ServiceRef.getWsdlFile ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.getWsdlFile:()Ljava/lang/String;]
ServiceRef.ServiceRef ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef."<init>":()V]
ServiceRef.setJaxrpcMappingFile ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.setJaxrpcMappingFile:(Ljava/lang/String;)V]
ServiceRef.setServiceInterfaceString ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.setServiceInterfaceString:(Ljava/lang/String;)V]
ServiceRef.setServiceRefName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.setServiceRefName:(Ljava/lang/String;)V]
ServiceRef.setWsdlFile ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/ServiceRef.setWsdlFile:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, ServiceRefBinding.class
package org.apache.openejb.jee.was.v6.webservice.clientbnd
ServiceRefBinding.getBindingServiceRef ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getBindingServiceRef:()Ljava/lang/String;]
ServiceRefBinding.getBindingServiceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getBindingServiceRefs:()Ljava/util/List;]
ServiceRefBinding.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getExtensions:()Ljava/util/List;]
ServiceRefBinding.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getHref:()Ljava/lang/String;]
ServiceRefBinding.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getId:()Ljava/lang/String;]
ServiceRefBinding.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getIdref:()Ljava/lang/Object;]
ServiceRefBinding.getJndiName ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getJndiName:()Ljava/lang/String;]
ServiceRefBinding.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getLabel:()Ljava/lang/String;]
ServiceRefBinding.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getType:()Ljavax/xml/namespace/QName;]
ServiceRefBinding.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getUuid:()Ljava/lang/String;]
ServiceRefBinding.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.getVersion:()Ljava/lang/String;]
ServiceRefBinding.ServiceRefBinding ( )
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding."<init>":()V]
ServiceRefBinding.setBindingServiceRef ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setBindingServiceRef:(Ljava/lang/String;)V]
ServiceRefBinding.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setHref:(Ljava/lang/String;)V]
ServiceRefBinding.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setId:(Ljava/lang/String;)V]
ServiceRefBinding.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setIdref:(Ljava/lang/Object;)V]
ServiceRefBinding.setJndiName ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setJndiName:(Ljava/lang/String;)V]
ServiceRefBinding.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setLabel:(Ljava/lang/String;)V]
ServiceRefBinding.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setType:(Ljavax/xml/namespace/QName;)V]
ServiceRefBinding.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setUuid:(Ljava/lang/String;)V]
ServiceRefBinding.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/webservice/clientbnd/ServiceRefBinding.setVersion:(Ljava/lang/String;)V]
openejb-jee-3.1.3.jar, Session.class
package org.apache.openejb.jee.was.v6.ejb
Session.getServiceEndpoint ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.getServiceEndpoint:()Ljava/lang/String;]
Session.getServiceEndpoints ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.getServiceEndpoints:()Ljava/util/List;]
Session.getSessionType ( ) : SessionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.getSessionType:()Lorg/apache/openejb/jee/was/v6/ejb/SessionEnum;]
Session.getTransactionType ( ) : TransactionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.getTransactionType:()Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;]
Session.Session ( )
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session."<init>":()V]
Session.setServiceEndpoint ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.setServiceEndpoint:(Ljava/lang/String;)V]
Session.setSessionType ( SessionEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.setSessionType:(Lorg/apache/openejb/jee/was/v6/ejb/SessionEnum;)V]
Session.setTransactionType ( TransactionEnum value ) : void
[run-time name: org/apache/openejb/jee/was/v6/ejb/Session.setTransactionType:(Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;)V]
openejb-jee-3.1.3.jar, SessionBean.class
package org.apache.openejb.jee
SessionBean.getLocalBean ( ) : EmptyType
[run-time name: org/apache/openejb/jee/SessionBean.getLocalBean:()Lorg/apache/openejb/jee/EmptyType;]
SessionBean.setLocalBean ( EmptyType localBean ) : void
[run-time name: org/apache/openejb/jee/SessionBean.setLocalBean:(Lorg/apache/openejb/jee/EmptyType;)V]
openejb-jee-3.1.3.jar, SessionBeanType.class
package org.apache.openejb.jee.oejb2
SessionBeanType.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/jee/oejb2/SessionBeanType.getProperties:()Ljava/util/Properties;]
openejb-jee-3.1.3.jar, SessionEnum.class
package org.apache.openejb.jee.was.v6.ejb
SessionEnum.fromValue ( String v ) [static] : SessionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/SessionEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/SessionEnum;]
SessionEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/SessionEnum.value:()Ljava/lang/String;]
SessionEnum.valueOf ( String name ) [static] : SessionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/SessionEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/SessionEnum;]
SessionEnum.values ( ) [static] : SessionEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/SessionEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/SessionEnum;]
openejb-jee-3.1.3.jar, SubscriptionDurabilityEnum.class
package org.apache.openejb.jee.was.v6.ejb
SubscriptionDurabilityEnum.fromValue ( String v ) [static] : SubscriptionDurabilityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum;]
SubscriptionDurabilityEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum.value:()Ljava/lang/String;]
SubscriptionDurabilityEnum.valueOf ( String name ) [static] : SubscriptionDurabilityEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum;]
SubscriptionDurabilityEnum.values ( ) [static] : SubscriptionDurabilityEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/SubscriptionDurabilityEnum;]
openejb-jee-3.1.3.jar, TransactionAttributeEnum.class
package org.apache.openejb.jee.was.v6.ejb
TransactionAttributeEnum.fromValue ( String v ) [static] : TransactionAttributeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum;]
TransactionAttributeEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum.value:()Ljava/lang/String;]
TransactionAttributeEnum.valueOf ( String name ) [static] : TransactionAttributeEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum;]
TransactionAttributeEnum.values ( ) [static] : TransactionAttributeEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/TransactionAttributeEnum;]
openejb-jee-3.1.3.jar, TransactionEnum.class
package org.apache.openejb.jee.was.v6.ejb
TransactionEnum.fromValue ( String v ) [static] : TransactionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionEnum.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;]
TransactionEnum.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionEnum.value:()Ljava/lang/String;]
TransactionEnum.valueOf ( String name ) [static] : TransactionEnum
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionEnum.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;]
TransactionEnum.values ( ) [static] : TransactionEnum[ ]
[run-time name: org/apache/openejb/jee/was/v6/ejb/TransactionEnum.values:()[Lorg/apache/openejb/jee/was/v6/ejb/TransactionEnum;]
openejb-jee-3.1.3.jar, UseCallerIdentity.class
package org.apache.openejb.jee.was.v6.common
UseCallerIdentity.UseCallerIdentity ( )
[run-time name: org/apache/openejb/jee/was/v6/common/UseCallerIdentity."<init>":()V]
openejb-jee-3.1.3.jar, WebServicesClient.class
package org.apache.openejb.jee.was.v6.wsclient
WebServicesClient.getComponentScopedRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getComponentScopedRefs:()Ljava/util/List;]
WebServicesClient.getExtensions ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getExtensions:()Ljava/util/List;]
WebServicesClient.getHref ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getHref:()Ljava/lang/String;]
WebServicesClient.getId ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getId:()Ljava/lang/String;]
WebServicesClient.getIdref ( ) : Object
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getIdref:()Ljava/lang/Object;]
WebServicesClient.getLabel ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getLabel:()Ljava/lang/String;]
WebServicesClient.getServiceRefs ( ) : java.util.List
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getServiceRefs:()Ljava/util/List;]
WebServicesClient.getType ( ) : javax.xml.namespace.QName
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getType:()Ljavax/xml/namespace/QName;]
WebServicesClient.getUuid ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getUuid:()Ljava/lang/String;]
WebServicesClient.getVersion ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.getVersion:()Ljava/lang/String;]
WebServicesClient.setHref ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setHref:(Ljava/lang/String;)V]
WebServicesClient.setId ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setId:(Ljava/lang/String;)V]
WebServicesClient.setIdref ( Object value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setIdref:(Ljava/lang/Object;)V]
WebServicesClient.setLabel ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setLabel:(Ljava/lang/String;)V]
WebServicesClient.setType ( javax.xml.namespace.QName value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setType:(Ljavax/xml/namespace/QName;)V]
WebServicesClient.setUuid ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setUuid:(Ljava/lang/String;)V]
WebServicesClient.setVersion ( String value ) : void
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient.setVersion:(Ljava/lang/String;)V]
WebServicesClient.WebServicesClient ( )
[run-time name: org/apache/openejb/jee/was/v6/wsclient/WebServicesClient."<init>":()V]
openejb-loader-3.1.3.jar, JarLocation.class
package org.apache.openejb.loader
JarLocation.decode ( String fileName ) [static] : String
[run-time name: org/apache/openejb/loader/JarLocation.decode:(Ljava/lang/String;)Ljava/lang/String;]
openejb-loader-3.1.3.jar, Options.class
package org.apache.openejb.loader
Options.get ( String property, Object defaultValue ) : Object
[run-time name: org/apache/openejb/loader/Options.get:(Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object;]
Options.getProperties ( ) : java.util.Properties
[run-time name: org/apache/openejb/loader/Options.getProperties:()Ljava/util/Properties;]
openejb-multicast-3.1.3.jar, Builder.class
package org.apache.openejb.server.discovery
Tracker.Builder.build ( ) : Tracker
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.build:()Lorg/apache/openejb/server/discovery/Tracker;]
Tracker.Builder.getExponentialBackoff ( ) : long
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getExponentialBackoff:()J]
Tracker.Builder.getGroup ( ) : String
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getGroup:()Ljava/lang/String;]
Tracker.Builder.getHeartRate ( ) : long
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getHeartRate:()J]
Tracker.Builder.getMaxMissedHeartbeats ( ) : int
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getMaxMissedHeartbeats:()I]
Tracker.Builder.getMaxReconnectAttempts ( ) : int
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getMaxReconnectAttempts:()I]
Tracker.Builder.getMaxReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getMaxReconnectDelay:()J]
Tracker.Builder.getReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.getReconnectDelay:()J]
Tracker.Builder.setExponentialBackoff ( long exponentialBackoff ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setExponentialBackoff:(J)V]
Tracker.Builder.setGroup ( String group ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setGroup:(Ljava/lang/String;)V]
Tracker.Builder.setHeartRate ( long heartRate ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setHeartRate:(J)V]
Tracker.Builder.setMaxMissedHeartbeats ( int maxMissedHeartbeats ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setMaxMissedHeartbeats:(I)V]
Tracker.Builder.setMaxReconnectAttempts ( int maxReconnectAttempts ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setMaxReconnectAttempts:(I)V]
Tracker.Builder.setMaxReconnectDelay ( long maxReconnectDelay ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setMaxReconnectDelay:(J)V]
Tracker.Builder.setReconnectDelay ( long reconnectDelay ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder.setReconnectDelay:(J)V]
Tracker.Builder.Tracker.Builder ( )
[run-time name: org/apache/openejb/server/discovery/Tracker.Builder."<init>":()V]
openejb-multicast-3.1.3.jar, Calc.class
package org.apache.openejb.server.discovery
EchoNet.Calc.EchoNet.Calc ( )
[run-time name: org/apache/openejb/server/discovery/EchoNet.Calc."<init>":()V]
EchoNet.Calc.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/server/discovery/EchoNet.Calc.main:([Ljava/lang/String;)V]
openejb-multicast-3.1.3.jar, DiscoveryService.class
package org.apache.openejb.server.discovery
DiscoveryService.DiscoveryService ( )
[run-time name: org/apache/openejb/server/discovery/DiscoveryService."<init>":()V]
openejb-multicast-3.1.3.jar, EchoNet.class
package org.apache.openejb.server.discovery
EchoNet._main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/server/discovery/EchoNet._main:([Ljava/lang/String;)V]
EchoNet.EchoNet ( )
[run-time name: org/apache/openejb/server/discovery/EchoNet."<init>":()V]
EchoNet.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/server/discovery/EchoNet.main:([Ljava/lang/String;)V]
openejb-multicast-3.1.3.jar, MultipointDiscoveryAgent.class
package org.apache.openejb.server.discovery
MultipointDiscoveryAgent.getHost ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getHost:()Ljava/lang/String;]
MultipointDiscoveryAgent.getInitialServers ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getInitialServers:()Ljava/lang/String;]
MultipointDiscoveryAgent.getIP ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getIP:()Ljava/lang/String;]
MultipointDiscoveryAgent.getName ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getName:()Ljava/lang/String;]
MultipointDiscoveryAgent.getPort ( ) : int
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.getPort:()I]
MultipointDiscoveryAgent.init ( java.util.Properties props ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.init:(Ljava/util/Properties;)V]
MultipointDiscoveryAgent.main ( String[ ] args ) [static] : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.main:([Ljava/lang/String;)V]
MultipointDiscoveryAgent.MultipointDiscoveryAgent ( )
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent."<init>":()V]
MultipointDiscoveryAgent.registerService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.registerService:(Ljava/net/URI;)V]
MultipointDiscoveryAgent.reportFailed ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.reportFailed:(Ljava/net/URI;)V]
MultipointDiscoveryAgent.service ( java.io.InputStream in, java.io.OutputStream out ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.service:(Ljava/io/InputStream;Ljava/io/OutputStream;)V]
MultipointDiscoveryAgent.service ( java.net.Socket socket ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.service:(Ljava/net/Socket;)V]
MultipointDiscoveryAgent.setDiscoveryListener ( org.apache.openejb.server.DiscoveryListener listener ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
MultipointDiscoveryAgent.setHost ( String host ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.setHost:(Ljava/lang/String;)V]
MultipointDiscoveryAgent.start ( ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.start:()V]
MultipointDiscoveryAgent.stop ( ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.stop:()V]
MultipointDiscoveryAgent.unregisterService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointDiscoveryAgent.unregisterService:(Ljava/net/URI;)V]
openejb-multicast-3.1.3.jar, MultipointServer.class
package org.apache.openejb.server.discovery
MultipointServer.connect ( int port ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.connect:(I)V]
MultipointServer.connect ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.connect:(Ljava/net/URI;)V]
MultipointServer.connect ( MultipointServer s ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.connect:(Lorg/apache/openejb/server/discovery/MultipointServer;)V]
MultipointServer.MultipointServer ( int port, Tracker tracker )
[run-time name: org/apache/openejb/server/discovery/MultipointServer."<init>":(ILorg/apache/openejb/server/discovery/Tracker;)V]
MultipointServer.MultipointServer ( String host, int port, Tracker tracker )
[run-time name: org/apache/openejb/server/discovery/MultipointServer."<init>":(Ljava/lang/String;ILorg/apache/openejb/server/discovery/Tracker;)V]
MultipointServer.start ( ) : MultipointServer
[run-time name: org/apache/openejb/server/discovery/MultipointServer.start:()Lorg/apache/openejb/server/discovery/MultipointServer;]
MultipointServer.stop ( ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.stop:()V]
openejb-multicast-3.1.3.jar, Service.class
package org.apache.openejb.server.discovery
Tracker.Service.Tracker.Service ( Tracker uri, java.net.URI p2 )
[run-time name: org/apache/openejb/server/discovery/Tracker.Service."<init>":(Lorg/apache/openejb/server/discovery/Tracker;Ljava/net/URI;)V]
Tracker.Service.Tracker.Service ( Tracker uriString, String p2 )
[run-time name: org/apache/openejb/server/discovery/Tracker.Service."<init>":(Lorg/apache/openejb/server/discovery/Tracker;Ljava/lang/String;)V]
openejb-multicast-3.1.3.jar, Session.class
package org.apache.openejb.server.discovery
MultipointServer.Session.drain ( ) : boolean
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.drain:()Z]
MultipointServer.Session.MultipointServer.Session ( MultipointServer channel, java.nio.channels.SocketChannel address, java.net.InetSocketAddress uri, java.net.URI p4 )
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session."<init>":(Lorg/apache/openejb/server/discovery/MultipointServer;Ljava/nio/channels/SocketChannel;Ljava/net/InetSocketAddress;Ljava/net/URI;)V]
MultipointServer.Session.ops ( int ops ) : MultipointServer.Session
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.ops:(I)Lorg/apache/openejb/server/discovery/MultipointServer$Session;]
MultipointServer.Session.read ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.read:()Ljava/lang/String;]
MultipointServer.Session.setURI ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.setURI:(Ljava/net/URI;)V]
MultipointServer.Session.state ( int ops, MultipointServer.State state ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.state:(ILorg/apache/openejb/server/discovery/MultipointServer$State;)V]
MultipointServer.Session.tick ( ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.tick:()V]
MultipointServer.Session.toString ( ) : String
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.toString:()Ljava/lang/String;]
MultipointServer.Session.write ( java.net.URI uri ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.write:(Ljava/net/URI;)V]
MultipointServer.Session.write ( java.util.Collection uris ) : void
[run-time name: org/apache/openejb/server/discovery/MultipointServer.Session.write:(Ljava/util/Collection;)V]
openejb-multicast-3.1.3.jar, Tracker.class
package org.apache.openejb.server.discovery
Tracker.checkServices ( ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.checkServices:()V]
Tracker.getHeartRate ( ) : long
[run-time name: org/apache/openejb/server/discovery/Tracker.getHeartRate:()J]
Tracker.getRegisteredServices ( ) : java.util.Set
[run-time name: org/apache/openejb/server/discovery/Tracker.getRegisteredServices:()Ljava/util/Set;]
Tracker.processData ( String uriString ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.processData:(Ljava/lang/String;)V]
Tracker.registerService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.registerService:(Ljava/net/URI;)V]
Tracker.reportFailed ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.reportFailed:(Ljava/net/URI;)V]
Tracker.setDiscoveryListener ( org.apache.openejb.server.DiscoveryListener discoveryListener ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.setDiscoveryListener:(Lorg/apache/openejb/server/DiscoveryListener;)V]
Tracker.Tracker ( String group, long heartRate, int maxMissedHeartbeats, long reconnectDelay, long maxReconnectDelay, int maxReconnectAttempts, long exponentialBackoff )
[run-time name: org/apache/openejb/server/discovery/Tracker."<init>":(Ljava/lang/String;JIJJIJ)V]
Tracker.unregisterService ( java.net.URI serviceUri ) : void
[run-time name: org/apache/openejb/server/discovery/Tracker.unregisterService:(Ljava/net/URI;)V]
openejb-server-3.1.3.jar, Activator.class
package org.apache.openejb.server.osgi
Activator.Activator ( )
[run-time name: org/apache/openejb/server/osgi/Activator."<init>":()V]
Activator.start ( org.osgi.framework.BundleContext bundleContext ) : void
[run-time name: org/apache/openejb/server/osgi/Activator.start:(Lorg/osgi/framework/BundleContext;)V]
Activator.stop ( org.osgi.framework.BundleContext bundleContext ) : void
[run-time name: org/apache/openejb/server/osgi/Activator.stop:(Lorg/osgi/framework/BundleContext;)V]
openejb-server-3.1.3.jar, Server.class
package org.apache.openejb.server
Server.getInstance ( ) [static] : Server
[run-time name: org/apache/openejb/server/Server.getInstance:()Lorg/apache/openejb/server/Server;]
openejb-server-3.1.3.jar, ServiceFinder.class
package org.apache.openejb.server
SimpleServiceManager.ServiceFinder.mapAvailableServices ( Class interfase ) : java.util.Map
[run-time name: org/apache/openejb/server/SimpleServiceManager.ServiceFinder.mapAvailableServices:(Ljava/lang/Class;)Ljava/util/Map;]
SimpleServiceManager.ServiceFinder.SimpleServiceManager.ServiceFinder ( String basePath )
[run-time name: org/apache/openejb/server/SimpleServiceManager.ServiceFinder."<init>":(Ljava/lang/String;)V]
SimpleServiceManager.ServiceFinder.SimpleServiceManager.ServiceFinder ( String basePath, ClassLoader classLoader )
[run-time name: org/apache/openejb/server/SimpleServiceManager.ServiceFinder."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;)V]
openejb-server-3.1.3.jar, ServiceManager.class
package org.apache.openejb.server
ServiceManager.initServer ( String serviceName, java.util.Properties serviceProperties ) : ServerService
[run-time name: org/apache/openejb/server/ServiceManager.initServer:(Ljava/lang/String;Ljava/util/Properties;)Lorg/apache/openejb/server/ServerService;]
ServiceManager.initServers ( java.util.Map availableServices ) : java.util.List
[run-time name: org/apache/openejb/server/ServiceManager.initServers:(Ljava/util/Map;)Ljava/util/List;]
ServiceManager.setServiceManager ( ServiceManager newManager ) [static] : void
[run-time name: org/apache/openejb/server/ServiceManager.setServiceManager:(Lorg/apache/openejb/server/ServiceManager;)V]
openejb-server-3.1.3.jar, ServiceManagerExtender.class
package org.apache.openejb.server.osgi
ServiceManagerExtender.addedServers ( org.osgi.framework.Bundle bundle, java.util.Map resources ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.addedServers:(Lorg/osgi/framework/Bundle;Ljava/util/Map;)V]
ServiceManagerExtender.init ( ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.init:()V]
ServiceManagerExtender.removedServers ( org.osgi.framework.Bundle bundle ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.removedServers:(Lorg/osgi/framework/Bundle;)V]
ServiceManagerExtender.ServiceManagerExtender ( org.osgi.framework.BundleContext bundleContext )
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender."<init>":(Lorg/osgi/framework/BundleContext;)V]
ServiceManagerExtender.shutdown ( ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.shutdown:()V]
ServiceManagerExtender.start ( boolean block ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.start:(Z)V]
ServiceManagerExtender.stop ( ) : void
[run-time name: org/apache/openejb/server/osgi/ServiceManagerExtender.stop:()V]
openejb-server-3.1.3.jar, SimpleServiceManager.class
package org.apache.openejb.server
SimpleServiceManager.init ( ) : void
[run-time name: org/apache/openejb/server/SimpleServiceManager.init:()V]
SimpleServiceManager.SimpleServiceManager ( )
[run-time name: org/apache/openejb/server/SimpleServiceManager."<init>":()V]
SimpleServiceManager.start ( boolean block ) : void
[run-time name: org/apache/openejb/server/SimpleServiceManager.start:(Z)V]
SimpleServiceManager.stop ( ) : void
[run-time name: org/apache/openejb/server/SimpleServiceManager.stop:()V]
to the top
Removed Methods (63)
openejb-client-3.1.2.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;]
openejb-client-3.1.2.jar, Pool.class
package org.apache.openejb.client
SocketConnectionFactory.Pool.SocketConnectionFactory.Pool ( int size, long timeout )
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Pool."<init>":(IJ)V]
openejb-core-3.1.2.jar, AbstractSecurityService.class
package org.apache.openejb.core.security
AbstractSecurityService.getRunAsSubject ( org.apache.openejb.core.CoreDeploymentInfo callingDeploymentInfo ) : javax.security.auth.Subject
[run-time name: org/apache/openejb/core/security/AbstractSecurityService.getRunAsSubject:(Lorg/apache/openejb/core/CoreDeploymentInfo;)Ljavax/security/auth/Subject;]
openejb-core-3.1.2.jar, BaseEjbProxyHandler.class
package org.apache.openejb.core.ivm
BaseEjbProxyHandler.getDeploymentInfo ( ) : org.apache.openejb.core.CoreDeploymentInfo
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.getDeploymentInfo:()Lorg/apache/openejb/core/CoreDeploymentInfo;]
BaseEjbProxyHandler.setDeploymentInfo ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void
[run-time name: org/apache/openejb/core/ivm/BaseEjbProxyHandler.setDeploymentInfo:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
openejb-core-3.1.2.jar, CoreDeploymentInfo.class
package org.apache.openejb.core
CoreDeploymentInfo.getAllInterceptors ( ) : java.util.Set
[run-time name: org/apache/openejb/core/CoreDeploymentInfo.getAllInterceptors:()Ljava/util/Set;]
openejb-core-3.1.2.jar, DirectoryMonitor.class
package org.apache.openejb.util
DirectoryMonitor.DirectoryMonitor ( java.io.File directory, DirectoryMonitor.Listener listener, int pollIntervalMillis, Logger logger )
[run-time name: org/apache/openejb/util/DirectoryMonitor."<init>":(Ljava/io/File;Lorg/apache/openejb/util/DirectoryMonitor$Listener;ILorg/apache/openejb/util/Logger;)V]
DirectoryMonitor.getDirectory ( ) : java.io.File
[run-time name: org/apache/openejb/util/DirectoryMonitor.getDirectory:()Ljava/io/File;]
DirectoryMonitor.isRunning ( ) : boolean
[run-time name: org/apache/openejb/util/DirectoryMonitor.isRunning:()Z]
DirectoryMonitor.run ( ) : void
[run-time name: org/apache/openejb/util/DirectoryMonitor.run:()V]
DirectoryMonitor.scanDirectory ( ) : void
[run-time name: org/apache/openejb/util/DirectoryMonitor.scanDirectory:()V]
openejb-core-3.1.2.jar, Duration.class
package org.apache.openejb.util
Duration.hashCode ( ) : int
[run-time name: org/apache/openejb/util/Duration.hashCode:()I]
openejb-core-3.1.2.jar, JtaEntityManager.class
package org.apache.openejb.persistence
JtaEntityManager.JtaEntityManager ( JtaEntityManagerRegistry registry, javax.persistence.EntityManagerFactory entityManagerFactory, java.util.Map properties, boolean extended )
[run-time name: org/apache/openejb/persistence/JtaEntityManager."<init>":(Lorg/apache/openejb/persistence/JtaEntityManagerRegistry;Ljavax/persistence/EntityManagerFactory;Ljava/util/Map;Z)V]
openejb-core-3.1.2.jar, OpenEjbBrokerFactory.class
package org.apache.openejb.resource.activemq
OpenEjbBrokerFactory.createBroker ( java.net.URI brokerURI ) : org.apache.activemq.broker.BrokerService
[run-time name: org/apache/openejb/resource/activemq/OpenEjbBrokerFactory.createBroker:(Ljava/net/URI;)Lorg/apache/activemq/broker/BrokerService;]
OpenEjbBrokerFactory.OpenEjbBrokerFactory ( )
[run-time name: org/apache/openejb/resource/activemq/OpenEjbBrokerFactory."<init>":()V]
OpenEjbBrokerFactory.setThreadProperties ( java.util.Properties value ) [static] : void
[run-time name: org/apache/openejb/resource/activemq/OpenEjbBrokerFactory.setThreadProperties:(Ljava/util/Properties;)V]
openejb-core-3.1.2.jar, PassthroughFactory.class
package org.apache.openejb
InjectionProcessor.PassthroughFactory.create ( Object instance ) [static] : Object
[run-time name: org/apache/openejb/InjectionProcessor.PassthroughFactory.create:(Ljava/lang/Object;)Ljava/lang/Object;]
InjectionProcessor.PassthroughFactory.InjectionProcessor.PassthroughFactory ( )
[run-time name: org/apache/openejb/InjectionProcessor.PassthroughFactory."<init>":()V]
openejb-core-3.1.2.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.2.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.2.jar, StatelessInstanceManager.class
package org.apache.openejb.core.stateless
StatelessInstanceManager.discardInstance ( org.apache.openejb.core.ThreadContext callContext ) : void
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.discardInstance:(Lorg/apache/openejb/core/ThreadContext;)V]
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-cxf-3.1.2.jar, CxfEndpoint.class
package org.apache.openejb.server.cxf
CxfEndpoint.CxfEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port, javax.naming.Context context, Object implementor )
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Ljavax/naming/Context;Ljava/lang/Object;)V]
CxfEndpoint.getEndpointReference ( Class clazz, org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint.getEndpointReference:(Ljava/lang/Class;[Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
CxfEndpoint.getEndpointReference ( org.w3c.dom.Element[ ] referenceParameters ) : javax.xml.ws.EndpointReference
[run-time name: org/apache/openejb/server/cxf/CxfEndpoint.getEndpointReference:([Lorg/w3c/dom/Element;)Ljavax/xml/ws/EndpointReference;]
openejb-cxf-3.1.2.jar, EjbEndpoint.class
package org.apache.openejb.server.cxf.ejb
EjbEndpoint.EjbEndpoint ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData portData, org.apache.openejb.DeploymentInfo deploymentInfo )
[run-time name: org/apache/openejb/server/cxf/ejb/EjbEndpoint."<init>":(Lorg/apache/cxf/Bus;Lorg/apache/openejb/core/webservices/PortData;Lorg/apache/openejb/DeploymentInfo;)V]
openejb-jee-3.1.2.jar, Field.class
package org.apache.openejb.jee.was.v6.java
Field.getJavaVisibility ( ) : JavaVisibilityKind
[run-time name: org/apache/openejb/jee/was/v6/java/Field.getJavaVisibility:()Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;]
Field.setJavaVisibility ( JavaVisibilityKind value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/Field.setJavaVisibility:(Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;)V]
openejb-jee-3.1.2.jar, JavaParameter.class
package org.apache.openejb.jee.was.v6.java
JavaParameter.getParameterKind ( ) : JavaParameterKind
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameter.getParameterKind:()Lorg/apache/openejb/jee/was/v6/java/JavaParameterKind;]
JavaParameter.setParameterKind ( JavaParameterKind value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameter.setParameterKind:(Lorg/apache/openejb/jee/was/v6/java/JavaParameterKind;)V]
openejb-jee-3.1.2.jar, JavaParameterKind.class
package org.apache.openejb.jee.was.v6.java
JavaParameterKind.fromValue ( String v ) [static] : JavaParameterKind
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterKind.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaParameterKind;]
JavaParameterKind.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterKind.value:()Ljava/lang/String;]
JavaParameterKind.valueOf ( String name ) [static] : JavaParameterKind
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterKind.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaParameterKind;]
JavaParameterKind.values ( ) [static] : JavaParameterKind[ ]
[run-time name: org/apache/openejb/jee/was/v6/java/JavaParameterKind.values:()[Lorg/apache/openejb/jee/was/v6/java/JavaParameterKind;]
openejb-jee-3.1.2.jar, JavaVisibilityKind.class
package org.apache.openejb.jee.was.v6.java
JavaVisibilityKind.fromValue ( String v ) [static] : JavaVisibilityKind
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityKind.fromValue:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;]
JavaVisibilityKind.value ( ) : String
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityKind.value:()Ljava/lang/String;]
JavaVisibilityKind.valueOf ( String name ) [static] : JavaVisibilityKind
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityKind.valueOf:(Ljava/lang/String;)Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;]
JavaVisibilityKind.values ( ) [static] : JavaVisibilityKind[ ]
[run-time name: org/apache/openejb/jee/was/v6/java/JavaVisibilityKind.values:()[Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;]
openejb-jee-3.1.2.jar, Method.class
package org.apache.openejb.jee.was.v6.java
Method.getJavaVisibility ( ) : JavaVisibilityKind
[run-time name: org/apache/openejb/jee/was/v6/java/Method.getJavaVisibility:()Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;]
Method.setJavaVisibility ( JavaVisibilityKind value ) : void
[run-time name: org/apache/openejb/jee/was/v6/java/Method.setJavaVisibility:(Lorg/apache/openejb/jee/was/v6/java/JavaVisibilityKind;)V]
openejb-jee-3.1.2.jar, ObjectFactory.class
package org.apache.openejb.jee
ObjectFactory.createConnector ( Connector value ) : javax.xml.bind.JAXBElement
[run-time name: org/apache/openejb/jee/ObjectFactory.createConnector:(Lorg/apache/openejb/jee/Connector;)Ljavax/xml/bind/JAXBElement;]
openejb-jee-3.1.2.jar, OutboundResourceAdapter.class
package org.apache.openejb.jee
OutboundResourceAdapter.isReauthenticationSupport ( ) : boolean
[run-time name: org/apache/openejb/jee/OutboundResourceAdapter.isReauthenticationSupport:()Z]
OutboundResourceAdapter.setReauthenticationSupport ( boolean value ) : void
[run-time name: org/apache/openejb/jee/OutboundResourceAdapter.setReauthenticationSupport:(Z)V]
openejb-jee-3.1.2.jar, PersistenceUnit.class
package org.apache.openejb.jee.jpa.unit
PersistenceUnit.getProperties ( ) : Properties
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.getProperties:()Lorg/apache/openejb/jee/jpa/unit/Properties;]
PersistenceUnit.setProperties ( Properties value ) : void
[run-time name: org/apache/openejb/jee/jpa/unit/PersistenceUnit.setProperties:(Lorg/apache/openejb/jee/jpa/unit/Properties;)V]
openejb-multicast-3.1.2.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.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.getReconnectDelay ( ) : long
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.getReconnectDelay:()J]
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.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]
openejb-server-3.1.2.jar, Server.class
package org.apache.openejb.server
Server.getServer ( ) [static] : Server
[run-time name: org/apache/openejb/server/Server.getServer:()Lorg/apache/openejb/server/Server;]
openejb-server-3.1.2.jar, ServiceFinder.class
package org.apache.openejb.server
ServiceManager.ServiceFinder.mapAvailableServices ( Class interfase ) : java.util.Map
[run-time name: org/apache/openejb/server/ServiceManager.ServiceFinder.mapAvailableServices:(Ljava/lang/Class;)Ljava/util/Map;]
ServiceManager.ServiceFinder.ServiceManager.ServiceFinder ( String basePath )
[run-time name: org/apache/openejb/server/ServiceManager.ServiceFinder."<init>":(Ljava/lang/String;)V]
ServiceManager.ServiceFinder.ServiceManager.ServiceFinder ( String basePath, ClassLoader classLoader )
[run-time name: org/apache/openejb/server/ServiceManager.ServiceFinder."<init>":(Ljava/lang/String;Ljava/lang/ClassLoader;)V]
to the top
Problems with Data Types, High Severity (53)
openejb-client-3.1.2.jar
package org.apache.openejb.client
[+] EJBInvocationHandler (1)
| Change | Effect |
---|
1 | Type of field isInvalidReference has been changed from boolean to java.util.concurrent.atomic.AtomicBoolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.util.concurrent.atomic.AtomicBoolean. |
[+] affected methods (17)
EJBInvocationHandler._invoke ( Object p1, reflect.Method p2, Object[ ] p3 )This abstract method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.convertException ( Throwable e, reflect.Method method )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.EJBInvocationHandler ( )This constructor is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )This constructor is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.EJBInvocationHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )This constructor is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getCause ( Throwable e )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getClient ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getClientIdentity ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getEjb ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getMethod ( Class c, String method, Class[ ] params )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getPrimaryKey ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.getServer ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.invalidateAllHandlers ( Object key )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.invalidateReference ( )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )This method is from 'EJBInvocationHandler' abstract class.
EJBInvocationHandler.registerHandler ( Object key, EJBInvocationHandler handler )2nd parameter 'handler' of this method has type 'EJBInvocationHandler'.
EJBInvocationHandler.request ( EJBRequest req )This method is from 'EJBInvocationHandler' abstract class.
openejb-core-3.1.2.jar
package org.apache.openejb
[+] DeploymentInfo (14)
| Change | Effect |
---|
1 | Abstract method DeploymentInfo.getBusinessLocalBeanHome ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessLocalBeanHome() in DeploymentInfo. |
2 | Abstract method DeploymentInfo.getBusinessLocalBeanInterface ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessLocalBeanInterface() in DeploymentInfo. |
3 | Abstract method DeploymentInfo.getBusinessLocalHome ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessLocalHome() in DeploymentInfo. |
4 | Abstract method DeploymentInfo.getBusinessLocalHome ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessLocalHome(java.util.List) in DeploymentInfo. |
5 | Abstract method DeploymentInfo.getBusinessRemoteHome ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessRemoteHome() in DeploymentInfo. |
6 | Abstract method DeploymentInfo.getBusinessRemoteHome ( java.util.List p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getBusinessRemoteHome(java.util.List) in DeploymentInfo. |
7 | Abstract method DeploymentInfo.getDestinationId ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getDestinationId() in DeploymentInfo. |
8 | Abstract method DeploymentInfo.getEJBHome ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEJBHome() in DeploymentInfo. |
9 | Abstract method DeploymentInfo.getEJBLocalHome ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getEJBLocalHome() in DeploymentInfo. |
10 | Abstract method DeploymentInfo.getObjectInterface ( Class p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getObjectInterface(java.lang.Class) in DeploymentInfo. |
11 | Abstract method DeploymentInfo.getProperties ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties() in DeploymentInfo. |
12 | Abstract method DeploymentInfo.getTransactionPolicyFactory ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getTransactionPolicyFactory() in DeploymentInfo. |
13 | Abstract method DeploymentInfo.isBeanManagedConcurrency ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isBeanManagedConcurrency() in DeploymentInfo. |
14 | Abstract method DeploymentInfo.isDestroyed ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method isDestroyed() in DeploymentInfo. |
[+] affected methods (173)
assembler.classic.JndiBuilder.bind ( assembler.classic.EjbJarInfo ejbJarInfo, DeploymentInfo deploymentInfo, assembler.classic.EnterpriseBeanInfo beanInfo, assembler.classic.JndiBuilder.JndiNameStrategy strategy )2nd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.JndiNameStrategy.begin ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.LegacyAddedSuffixStrategy.begin ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.JndiBuilder.TemplatedStrategy.begin ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
assembler.classic.MethodInfoUtil.resolveAttributes ( java.util.List infos, DeploymentInfo deploymentInfo )2nd parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
ClusteredRPCContainer.getLocations ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
Container.deploy ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
Container.getDeploymentInfo ( Object p1 )Return value of this abstract method has type 'DeploymentInfo'.
Container.undeploy ( DeploymentInfo p1 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
core.cmp.CmpContainer.deploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.select ( DeploymentInfo di, String methodSignature, String returnType, Object[ ] args )1st parameter 'di' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.undeploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.cmp.CmpContainer.update ( DeploymentInfo di, String methodSignature, Object[ ] args )1st parameter 'di' of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.addDeployment ( DeploymentInfo deployment )1st parameter 'deployment' of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.CoreContainerSystem.removeDeploymentInfo ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, core.ThreadContext callContext )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.entity.EntityContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbHomeHandler.EntityEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityEjbObjectHandler.EntityEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityInstanceManager.deploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntityInstanceManager.undeploy ( DeploymentInfo deploymentInfo )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntrancyTracker.enter ( DeploymentInfo deploymentInfo, Object primaryKey )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.entity.EntrancyTracker.exit ( DeploymentInfo deploymentInfo, Object primaryKey )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.BaseEjbProxyHandler.BaseEjbProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this abstract method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List objectInterfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.EjbHomeProxyHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.ivm.EjbHomeProxyHandler.newEjbObjectHandler ( DeploymentInfo p1, Object p2, InterfaceType p3, java.util.List p4 )1st parameter 'p1' of this abstract method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.EjbObjectProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )Field 'pi.deploymentInfo' in 1st parameter 'pi' of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.mdb.MdbContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.RpcContainerWrapper.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.deploymentInfo' in 1st parameter 'proxyInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.deploymentInfo' in return value of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.deploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.getDeploymentInfo ( Object deploymentID )Return value of this method has type 'DeploymentInfo'.
core.singleton.SingletonContainer.undeploy ( DeploymentInfo info )1st parameter 'info' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbHomeHandler.SingletonEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.singleton.SingletonEjbObjectHandler.SingletonEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )1st parameter 'deploymentInfo' of this method has type 'DeploymentInfo'.
core.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, InterfaceType interfaceType )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.getDependsOn ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getDeploymentID ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbName ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimeout ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getEjbTimerService ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getExceptionType ( Throwable p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInjections ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterface ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaces ( InterfaceType p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getInterfaceType ( Class p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getJndiEnc ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalHomeInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getLocalInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMdbInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMethodInterceptors ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getMethodSchedules ( )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.getRemoveMethods ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getRunAs ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getSecurityRole ( String p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getServiceEndpointInterface ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.getTransactionType ( reflect.Method p1 )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isBeanManagedTransaction ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isLoadOnStartup ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isReentrant ( )This abstract method is from 'DeploymentInfo' interface.
DeploymentInfo.isSessionSynchronized ( )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.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'.
[+] InjectionProcessor.PassthroughFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class InjectionProcessor.PassthroughFactory. |
[+] affected methods (2)
InjectionProcessor.PassthroughFactory.create ( Object instance )This method is from 'InjectionProcessor.PassthroughFactory' class.
InjectionProcessor.PassthroughFactory.InjectionProcessor.PassthroughFactory ( )This constructor is from 'InjectionProcessor.PassthroughFactory' class.
package org.apache.openejb.core.stateless
[+] StatelessInstanceManager (3)
| Change | Effect |
---|
1 | Field poolLimit (int) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable poolLimit in StatelessInstanceManager. |
2 | Field strictPooling (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable strictPooling in StatelessInstanceManager. |
3 | Field timeout has been renamed to closeTimeout. | Recompilation of a client program may be terminated with the message: cannot find variable timeout in StatelessInstanceManager. |
[+] 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.resource.activemq
[+] OpenEjbBrokerFactory (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class OpenEjbBrokerFactory. |
[+] affected methods (3)
OpenEjbBrokerFactory.createBroker ( java.net.URI brokerURI )This method is from 'OpenEjbBrokerFactory' class.
OpenEjbBrokerFactory.OpenEjbBrokerFactory ( )This constructor is from 'OpenEjbBrokerFactory' class.
OpenEjbBrokerFactory.setThreadProperties ( java.util.Properties value )This method is from 'OpenEjbBrokerFactory' class.
openejb-jee-3.1.2.jar
package org.apache.openejb.jee
[+] Connector (10)
| Change | Effect |
---|
1 | Field description (TextMap) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable description in Connector. |
2 | Field displayName (TextMap) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable displayName in Connector. |
3 | Field eisType (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable eisType in Connector. |
4 | Field icon (LocalCollection) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable icon in Connector. |
5 | Field id (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable id in Connector. |
6 | Field license (License) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable license in Connector. |
7 | Field resourceAdapter (ResourceAdapter) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable resourceAdapter in Connector. |
8 | Field resourceAdapterVersion (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable resourceAdapterVersion in Connector. |
9 | Field vendorName (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable vendorName in Connector. |
10 | Field version (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable version in Connector. |
[+] affected methods (13)
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.getConnector ( )Return value of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.setConnector ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ReadDescriptors.readConnector ( java.net.URL url )Return value of this method has type 'Connector'.
Connector.Connector ( )This constructor is from 'Connector' class.
Connector.Connector ( String id )This constructor is from 'Connector' class.
Connector.getResourceAdapter ( )This method is from 'Connector' class.
Connector.getResourceAdapterVersion ( )This method is from 'Connector' class.
Connector.getVersion ( )This method is from 'Connector' class.
Connector.setResourceAdapter ( ResourceAdapter value )This method is from 'Connector' class.
Connector.setResourceAdapterVersion ( String value )This method is from 'Connector' class.
Connector.setVersion ( String value )This method is from 'Connector' class.
[+] EnterpriseBean (1)
| Change | Effect |
---|
1 | Abstract method EnterpriseBean.getSecurityRoleRef ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getSecurityRoleRef() in EnterpriseBean. |
[+] affected methods (25)
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, EnterpriseBean enterpriseBean, org.apache.openejb.assembler.classic.EnterpriseBeanInfo beanInfo, String moduleId )2nd parameter 'enterpriseBean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.CheckClasses.check_hasEjbClass ( EnterpriseBean b )1st parameter 'b' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.CheckDependsOn.Bean.CheckDependsOn.Bean ( EnterpriseBean bean, org.apache.openejb.config.EjbModule module, java.net.URI moduleUri, org.apache.openejb.config.rules.CheckDependsOn.Resolver resolver )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.error ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.fail ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.isCmp ( EnterpriseBean b )1st parameter 'b' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.missingMethod ( org.apache.openejb.config.ValidationContext set, EnterpriseBean bean, String key, String methodName, Class returnType, Class[ ] paramTypes )2nd parameter 'bean' of this method has type 'EnterpriseBean'.
org.apache.openejb.config.rules.ValidationBase.warn ( EnterpriseBean bean, String key, Object[ ] details )1st parameter 'bean' of this method has type 'EnterpriseBean'.
EjbJar.addEnterpriseBean ( EnterpriseBean bean )1st parameter 'bean' of this method has type 'EnterpriseBean'.
EjbJar.getEnterpriseBean ( String ejbName )Return value of this method has type 'EnterpriseBean'.
EjbJar.removeEnterpriseBean ( String name )Return value of this method has type 'EnterpriseBean'.
EnterpriseBean.getEjbClass ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getEjbName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getId ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getMappedName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getSecurityIdentity ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getTransactionType ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbClass ( Class p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbClass ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbName ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setId ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setMappedName ( String p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setSecurityIdentity ( SecurityIdentity p1 )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setTransactionType ( TransactionType p1 )This abstract method is from 'EnterpriseBean' interface.
InterceptorBinding.InterceptorBinding ( EnterpriseBean bean, Interceptor[ ] interceptors )1st parameter 'bean' of this method has type 'EnterpriseBean'.
[+] EntityBean (1)
| Change | Effect |
---|
1 | Removed super-interface EnterpriseBean. | Recompilation of a client program may be terminated with the message: cannot find method in class EntityBean. |
[+] affected methods (74)
EntityBean.addAroundInvoke ( String method )This method is from 'EntityBean' class.
EntityBean.addCmpField ( String fieldName )This method is from 'EntityBean' class.
EntityBean.addPostConstruct ( String method )This method is from 'EntityBean' class.
EntityBean.addPreDestroy ( String method )This method is from 'EntityBean' class.
EntityBean.EntityBean ( )This constructor is from 'EntityBean' class.
EntityBean.getAbstractSchemaName ( )This method is from 'EntityBean' class.
EntityBean.getAroundInvoke ( )This method is from 'EntityBean' class.
EntityBean.getBusinessLocal ( )This method is from 'EntityBean' class.
EntityBean.getBusinessRemote ( )This method is from 'EntityBean' class.
EntityBean.getCmpField ( )This method is from 'EntityBean' class.
EntityBean.getCmpVersion ( )This method is from 'EntityBean' class.
EntityBean.getDescription ( )This method is from 'EntityBean' class.
EntityBean.getDescriptions ( )This method is from 'EntityBean' class.
EntityBean.getDisplayName ( )This method is from 'EntityBean' class.
EntityBean.getDisplayNames ( )This method is from 'EntityBean' class.
EntityBean.getEjbClass ( )This method is from 'EntityBean' class.
EntityBean.getEjbLocalRef ( )This method is from 'EntityBean' class.
EntityBean.getEjbLocalRefMap ( )This method is from 'EntityBean' class.
EntityBean.getEjbName ( )This method is from 'EntityBean' class.
EntityBean.getEjbRef ( )This method is from 'EntityBean' class.
EntityBean.getEjbRefMap ( )This method is from 'EntityBean' class.
EntityBean.getEnvEntry ( )This method is from 'EntityBean' class.
EntityBean.getEnvEntryMap ( )This method is from 'EntityBean' class.
EntityBean.getHome ( )This method is from 'EntityBean' class.
EntityBean.getIcon ( )This method is from 'EntityBean' class.
EntityBean.getIconMap ( )This method is from 'EntityBean' class.
EntityBean.getIcons ( )This method is from 'EntityBean' class.
EntityBean.getId ( )This method is from 'EntityBean' class.
EntityBean.getJndiConsumerName ( )This method is from 'EntityBean' class.
EntityBean.getLocal ( )This method is from 'EntityBean' class.
EntityBean.getLocalHome ( )This method is from 'EntityBean' class.
EntityBean.getMappedName ( )This method is from 'EntityBean' class.
EntityBean.getMessageDestinationRef ( )This method is from 'EntityBean' class.
EntityBean.getMessageDestinationRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceContextRef ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceContextRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceType ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceUnitRef ( )This method is from 'EntityBean' class.
EntityBean.getPersistenceUnitRefMap ( )This method is from 'EntityBean' class.
EntityBean.getPostConstruct ( )This method is from 'EntityBean' class.
EntityBean.getPreDestroy ( )This method is from 'EntityBean' class.
EntityBean.getPrimKeyClass ( )This method is from 'EntityBean' class.
EntityBean.getPrimkeyField ( )This method is from 'EntityBean' class.
EntityBean.getQuery ( )This method is from 'EntityBean' class.
EntityBean.getReentrant ( )This method is from 'EntityBean' class.
EntityBean.getRemote ( )This method is from 'EntityBean' class.
EntityBean.getResourceEnvRef ( )This method is from 'EntityBean' class.
EntityBean.getResourceEnvRefMap ( )This method is from 'EntityBean' class.
EntityBean.getResourceRef ( )This method is from 'EntityBean' class.
EntityBean.getResourceRefMap ( )This method is from 'EntityBean' class.
EntityBean.getSecurityIdentity ( )This method is from 'EntityBean' class.
EntityBean.getSecurityRoleRef ( )This method is from 'EntityBean' class.
EntityBean.getServiceRef ( )This method is from 'EntityBean' class.
EntityBean.getServiceRefMap ( )This method is from 'EntityBean' class.
EntityBean.getTransactionType ( )This method is from 'EntityBean' class.
EntityBean.setAbstractSchemaName ( String value )This method is from 'EntityBean' class.
EntityBean.setCmpVersion ( CmpVersion value )This method is from 'EntityBean' class.
EntityBean.setDescriptions ( Text[ ] text )This method is from 'EntityBean' class.
EntityBean.setDisplayNames ( Text[ ] text )This method is from 'EntityBean' class.
EntityBean.setEjbClass ( Class value )This method is from 'EntityBean' class.
EntityBean.setEjbClass ( String value )This method is from 'EntityBean' class.
EntityBean.setEjbName ( String value )This method is from 'EntityBean' class.
EntityBean.setHome ( String value )This method is from 'EntityBean' class.
EntityBean.setId ( String value )This method is from 'EntityBean' class.
EntityBean.setLocal ( String value )This method is from 'EntityBean' class.
EntityBean.setLocalHome ( String value )This method is from 'EntityBean' class.
EntityBean.setMappedName ( String value )This method is from 'EntityBean' class.
EntityBean.setPersistenceType ( PersistenceType value )This method is from 'EntityBean' class.
EntityBean.setPrimKeyClass ( String value )This method is from 'EntityBean' class.
EntityBean.setPrimkeyField ( String value )This method is from 'EntityBean' class.
EntityBean.setReentrant ( boolean value )This method is from 'EntityBean' class.
EntityBean.setRemote ( String value )This method is from 'EntityBean' class.
EntityBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'EntityBean' class.
EntityBean.setTransactionType ( TransactionType type )This method is from 'EntityBean' class.
[+] OutboundResourceAdapter (1)
| Change | Effect |
---|
1 | Type of field reauthenticationSupport has been changed from boolean to java.lang.Boolean. | Recompilation of a client program may be terminated with the message: incompatible types, found: boolean, required: java.lang.Boolean. |
[+] affected methods (7)
OutboundResourceAdapter.getAuthenticationMechanism ( )This method is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.getConnectionDefinition ( )This method is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.getId ( )This method is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.getTransactionSupport ( )This method is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.OutboundResourceAdapter ( )This constructor is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.setId ( String value )This method is from 'OutboundResourceAdapter' class.
OutboundResourceAdapter.setTransactionSupport ( TransactionSupportType value )This method is from 'OutboundResourceAdapter' class.
[+] ResourceAdapter (7)
| Change | Effect |
---|
1 | Field adminObject (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable adminObject in ResourceAdapter. |
2 | Field configProperty (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable configProperty in ResourceAdapter. |
3 | Field id (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable id in ResourceAdapter. |
4 | Field inboundResourceAdapter (InboundResource) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable inboundResourceAdapter in ResourceAdapter. |
5 | Field outboundResourceAdapter (OutboundResourceAdapter) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable outboundResourceAdapter in ResourceAdapter. |
6 | Field resourceAdapterClass (java.lang.String) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable resourceAdapterClass in ResourceAdapter. |
7 | Field securityPermission (java.util.List) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable securityPermission in ResourceAdapter. |
[+] affected methods (6)
Connector.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter'.
Connector.setResourceAdapter ( ResourceAdapter value )Return value of this method has type 'ResourceAdapter'.
ResourceAdapter.getConfigProperty ( )This method is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( Class resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( String resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
[+] SessionBean (1)
| Change | Effect |
---|
1 | Removed super-interface EnterpriseBean. | Recompilation of a client program may be terminated with the message: cannot find method in class SessionBean. |
[+] affected methods (88)
SessionBean.addAroundInvoke ( String method )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( Class businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( String businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( Class businessRemote )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.getConcurrencyType ( )This method is from 'SessionBean' class.
SessionBean.getDependsOn ( )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.getLoadOnStartup ( )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.hasLoadOnStartup ( )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.setConcurrencyType ( ConcurrencyType value )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( String[ ] ejbNames )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( java.util.List ejbNames )This method 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 ( Class value )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.setLoadOnStartup ( boolean loadOnStartup )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.
package org.apache.openejb.jee.jpa.unit
[+] PersistenceUnit (1)
| Change | Effect |
---|
1 | Type of field properties has been changed from Properties to java.util.Properties. | Recompilation of a client program may be terminated with the message: incompatible types, found: Properties, required: java.util.Properties. |
[+] affected methods (23)
ObjectFactory.createPersistencePersistenceUnit ( )Return value of this method has type 'PersistenceUnit'.
PersistenceUnit.getClazz ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getDescription ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getId ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getJarFile ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getJtaDataSource ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getMappingFile ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getName ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getNonJtaDataSource ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getProvider ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.getTransactionType ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.isExcludeUnlistedClasses ( )This method is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( String unitName )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.PersistenceUnit ( String name, String provider )This constructor is from 'PersistenceUnit' class.
PersistenceUnit.setDescription ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setExcludeUnlistedClasses ( Boolean value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setId ( String id )This method is from 'PersistenceUnit' class.
PersistenceUnit.setJtaDataSource ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setName ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setNonJtaDataSource ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setProvider ( String value )This method is from 'PersistenceUnit' class.
PersistenceUnit.setTransactionType ( TransactionType value )This method is from 'PersistenceUnit' class.
package org.apache.openejb.jee.oejb2
[+] EnterpriseBean (1)
| Change | Effect |
---|
1 | Abstract method EnterpriseBean.getProperties ( ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getProperties() in EnterpriseBean. |
[+] affected methods (13)
EnterpriseBean.getAbstractNamingEntry ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getEjbLocalRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getEjbName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getEjbRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getJndi ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getJndiName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getLocalJndiName ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getPersistenceContextRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getPersistenceUnitRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getResourceEnvRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getResourceRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.getServiceRef ( )This abstract method is from 'EnterpriseBean' interface.
EnterpriseBean.setEjbName ( String p1 )This abstract method is from 'EnterpriseBean' interface.
package org.apache.openejb.jee.was.v6.java
[+] Field (1)
| Change | Effect |
---|
1 | Type of field javaVisibility has been changed from JavaVisibilityKind to JavaVisibilityEnum. | Recompilation of a client program may be terminated with the message: incompatible types, found: JavaVisibilityKind, required: JavaVisibilityEnum. |
[+] affected methods (12)
Field.Field ( )This constructor is from 'Field' class.
Field.getInitializers ( )This method is from 'Field' class.
Field.isIsFinal ( )This method is from 'Field' class.
Field.isIsStatic ( )This method is from 'Field' class.
Field.isIsTransient ( )This method is from 'Field' class.
Field.isIsVolatile ( )This method is from 'Field' class.
Field.setIsFinal ( Boolean value )This method is from 'Field' class.
Field.setIsStatic ( Boolean value )This method is from 'Field' class.
Field.setIsTransient ( Boolean value )This method is from 'Field' class.
Field.setIsVolatile ( Boolean value )This method is from 'Field' class.
ObjectFactory.createField ( )Return value of this method has type 'Field'.
ObjectFactory.createField ( Field value )1st parameter 'value' of this method has type 'Field'.
[+] JavaParameter (1)
| Change | Effect |
---|
1 | Type of field parameterKind has been changed from JavaParameterKind to JavaParameterEnum. | Recompilation of a client program may be terminated with the message: incompatible types, found: JavaParameterKind, required: JavaParameterEnum. |
[+] affected methods (5)
JavaParameter.isIsFinal ( )This method is from 'JavaParameter' class.
JavaParameter.JavaParameter ( )This constructor is from 'JavaParameter' class.
JavaParameter.setIsFinal ( Boolean value )This method is from 'JavaParameter' class.
ObjectFactory.createJavaParameter ( )Return value of this method has type 'JavaParameter'.
ObjectFactory.createJavaParameter ( JavaParameter value )1st parameter 'value' of this method has type 'JavaParameter'.
[+] JavaParameterKind (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JavaParameterKind. |
[+] affected methods (4)
JavaParameterKind.fromValue ( String v )This method is from 'JavaParameterKind' class.
JavaParameterKind.value ( )This method is from 'JavaParameterKind' class.
JavaParameterKind.valueOf ( String name )This method is from 'JavaParameterKind' class.
JavaParameterKind.values ( )This method is from 'JavaParameterKind' class.
[+] JavaVisibilityKind (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JavaVisibilityKind. |
[+] affected methods (4)
JavaVisibilityKind.fromValue ( String v )This method is from 'JavaVisibilityKind' class.
JavaVisibilityKind.value ( )This method is from 'JavaVisibilityKind' class.
JavaVisibilityKind.valueOf ( String name )This method is from 'JavaVisibilityKind' class.
JavaVisibilityKind.values ( )This method is from 'JavaVisibilityKind' class.
[+] Method (1)
| Change | Effect |
---|
1 | Type of field javaVisibility has been changed from JavaVisibilityKind to JavaVisibilityEnum. | Recompilation of a client program may be terminated with the message: incompatible types, found: JavaVisibilityKind, required: JavaVisibilityEnum. |
[+] affected methods (22)
Method.getJavaClassJavaExceptions ( )This method is from 'Method' class.
Method.getJavaExceptions ( )This method is from 'Method' class.
Method.getParameters ( )This method is from 'Method' class.
Method.getSource ( )This method is from 'Method' class.
Method.getSources ( )This method is from 'Method' class.
Method.isConstructor ( )This method is from 'Method' class.
Method.isIsAbstract ( )This method is from 'Method' class.
Method.isIsFinal ( )This method is from 'Method' class.
Method.isIsNative ( )This method is from 'Method' class.
Method.isIsStatic ( )This method is from 'Method' class.
Method.isIsSynchronized ( )This method is from 'Method' class.
Method.Method ( )This constructor is from 'Method' class.
Method.setConstructor ( Boolean value )This method is from 'Method' class.
Method.setIsAbstract ( Boolean value )This method is from 'Method' class.
Method.setIsFinal ( Boolean value )This method is from 'Method' class.
Method.setIsNative ( Boolean value )This method is from 'Method' class.
Method.setIsStatic ( Boolean value )This method is from 'Method' class.
Method.setIsSynchronized ( Boolean value )This method is from 'Method' class.
Method.setJavaExceptions ( String value )This method is from 'Method' class.
Method.setSource ( String value )This method is from 'Method' class.
ObjectFactory.createMethod ( )Return value of this method has type 'Method'.
ObjectFactory.createMethod ( Method value )1st parameter 'value' of this method has type 'Method'.
openejb-server-3.1.2.jar
package org.apache.openejb.server
[+] ServiceManager (4)
| Change | Effect |
---|
1 | This class became abstract. | Recompilation of a client program may be terminated with the message: ServiceManager is abstract; cannot be instantiated. |
2 | Method ServiceManager.init ( ) became abstract. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method init() in ServiceManager. |
3 | Method ServiceManager.start ( boolean block ) became abstract. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method start(boolean) in ServiceManager. |
4 | Method ServiceManager.stop ( ) became abstract. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method stop() in ServiceManager. |
[+] affected methods (8)
Server.setServiceManager ( ServiceManager serviceManager )1st parameter 'serviceManager' of this method has type 'ServiceManager'.
ServiceManager.get ( )Return value of this method has type 'ServiceManager'.
ServiceManager.getManager ( )Return value of this method has type 'ServiceManager'.
ServiceManager.init ( )This method is from 'ServiceManager' class.
ServiceManager.ServiceManager ( )This constructor is from 'ServiceManager' class.
ServiceManager.start ( )This method is from 'ServiceManager' class.
ServiceManager.start ( boolean block )This method is from 'ServiceManager' class.
ServiceManager.stop ( )This method is from 'ServiceManager' class.
[+] ServiceManager.ServiceFinder (1)
| Change | Effect |
---|
1 | This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ServiceManager.ServiceFinder. |
[+] affected methods (3)
ServiceManager.ServiceFinder.mapAvailableServices ( Class interfase )This method is from 'ServiceManager.ServiceFinder' class.
ServiceManager.ServiceFinder.ServiceManager.ServiceFinder ( String basePath )This constructor is from 'ServiceManager.ServiceFinder' class.
ServiceManager.ServiceFinder.ServiceManager.ServiceFinder ( String basePath, ClassLoader classLoader )This constructor is from 'ServiceManager.ServiceFinder' class.
to the top
Problems with Methods, High Severity (5)
openejb-core-3.1.2.jar, DirectoryMonitor
package org.apache.openejb.util
[+] DirectoryMonitor.getLogger ( ) : Logger (1)
[run-time name: org/apache/openejb/util/DirectoryMonitor.getLogger:()Lorg/apache/openejb/util/Logger;]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: getLogger() has private access in DirectoryMonitor. |
[+] DirectoryMonitor.initialize ( ) : void (1)
[run-time name: org/apache/openejb/util/DirectoryMonitor.initialize:()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: initialize() has private access in org.apache.openejb.util.DirectoryMonitor. |
openejb-server-3.1.2.jar, ServiceManager
package org.apache.openejb.server
[+] ServiceManager.init ( ) : void (1)
[run-time name: org/apache/openejb/server/ServiceManager.init:()V]
| Change | Effect |
---|
1 | Method became abstract.
| Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method init() in ServiceManager. |
[+] ServiceManager.start ( boolean block ) : void (1)
[run-time name: org/apache/openejb/server/ServiceManager.start:(Z)V]
| Change | Effect |
---|
1 | Method became abstract.
| Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method start(boolean) in ServiceManager. |
[+] ServiceManager.stop ( ) : void (1)
[run-time name: org/apache/openejb/server/ServiceManager.stop:()V]
| Change | Effect |
---|
1 | Method became abstract.
| Recompilation of a client program may be terminated with the message: A client class C is not abstract and does not override abstract method stop() in org.apache.openejb.server.ServiceManager. |
to the top
Problems with Data Types, Medium Severity (2)
openejb-cxf-3.1.2.jar
package org.apache.openejb.server.cxf
[+] CxfEndpoint (1)
| Change | Effect |
---|
1 | Removed super-class javax.xml.ws.Endpoint. | Recompilation of a client program may be terminated with the message: cannot find variable (or method) in CxfEndpoint. |
[+] affected methods (32)
CxfEndpoint.destroyHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.doPublish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getBinding ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getEndpoint ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getExecutor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementorClass ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getMetadata ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getProperties ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getServer ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getWsdlURL ( java.net.URL configurationBaseUrl, String wsdlFile )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.init ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.initHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isPublished ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isSOAP11 ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( Object arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setExecutor ( java.util.concurrent.Executor executor )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setMetadata ( java.util.List arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setProperties ( java.util.Map arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.stop ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.createEndpoint ( )Return value of this abstract method has type 'CxfEndpoint'.
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )This constructor is from 'CxfEndpoint' abstract class.
CxfWsContainer.destroy ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.getBus ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.getDefaultBus ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.processGET ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.processPOST ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.start ( )This method is from 'CxfEndpoint' abstract class.
ejb.EjbWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
pojo.PojoWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
package org.apache.openejb.server.cxf.ejb
[+] EjbMethodInvoker (1)
| Change | Effect |
---|
1 | Superclass has been changed from org.apache.cxf.service.invoker.AbstractInvoker to org.apache.cxf.jaxws.AbstractJAXWSMethodInvoker. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in EjbMethodInvoker. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (4)
EjbMethodInvoker.directEjbInvoke ( org.apache.cxf.message.Exchange exchange, reflect.Method m, java.util.List params )This method is from 'EjbMethodInvoker' class.
EjbMethodInvoker.EjbMethodInvoker ( org.apache.cxf.Bus bus, org.apache.openejb.DeploymentInfo deploymentInfo )This constructor is from 'EjbMethodInvoker' class.
EjbMethodInvoker.getServiceObject ( org.apache.cxf.message.Exchange context )This method is from 'EjbMethodInvoker' class.
EjbMethodInvoker.invoke ( org.apache.cxf.message.Exchange exchange, Object serviceObject, reflect.Method m, java.util.List params )This method is from 'EjbMethodInvoker' class.
to the top
Problems with Methods, Medium Severity (4)
openejb-client-3.1.2.jar, Pool
package org.apache.openejb.client
[+] SocketConnectionFactory.Pool.get ( ) : SocketConnectionFactory.SocketConnection (1)
[run-time name: org/apache/openejb/client/SocketConnectionFactory.Pool.get:()Lorg/apache/openejb/client/SocketConnectionFactory$SocketConnection;]
| Change | Effect |
---|
1 | Added java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception java.io.IOException must be caught or declared to be thrown. |
openejb-core-3.1.2.jar, StatelessInstanceManager
package org.apache.openejb.core.stateless
[+] StatelessInstanceManager.deploy ( org.apache.openejb.core.CoreDeploymentInfo deploymentInfo ) : void (1)
[run-time name: org/apache/openejb/core/stateless/StatelessInstanceManager.deploy:(Lorg/apache/openejb/core/CoreDeploymentInfo;)V]
| Change | Effect |
---|
1 | Added org.apache.openejb.OpenEJBException exception thrown.
| Recompilation of a client program may be terminated with the message: unreported exception org.apache.openejb.OpenEJBException must be caught or declared to be thrown. |
openejb-multicast-3.1.2.jar, MulticastDiscoveryAgent
package org.apache.openejb.server.discovery
[+] MulticastDiscoveryAgent.init ( java.util.Properties props ) : void (1)
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.init:(Ljava/util/Properties;)V]
| Change | Effect |
---|
1 | Removed java.lang.Exception exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override init(java.util.Properties) in MulticastDiscoveryAgent; overridden method does not throw java.lang.Exception. |
[+] MulticastDiscoveryAgent.reportFailed ( java.net.URI serviceUri ) : void (1)
[run-time name: org/apache/openejb/server/discovery/MulticastDiscoveryAgent.reportFailed:(Ljava/net/URI;)V]
| Change | Effect |
---|
1 | Removed java.io.IOException exception thrown.
| Recompilation of a client program may be terminated with the message: cannot override reportFailed(java.net.URI) in org.apache.openejb.server.discovery.MulticastDiscoveryAgent; overridden method does not throw java.io.IOException. |
to the top
Problems with Data Types, Low Severity (2)
openejb-jee-3.1.2.jar
package org.apache.openejb.jee
[+] Connector (1)
| Change | Effect |
---|
1 | Added super-class ConnectorBase. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (13)
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.ConnectorModule ( Connector connector, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.getConnector ( )Return value of this method has type 'Connector'.
org.apache.openejb.config.ConnectorModule.setConnector ( Connector connector )1st parameter 'connector' of this method has type 'Connector'.
org.apache.openejb.config.ReadDescriptors.readConnector ( java.net.URL url )Return value of this method has type 'Connector'.
Connector.Connector ( )This constructor is from 'Connector' class.
Connector.Connector ( String id )This constructor is from 'Connector' class.
Connector.getResourceAdapter ( )This method is from 'Connector' class.
Connector.getResourceAdapterVersion ( )This method is from 'Connector' class.
Connector.getVersion ( )This method is from 'Connector' class.
Connector.setResourceAdapter ( ResourceAdapter value )This method is from 'Connector' class.
Connector.setResourceAdapterVersion ( String value )This method is from 'Connector' class.
Connector.setVersion ( String value )This method is from 'Connector' class.
[+] ResourceAdapter (1)
| Change | Effect |
---|
1 | Added super-class ResourceAdapterBase. | A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (6)
Connector.getResourceAdapter ( )Return value of this method has type 'ResourceAdapter'.
Connector.setResourceAdapter ( ResourceAdapter value )1st parameter 'value' of this method has type 'ResourceAdapter'.
ResourceAdapter.getConfigProperty ( )This method is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( Class resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
ResourceAdapter.ResourceAdapter ( String resourceAdapterClass )This constructor is from 'ResourceAdapter' class.
to the top
Problems with Methods, Low Severity (2)
openejb-server-3.1.2.jar, ServiceManager
package org.apache.openejb.server
[+] ServiceManager.start ( boolean block ) : void (1)
[run-time name: org/apache/openejb/server/ServiceManager.start:(Z)V]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
[+] ServiceManager.stop ( ) : void (1)
[run-time name: org/apache/openejb/server/ServiceManager.stop:()V]
| Change | Effect |
---|
1 | Method became non-synchronized.
| A multi-threaded client program may change behavior. |
to the top
Other Changes in Data Types (28)
openejb-client-3.1.2.jar
package org.apache.openejb.client
[+] EJBMetaDataImpl (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (59)
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 ( )Return value of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getMethod ( Class c, String method, Class[ ] params )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getPrimaryKey ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.getServer ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateAllHandlers ( Object key )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invalidateReference ( )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.ejb' in the object of this method has type 'EJBMetaDataImpl'.
EJBInvocationHandler.registerHandler ( Object key, EJBInvocationHandler handler )Field '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, InterfaceType interfaceType, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, String deploymentID, InterfaceType interfaceType, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, Class primaryKeyClass, String typeOfBean, InterfaceType interfaceType, java.util.List businessInterfaces )This constructor is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.EJBMetaDataImpl ( Class homeInterface, Class remoteInterface, String typeOfBean, InterfaceType interfaceType, 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.isSingletonSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatefulSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.isStatelessSession ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.readExternal ( java.io.ObjectInput in )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setEJBHomeProxy ( EJBHomeProxy home )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.setPrimaryKey ( Object primaryKey )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.toString ( )This method is from 'EJBMetaDataImpl' class.
EJBMetaDataImpl.writeExternal ( java.io.ObjectOutput out )This method is from 'EJBMetaDataImpl' class.
EJBObjectHandler.createEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBObjectHandler.EJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.Body.EJBRequest.Body ( EJBMetaDataImpl ejb )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EJBRequest.EJBRequest ( int requestMethod, EJBMetaDataImpl ejb, reflect.Method method, Object[ ] args, Object primaryKey )2nd parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBHomeHandler.EntityEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
EntityEJBObjectHandler.EntityEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
JNDIContext.createEJBHomeProxy ( EJBMetaDataImpl ejbData )1st parameter 'ejbData' of this method has type 'EJBMetaDataImpl'.
SingletonEJBHomeHandler.SingletonEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
SingletonEJBObjectHandler.SingletonEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBHomeHandler.StatefulEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatefulEJBObjectHandler.StatefulEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBHomeHandler.StatelessEJBHomeHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
StatelessEJBObjectHandler.StatelessEJBObjectHandler ( EJBMetaDataImpl ejb, ServerMetaData server, ClientMetaData client, Object primaryKey )1st parameter 'ejb' of this method has type 'EJBMetaDataImpl'.
openejb-core-3.1.2.jar
package org.apache.openejb
[+] BeanType (1)
| Change | Effect |
---|
1 | Field MANAGED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MANAGED is ambiguous. |
[+] affected methods (20)
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 )Return value of this method has type 'BeanType'.
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 )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.IntraVmMetaData ( Class homeInterface, Class remoteInterface, BeanType typeOfBean )Field 'this.type' in the object 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.isSingletonSession ( )Field 'this.type' in the object of this method has type 'BeanType'.
core.ivm.IntraVmMetaData.isStatefulSession ( )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'.
[+] InterfaceType (2)
| Change | Effect |
---|
1 | Field BUSINESS_LOCALBEAN_HOME has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to BUSINESS_LOCALBEAN_HOME is ambiguous. |
2 | Field LOCALBEAN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOCALBEAN is ambiguous. |
[+] affected methods (122)
assembler.classic.JndiBuilder.format ( Object deploymentId, String interfaceClassName, InterfaceType interfaceType )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
assembler.classic.JndiBuilder.format ( String deploymentId, String interfaceClassName, InterfaceType interfaceType )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
assembler.classic.JndiBuilder.JndiNameStrategy.Interface.getType ( )Return value of this method has type 'InterfaceType'.
core.cmp.CmpContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.CoreDeploymentInfo.getInterface ( InterfaceType interfaceType )1st parameter 'interfaceType' of this method has type 'InterfaceType'.
core.CoreDeploymentInfo.getInterfaces ( InterfaceType interfaceType )1st parameter 'interfaceType' of this method has type 'InterfaceType'.
core.CoreDeploymentInfo.getInterfaceType ( Class clazz )Return value of this method has type 'InterfaceType'.
core.entity.EntityContainer.createEJBObject ( reflect.Method callMethod, Object[ ] args, core.ThreadContext callContext )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.entity.EntityContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.entity.EntityEjbHomeHandler.EntityEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.entity.EntityEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.entity.EntityEjbObjectHandler.EntityEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler._invoke ( Object p1, Class p2, reflect.Method p3, Object[ ] p4 )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler._writeReplace ( Object p1 )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.BaseEjbProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.checkAuthorization ( reflect.Method method )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.convertException ( Throwable e, reflect.Method method, Class interfce )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.copyArgs ( Object[ ] objects )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.copyObj ( Object object )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.equals ( Object obj )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getCause ( Throwable e )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInterfaces ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInvocationHandler ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getInvokedInterface ( reflect.Method method )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getLiveHandleRegistry ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getMainInterface ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.getProxyInfo ( )Field 'this.interfaceType' in the object of this abstract method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.hashCode ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invalidateAllHandlers ( Object key )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invalidateReference ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.invoke ( Object proxy, reflect.Method method, Object[ ] args )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.registerHandler ( Object key, core.ivm.BaseEjbProxyHandler handler )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setDoCrossClassLoaderCopy ( boolean doCrossClassLoaderCopy )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setDoIntraVmCopy ( boolean doIntraVmCopy )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.setIntraVmCopyMode ( boolean on )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.BaseEjbProxyHandler.toString ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.createHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.createHomeProxy ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List objectInterfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.EjbHomeProxyHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.getProxyInfo ( )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.ivm.EjbHomeProxyHandler.newEjbObjectHandler ( DeploymentInfo p1, Object p2, InterfaceType p3, java.util.List p4 )3rd parameter 'p3' of this abstract method has type 'InterfaceType'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbObjectProxyHandler.createProxy ( DeploymentInfo deploymentInfo, Object primaryKey, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbObjectProxyHandler.EjbObjectProxyHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.ivm.EjbObjectProxyHandler.getProxyInfo ( )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getBusinessObject ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBHome ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBMetaData ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getEJBObject ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getHandle ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.ivm.IntraVmServer.getHomeHandle ( ProxyInfo pi )Field 'pi.interfaceType' in 1st parameter 'pi' of this method has type 'InterfaceType'.
core.mdb.MdbContainer.invoke ( Object deploymentId, InterfaceType type, Class callInterface, reflect.Method method, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.RpcContainerWrapper.invoke ( Object deployID, InterfaceType callType, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'callType' of this method has type 'InterfaceType'.
core.security.AbstractSecurityService.isCallerAuthorized ( reflect.Method method, InterfaceType type )2nd parameter 'type' of this method has type 'InterfaceType'.
core.ServerFederation.getBusinessObject ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBHome ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBMetaData ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getEJBObject ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.ServerFederation.getHomeHandle ( ProxyInfo proxyInfo )Field 'proxyInfo.interfaceType' in 1st parameter 'proxyInfo' of this method has type 'InterfaceType'.
core.singleton.SingletonContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, core.singleton.Instance instance, core.ThreadContext callContext, InterfaceType callType )6th parameter 'callType' of this method has type 'InterfaceType'.
core.singleton.SingletonContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.singleton.SingletonContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.singleton.SingletonEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.singleton.SingletonEjbHomeHandler.SingletonEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.singleton.SingletonEjbObjectHandler.SingletonEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulContainer.businessMethod ( core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, InterfaceType interfaceType )6th parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod, Object[ ] args, InterfaceType interfaceType )4th parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.stateful.StatefulContainer.removeEJBObject ( core.CoreDeploymentInfo deploymentInfo, Object primKey, Class callInterface, reflect.Method callMethod, Object[ ] args, InterfaceType interfaceType )6th parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulEjbHomeHandler.StatefulEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateful.StatefulEjbObjectHandler.StatefulEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateless.StatelessContainer._invoke ( reflect.Method callMethod, reflect.Method runMethod, Object[ ] args, core.stateless.Instance instance, core.ThreadContext callContext, InterfaceType type )6th parameter 'type' of this method has type 'InterfaceType'.
core.stateless.StatelessContainer.createEJBObject ( core.CoreDeploymentInfo deploymentInfo, reflect.Method callMethod )Field 'RetVal.interfaceType' in return value of this method has type 'InterfaceType'.
core.stateless.StatelessContainer.invoke ( Object deployID, InterfaceType type, Class callInterface, reflect.Method callMethod, Object[ ] args, Object primKey )2nd parameter 'type' of this method has type 'InterfaceType'.
core.stateless.StatelessEjbHomeHandler.newEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateless.StatelessEjbHomeHandler.StatelessEjbHomeHandler ( DeploymentInfo deploymentInfo, InterfaceType interfaceType, java.util.List interfaces )2nd parameter 'interfaceType' of this method has type 'InterfaceType'.
core.stateless.StatelessEjbObjectHandler.StatelessEjbObjectHandler ( DeploymentInfo deploymentInfo, Object pk, InterfaceType interfaceType, java.util.List interfaces )3rd parameter 'interfaceType' of this method has type 'InterfaceType'.
DeploymentInfo.getInterface ( InterfaceType p1 )1st parameter 'p1' of this abstract method has type 'InterfaceType'.
DeploymentInfo.getInterfaces ( InterfaceType p1 )1st parameter 'p1' of this abstract method has type 'InterfaceType'.
DeploymentInfo.getInterfaceType ( Class p1 )Return value of this abstract method has type 'InterfaceType'.
InterfaceType.getCounterpart ( )This method is from 'InterfaceType' class.
InterfaceType.getSpecName ( )This method is from 'InterfaceType' class.
InterfaceType.isBusiness ( )This method is from 'InterfaceType' class.
InterfaceType.isComponent ( )This method is from 'InterfaceType' class.
InterfaceType.isHome ( )This method is from 'InterfaceType' class.
InterfaceType.isLocal ( )This method is from 'InterfaceType' class.
InterfaceType.isRemote ( )This method is from 'InterfaceType' class.
InterfaceType.valueOf ( String name )This method is from 'InterfaceType' class.
InterfaceType.values ( )This method is from 'InterfaceType' class.
ProxyInfo.getBeanContainer ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getDeploymentInfo ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterface ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterfaces ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getInterfaceType ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.getPrimaryKey ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.ProxyInfo ( )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.ProxyInfo ( DeploymentInfo depInfo, Object pk )Field 'this.interfaceType' in the object of this method has type 'InterfaceType'.
ProxyInfo.ProxyInfo ( DeploymentInfo deploymentInfo, Object primaryKey, java.util.List interfaces, InterfaceType proxyType )4th parameter 'proxyType' of this method has type 'InterfaceType'.
ri.sp.PseudoSecurityService.isCallerAuthorized ( reflect.Method method, InterfaceType type )2nd parameter 'type' of this method has type 'InterfaceType'.
RpcContainer.invoke ( Object p1, InterfaceType p2, Class p3, reflect.Method p4, Object[ ] p5, Object p6 )2nd parameter 'p2' of this abstract method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getBusinessObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBHome ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBMetaData ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getEJBObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbDaemon.getHomeHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getBusinessObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBHome ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBMetaData ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getEJBObject ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
server.ejbd.EjbServer.getHomeHandle ( ProxyInfo info )Field 'info.interfaceType' in 1st parameter 'info' of this method has type 'InterfaceType'.
spi.ApplicationServer.getBusinessObject ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBHome ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBMetaData ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getEJBObject ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getHandle ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.ApplicationServer.getHomeHandle ( ProxyInfo p1 )Field 'p1.interfaceType' in 1st parameter 'p1' of this abstract method has type 'InterfaceType'.
spi.SecurityService.isCallerAuthorized ( reflect.Method p1, InterfaceType p2 )2nd parameter 'p2' of this abstract method has type 'InterfaceType'.
package org.apache.openejb.assembler.classic
[+] EjbReferenceInfo (1)
| Change | Effect |
---|
1 | Field localbean has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localbean is ambiguous. |
[+] affected methods (1)
EjbReferenceInfo.EjbReferenceInfo ( )This constructor is from 'EjbReferenceInfo' class.
[+] EnterpriseBeanInfo (2)
| Change | Effect |
---|
1 | Field MANAGED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MANAGED is ambiguous. |
2 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (6)
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'.
org.apache.openejb.config.JndiEncInfoBuilder.buildDependsOnRefs ( org.apache.openejb.config.EjbModule module, org.apache.openejb.jee.EnterpriseBean enterpriseBean, EnterpriseBeanInfo beanInfo, String moduleId )3rd parameter 'beanInfo' of this method has type 'EnterpriseBeanInfo'.
[+] JndiBuilder.JndiNameStrategy.Interface (1)
| Change | Effect |
---|
1 | Field LOCALBEAN has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to LOCALBEAN is ambiguous. |
[+] affected methods (10)
JndiBuilder.JndiNameStrategy.getName ( Class p1, JndiBuilder.JndiNameStrategy.Interface p2 )2nd parameter 'p2' of this abstract method has type 'JndiBuilder.JndiNameStrategy.Interface'.
JndiBuilder.JndiNameStrategy.Interface.getAnnotationName ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.getOpenejbLegacy ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.getType ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.getXmlName ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.getXmlNameCc ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.valueOf ( String name )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.JndiNameStrategy.Interface.values ( )This method is from 'JndiBuilder.JndiNameStrategy.Interface' class.
JndiBuilder.LegacyAddedSuffixStrategy.getName ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type )2nd parameter 'type' of this method has type 'JndiBuilder.JndiNameStrategy.Interface'.
JndiBuilder.TemplatedStrategy.getName ( Class interfce, JndiBuilder.JndiNameStrategy.Interface type )2nd parameter 'type' of this method has type 'JndiBuilder.JndiNameStrategy.Interface'.
[+] SingletonBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localbean is ambiguous. |
[+] affected methods (1)
SingletonBeanInfo.SingletonBeanInfo ( )This constructor is from 'SingletonBeanInfo' class.
[+] StatefulBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localbean is ambiguous. |
[+] affected methods (1)
StatefulBeanInfo.StatefulBeanInfo ( )This constructor is from 'StatefulBeanInfo' class.
[+] StatelessBeanInfo (1)
| Change | Effect |
---|
1 | Field localbean has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localbean is ambiguous. |
[+] affected methods (1)
StatelessBeanInfo.StatelessBeanInfo ( )This constructor is from 'StatelessBeanInfo' class.
package org.apache.openejb.core.mdb
[+] EndpointFactory (1)
| Change | Effect |
---|
1 | Field jmxNames has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to jmxNames is ambiguous. |
[+] affected methods (5)
EndpointFactory.createEndpoint ( javax.transaction.xa.XAResource xaResource )This method is from 'EndpointFactory' class.
EndpointFactory.EndpointFactory ( javax.resource.spi.ActivationSpec activationSpec, MdbContainer container, org.apache.openejb.core.CoreDeploymentInfo deploymentInfo, MdbInstanceFactory instanceFactory, org.apache.openejb.resource.XAResourceWrapper xaResourceWrapper )This constructor is from 'EndpointFactory' class.
EndpointFactory.getActivationSpec ( )This method is from 'EndpointFactory' class.
EndpointFactory.getInstanceFactory ( )This method is from 'EndpointFactory' class.
EndpointFactory.isDeliveryTransacted ( reflect.Method method )This method is from 'EndpointFactory' class.
package org.apache.openejb.core.stateless
[+] StatelessInstanceManager (1)
| Change | Effect |
---|
1 | Field accessTimeout has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to accessTimeout is ambiguous. |
[+] 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.
openejb-cxf-3.1.2.jar
package org.apache.openejb.server.cxf
[+] CxfEndpoint (1)
| Change | Effect |
---|
1 | Field httpTransportFactory has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to httpTransportFactory is ambiguous. |
[+] affected methods (32)
CxfEndpoint.destroyHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.doPublish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getBinding ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getEndpoint ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getExecutor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementor ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getImplementorClass ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getMetadata ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getProperties ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getServer ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.getWsdlURL ( java.net.URL configurationBaseUrl, String wsdlFile )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.init ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.initHandlers ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isPublished ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.isSOAP11 ( )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( Object arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.publish ( String address )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setExecutor ( java.util.concurrent.Executor executor )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setMetadata ( java.util.List arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.setProperties ( java.util.Map arg0 )This method is from 'CxfEndpoint' abstract class.
CxfEndpoint.stop ( )This method is from 'CxfEndpoint' abstract class.
CxfWsContainer.createEndpoint ( )Field 'this.endpoint' in the object of this abstract method has type 'CxfEndpoint'.
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.destroy ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.getBus ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.getDefaultBus ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.processGET ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.processPOST ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
CxfWsContainer.start ( )Field 'this.endpoint' in the object of this method has type 'CxfEndpoint'.
ejb.EjbWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
pojo.PojoWsContainer.createEndpoint ( )Return value of this method has type 'CxfEndpoint'.
[+] CxfWsContainer (1)
| Change | Effect |
---|
1 | Field httpTransportFactory has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to httpTransportFactory is ambiguous. |
[+] affected methods (9)
CxfWsContainer.createEndpoint ( )This abstract method is from 'CxfWsContainer' abstract class.
CxfWsContainer.CxfWsContainer ( org.apache.cxf.Bus bus, org.apache.openejb.core.webservices.PortData port )This constructor is from 'CxfWsContainer' abstract class.
CxfWsContainer.destroy ( )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.getBus ( )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.getDefaultBus ( )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.onMessage ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.processGET ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.processPOST ( org.apache.openejb.server.httpd.HttpRequest request, org.apache.openejb.server.httpd.HttpResponse response )This method is from 'CxfWsContainer' abstract class.
CxfWsContainer.start ( )This method is from 'CxfWsContainer' abstract class.
openejb-jee-3.1.2.jar
package org.apache.openejb.jee
[+] ActivationSpec (1)
| Change | Effect |
---|
1 | Field configProperty has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to configProperty is ambiguous. |
[+] affected methods (19)
ActivationSpec.ActivationSpec ( )This constructor is from 'ActivationSpec' class.
ActivationSpec.ActivationSpec ( Class activationSpecClass )This constructor is from 'ActivationSpec' class.
ActivationSpec.ActivationSpec ( String activationSpecClass )This constructor is from 'ActivationSpec' class.
ActivationSpec.addRequiredConfigProperty ( String name )This method is from 'ActivationSpec' class.
ActivationSpec.getActivationSpecClass ( )This method is from 'ActivationSpec' class.
ActivationSpec.getId ( )This method is from 'ActivationSpec' class.
ActivationSpec.getRequiredConfigProperty ( )This method is from 'ActivationSpec' class.
ActivationSpec.setActivationSpecClass ( String value )This method is from 'ActivationSpec' class.
ActivationSpec.setId ( String value )This method is from 'ActivationSpec' class.
MessageAdapter.addMessageListener ( MessageListener listener )Field 'RetVal.activationSpec' in return value of this method has type 'ActivationSpec'.
MessageListener.getActivationSpec ( )Return value of this method has type 'ActivationSpec'.
MessageListener.getId ( )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.getMessageListenerType ( )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.MessageListener ( )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.MessageListener ( Class messageListenerType, Class activationSpecClass )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.MessageListener ( String messageListenerType, String activationSpecClass )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.setActivationSpec ( ActivationSpec value )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.setId ( String value )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
MessageListener.setMessageListenerType ( String value )Field 'this.activationSpec' in the object of this method has type 'ActivationSpec'.
[+] ConfigProperty (3)
| Change | Effect |
---|
1 | Field configPropertyConfidential has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to configPropertyConfidential is ambiguous. |
2 | Field configPropertyIgnore has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to configPropertyIgnore is ambiguous. |
3 | Field configPropertySupportsDynamicUpdates has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to configPropertySupportsDynamicUpdates is ambiguous. |
[+] affected methods (10)
ConfigProperty.ConfigProperty ( )This constructor is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyName ( )This method is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyType ( )This method is from 'ConfigProperty' class.
ConfigProperty.getConfigPropertyValue ( )This method is from 'ConfigProperty' class.
ConfigProperty.getDescription ( )This method is from 'ConfigProperty' class.
ConfigProperty.getId ( )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyName ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyType ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setConfigPropertyValue ( String value )This method is from 'ConfigProperty' class.
ConfigProperty.setId ( String value )This method is from 'ConfigProperty' class.
[+] MessageDrivenBean (1)
| Change | Effect |
---|
1 | Field securityRoleRef has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to securityRoleRef is ambiguous. |
[+] affected methods (68)
MessageDrivenBean.addAroundInvoke ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.addPostConstruct ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.addPreDestroy ( String method )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getAcknowledgeMode ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getActivationConfig ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getAroundInvoke ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDescription ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDescriptions ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDisplayName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getDisplayNames ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbClass ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbLocalRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbLocalRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEjbRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEnvEntry ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getEnvEntryMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIcon ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIconMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getIcons ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getId ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getJndiConsumerName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMappedName ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationLink ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDestinationType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageDrivenDestination ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessageSelector ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getMessagingType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceContextRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceContextRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceUnitRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPersistenceUnitRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPostConstruct ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getPreDestroy ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceEnvRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceEnvRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getResourceRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getSecurityIdentity ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getServiceRef ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getServiceRefMap ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getTimeoutMethod ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.getTransactionType ( )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( Class ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName, Class ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.MessageDrivenBean ( String ejbName, String ejbClass )This constructor is from 'MessageDrivenBean' class.
MessageDrivenBean.setAcknowledgeMode ( String acknowledgeMode )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setActivationConfig ( ActivationConfig value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setDescriptions ( Text[ ] text )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setDisplayNames ( Text[ ] text )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbClass ( Class value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbClass ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setEjbName ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setId ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMappedName ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDestinationLink ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDestinationType ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageDrivenDestination ( MessageDrivenDestination value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessageSelector ( String messageSelector )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setMessagingType ( String value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setSecurityIdentity ( SecurityIdentity value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setTimeoutMethod ( NamedMethod value )This method is from 'MessageDrivenBean' class.
MessageDrivenBean.setTransactionType ( TransactionType value )This method is from 'MessageDrivenBean' class.
[+] SessionBean (1)
| Change | Effect |
---|
1 | Field localBean has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to localBean is ambiguous. |
[+] affected methods (88)
SessionBean.addAroundInvoke ( String method )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( Class businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessLocal ( String businessLocal )This method is from 'SessionBean' class.
SessionBean.addBusinessRemote ( Class businessRemote )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.getConcurrencyType ( )This method is from 'SessionBean' class.
SessionBean.getDependsOn ( )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.getLoadOnStartup ( )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.hasLoadOnStartup ( )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.setConcurrencyType ( ConcurrencyType value )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( String[ ] ejbNames )This method is from 'SessionBean' class.
SessionBean.setDependsOn ( java.util.List ejbNames )This method 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 ( Class value )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.setLoadOnStartup ( boolean loadOnStartup )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 MANAGED has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to MANAGED is ambiguous. |
[+] affected methods (94)
SessionBean.addAroundInvoke ( String method )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.addBusinessLocal ( Class businessLocal )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 ( Class businessRemote )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.getConcurrencyType ( )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.getDependsOn ( )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.getLoadOnStartup ( )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 ( )Field 'this.sessionType' in the object 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.hasLoadOnStartup ( )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 )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setConcurrencyType ( ConcurrencyType value )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setDependsOn ( String[ ] ejbNames )Field 'this.sessionType' in the object of this method has type 'SessionType'.
SessionBean.setDependsOn ( java.util.List ejbNames )Field 'this.sessionType' in the object 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 ( Class value )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.setLoadOnStartup ( boolean loadOnStartup )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 )Field 'this.sessionType' in the object 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.getName ( )This method is from 'SessionType' class.
SessionType.valueOf ( String name )Return value of this method has type 'SessionType'.
SessionType.values ( )This method is from 'SessionType' class.
SingletonBean.setSessionType ( SessionType value )1st parameter 'value' of this method has type 'SessionType'.
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'.
[+] WebApp (1)
| Change | Effect |
---|
1 | Field taglib has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to taglib is ambiguous. |
[+] affected methods (61)
org.apache.openejb.config.ReadDescriptors.readWebApp ( java.net.URL url )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.getWebApp ( )Return value of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.setWebApp ( WebApp webApp )1st parameter 'webApp' of this method has type 'WebApp'.
org.apache.openejb.config.WebModule.WebModule ( WebApp webApp, String contextRoot, ClassLoader classLoader, String jarLocation, String moduleId )1st parameter 'webApp' of this method has type 'WebApp'.
ObjectFactory.createWebApp ( WebApp value )1st parameter 'value' of this method has type 'WebApp'.
WebApp.getContextParam ( )This method is from 'WebApp' class.
WebApp.getContextRoot ( )This method is from 'WebApp' class.
WebApp.getDescription ( )This method is from 'WebApp' class.
WebApp.getDescriptions ( )This method is from 'WebApp' class.
WebApp.getDisplayName ( )This method is from 'WebApp' class.
WebApp.getDisplayNames ( )This method is from 'WebApp' class.
WebApp.getDistributable ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRef ( )This method is from 'WebApp' class.
WebApp.getEjbLocalRefMap ( )This method is from 'WebApp' class.
WebApp.getEjbRef ( )This method is from 'WebApp' class.
WebApp.getEjbRefMap ( )This method is from 'WebApp' class.
WebApp.getEnvEntry ( )This method is from 'WebApp' class.
WebApp.getEnvEntryMap ( )This method is from 'WebApp' class.
WebApp.getErrorPage ( )This method is from 'WebApp' class.
WebApp.getFilter ( )This method is from 'WebApp' class.
WebApp.getFilterMapping ( )This method is from 'WebApp' class.
WebApp.getIcon ( )This method is from 'WebApp' class.
WebApp.getIconMap ( )This method is from 'WebApp' class.
WebApp.getIcons ( )This method is from 'WebApp' class.
WebApp.getId ( )This method is from 'WebApp' class.
WebApp.getJndiConsumerName ( )This method is from 'WebApp' class.
WebApp.getJspConfig ( )This method is from 'WebApp' class.
WebApp.getListener ( )This method is from 'WebApp' class.
WebApp.getLocaleEncodingMappingList ( )This method is from 'WebApp' class.
WebApp.getLoginConfig ( )This method is from 'WebApp' class.
WebApp.getMessageDestination ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRef ( )This method is from 'WebApp' class.
WebApp.getMessageDestinationRefMap ( )This method is from 'WebApp' class.
WebApp.getMimeMapping ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceContextRefMap ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRef ( )This method is from 'WebApp' class.
WebApp.getPersistenceUnitRefMap ( )This method is from 'WebApp' class.
WebApp.getPostConstruct ( )This method is from 'WebApp' class.
WebApp.getPreDestroy ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRef ( )This method is from 'WebApp' class.
WebApp.getResourceEnvRefMap ( )This method is from 'WebApp' class.
WebApp.getResourceRef ( )This method is from 'WebApp' class.
WebApp.getResourceRefMap ( )This method is from 'WebApp' class.
WebApp.getSecurityConstraint ( )This method is from 'WebApp' class.
WebApp.getSecurityRole ( )This method is from 'WebApp' class.
WebApp.getServiceRef ( )This method is from 'WebApp' class.
WebApp.getServiceRefMap ( )This method is from 'WebApp' class.
WebApp.getServlet ( )This method is from 'WebApp' class.
WebApp.getServletMapping ( )This method is from 'WebApp' class.
WebApp.getSessionConfig ( )This method is from 'WebApp' class.
WebApp.getVersion ( )This method is from 'WebApp' class.
WebApp.getWelcomeFileList ( )This method is from 'WebApp' class.
WebApp.isMetadataComplete ( )This method is from 'WebApp' class.
WebApp.setContextRoot ( String contextRoot )This method is from 'WebApp' class.
WebApp.setDescriptions ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setDisplayNames ( Text[ ] text )This method is from 'WebApp' class.
WebApp.setId ( String value )This method is from 'WebApp' class.
WebApp.setMetadataComplete ( Boolean value )This method is from 'WebApp' class.
WebApp.setVersion ( String value )This method is from 'WebApp' class.
WebApp.WebApp ( )This constructor is from 'WebApp' class.
package org.apache.openejb.jee.oejb2
[+] EntityBeanType (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (37)
EntityBeanType.EntityBeanType ( )This constructor is from 'EntityBeanType' class.
EntityBeanType.getAbstractNamingEntry ( )This method is from 'EntityBeanType' class.
EntityBeanType.getCache ( )This method is from 'EntityBeanType' class.
EntityBeanType.getCmpFieldMapping ( )This method is from 'EntityBeanType' class.
EntityBeanType.getEjbLocalRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getEjbName ( )This method is from 'EntityBeanType' class.
EntityBeanType.getEjbRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getId ( )This method is from 'EntityBeanType' class.
EntityBeanType.getJndi ( )This method is from 'EntityBeanType' class.
EntityBeanType.getJndiName ( )This method is from 'EntityBeanType' class.
EntityBeanType.getKeyGenerator ( )This method is from 'EntityBeanType' class.
EntityBeanType.getLocalJndiName ( )This method is from 'EntityBeanType' class.
EntityBeanType.getPersistenceContextRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getPersistenceUnitRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getPrefetchGroup ( )This method is from 'EntityBeanType' class.
EntityBeanType.getPrimkeyField ( )This method is from 'EntityBeanType' class.
EntityBeanType.getQuery ( )This method is from 'EntityBeanType' class.
EntityBeanType.getResourceEnvRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getResourceRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getServiceRef ( )This method is from 'EntityBeanType' class.
EntityBeanType.getTableName ( )This method is from 'EntityBeanType' class.
EntityBeanType.getTss ( )This method is from 'EntityBeanType' class.
EntityBeanType.getTssLink ( )This method is from 'EntityBeanType' class.
EntityBeanType.isSelectForUpdate ( )This method is from 'EntityBeanType' class.
EntityBeanType.isStaticSql ( )This method is from 'EntityBeanType' class.
EntityBeanType.setCache ( EntityBeanType.Cache value )This method is from 'EntityBeanType' class.
EntityBeanType.setEjbName ( String value )This method is from 'EntityBeanType' class.
EntityBeanType.setId ( String value )This method is from 'EntityBeanType' class.
EntityBeanType.setKeyGenerator ( KeyGeneratorType value )This method is from 'EntityBeanType' class.
EntityBeanType.setPrefetchGroup ( EntityBeanType.PrefetchGroup value )This method is from 'EntityBeanType' class.
EntityBeanType.setPrimkeyField ( String value )This method is from 'EntityBeanType' class.
EntityBeanType.setSelectForUpdate ( boolean value )This method is from 'EntityBeanType' class.
EntityBeanType.setStaticSql ( boolean value )This method is from 'EntityBeanType' class.
EntityBeanType.setTableName ( String value )This method is from 'EntityBeanType' class.
EntityBeanType.setTss ( PatternType value )This method is from 'EntityBeanType' class.
EntityBeanType.setTssLink ( String value )This method is from 'EntityBeanType' class.
ObjectFactory.createEntityBeanType ( )Return value of this method has type 'EntityBeanType'.
[+] MessageDrivenBeanType (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (21)
MessageDrivenBeanType.getAbstractNamingEntry ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getActivationConfig ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getEjbLocalRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getEjbName ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getEjbRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getId ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getJndi ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getJndiName ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getLocalJndiName ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getPersistenceContextRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getPersistenceUnitRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getResourceAdapter ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getResourceEnvRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getResourceRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.getServiceRef ( )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.MessageDrivenBeanType ( )This constructor is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.setActivationConfig ( ActivationConfigType value )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.setEjbName ( String value )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.setId ( String value )This method is from 'MessageDrivenBeanType' class.
MessageDrivenBeanType.setResourceAdapter ( ResourceLocatorType value )This method is from 'MessageDrivenBeanType' class.
ObjectFactory.createMessageDrivenBeanType ( )Return value of this method has type 'MessageDrivenBeanType'.
[+] OpenejbJarType (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (24)
org.apache.openejb.config.OpenEjb2Conversion.convertEjbRefs ( org.apache.openejb.jee.EjbJar ejbJar, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )3rd parameter 'openejbJarType' of this method has type 'OpenejbJarType'.
org.apache.openejb.config.OpenEjb2Conversion.convertMdbConfigs ( org.apache.openejb.jee.EjbJar ejbJar, OpenejbJarType openejbJarType )2nd parameter 'openejbJarType' of this method has type 'OpenejbJarType'.
org.apache.openejb.config.OpenEjb2Conversion.mergeEntityMappings ( String moduleId, org.apache.openejb.jee.jpa.EntityMappings entityMappings, org.apache.openejb.jee.oejb3.OpenejbJar openejbJar, OpenejbJarType openejbJarType )4th parameter 'openejbJarType' of this method has type 'OpenejbJarType'.
ObjectFactory.createOpenejbJar ( OpenejbJarType value )1st parameter 'value' of this method has type 'OpenejbJarType'.
ObjectFactory.createOpenejbJarType ( )Return value of this method has type 'OpenejbJarType'.
OpenejbJarType.getCmpConnectionFactory ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getDbSyntaxFactory ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getEjbQlCompilerFactory ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getEjbRelation ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getEnterpriseBeans ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getEnvironment ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getMessageDestination ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getPersistence ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getSecurity ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.getService ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.isEnforceForeignKeyConstraints ( )This method is from 'OpenejbJarType' class.
OpenejbJarType.OpenejbJarType ( )This constructor is from 'OpenejbJarType' class.
OpenejbJarType.setCmpConnectionFactory ( ResourceLocatorType value )This method is from 'OpenejbJarType' class.
OpenejbJarType.setDbSyntaxFactory ( String value )This method is from 'OpenejbJarType' class.
OpenejbJarType.setEjbQlCompilerFactory ( String value )This method is from 'OpenejbJarType' class.
OpenejbJarType.setEjbRelation ( java.util.List ejbRelation )This method is from 'OpenejbJarType' class.
OpenejbJarType.setEnforceForeignKeyConstraints ( boolean value )This method is from 'OpenejbJarType' class.
OpenejbJarType.setEnvironment ( EnvironmentType value )This method is from 'OpenejbJarType' class.
OpenejbJarType.setSecurity ( javax.xml.bind.JAXBElement security )This method is from 'OpenejbJarType' class.
[+] SessionBeanType (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (28)
ObjectFactory.createSessionBeanType ( )Return value of this method has type 'SessionBeanType'.
SessionBeanType.getAbstractNamingEntry ( )This method is from 'SessionBeanType' class.
SessionBeanType.getCacheSize ( )This method is from 'SessionBeanType' class.
SessionBeanType.getEjbLocalRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getEjbName ( )This method is from 'SessionBeanType' class.
SessionBeanType.getEjbRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getId ( )This method is from 'SessionBeanType' class.
SessionBeanType.getJndi ( )This method is from 'SessionBeanType' class.
SessionBeanType.getJndiName ( )This method is from 'SessionBeanType' class.
SessionBeanType.getLocalJndiName ( )This method is from 'SessionBeanType' class.
SessionBeanType.getPersistenceContextRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getPersistenceUnitRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getResourceEnvRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getResourceRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getServiceRef ( )This method is from 'SessionBeanType' class.
SessionBeanType.getTss ( )This method is from 'SessionBeanType' class.
SessionBeanType.getTssLink ( )This method is from 'SessionBeanType' class.
SessionBeanType.getWebServiceAddress ( )This method is from 'SessionBeanType' class.
SessionBeanType.getWebServiceSecurity ( )This method is from 'SessionBeanType' class.
SessionBeanType.getWebServiceVirtualHost ( )This method is from 'SessionBeanType' class.
SessionBeanType.SessionBeanType ( )This constructor is from 'SessionBeanType' class.
SessionBeanType.setCacheSize ( Integer value )This method is from 'SessionBeanType' class.
SessionBeanType.setEjbName ( String value )This method is from 'SessionBeanType' class.
SessionBeanType.setId ( String value )This method is from 'SessionBeanType' class.
SessionBeanType.setTss ( PatternType value )This method is from 'SessionBeanType' class.
SessionBeanType.setTssLink ( String value )This method is from 'SessionBeanType' class.
SessionBeanType.setWebServiceAddress ( String value )This method is from 'SessionBeanType' class.
SessionBeanType.setWebServiceSecurity ( WebServiceSecurityType value )This method is from 'SessionBeanType' class.
package org.apache.openejb.jee.oejb3
[+] EjbDeployment (1)
| Change | Effect |
---|
1 | Field properties has been added to this class. | No effect. NOTE: A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to properties is ambiguous. |
[+] affected methods (22)
EjbDeployment.addEjbLink ( EjbLink ejbLink )This method is from 'EjbDeployment' class.
EjbDeployment.addQuery ( Query query )This method is from 'EjbDeployment' class.
EjbDeployment.addResourceLink ( ResourceLink resourceLink )This method is from 'EjbDeployment' class.
EjbDeployment.EjbDeployment ( )This constructor is from 'EjbDeployment' class.
EjbDeployment.EjbDeployment ( String containerId, String deploymentId, String ejbName )This constructor is from 'EjbDeployment' class.
EjbDeployment.getContainerId ( )This method is from 'EjbDeployment' class.
EjbDeployment.getDeploymentId ( )This method is from 'EjbDeployment' class.
EjbDeployment.getEjbLink ( )This method is from 'EjbDeployment' class.
EjbDeployment.getEjbLink ( String refName )This method is from 'EjbDeployment' class.
EjbDeployment.getEjbLinksMap ( )This method is from 'EjbDeployment' class.
EjbDeployment.getEjbName ( )This method is from 'EjbDeployment' class.
EjbDeployment.getJndi ( )This method is from 'EjbDeployment' class.
EjbDeployment.getQuery ( )This method is from 'EjbDeployment' class.
EjbDeployment.getResourceLink ( )This method is from 'EjbDeployment' class.
EjbDeployment.getResourceLink ( String refName )This method is from 'EjbDeployment' class.
EjbDeployment.getResourceLinksMap ( )This method is from 'EjbDeployment' class.
EjbDeployment.removeResourceLink ( String resRefName )This method is from 'EjbDeployment' class.
EjbDeployment.setContainerId ( String value )This method is from 'EjbDeployment' class.
EjbDeployment.setDeploymentId ( String value )This method is from 'EjbDeployment' class.
EjbDeployment.setEjbName ( String value )This method is from 'EjbDeployment' class.
ObjectFactory.createEjbDeployment ( )Return value of this method has type 'EjbDeployment'.
OpenejbJar.removeEjbDeployment ( EjbDeployment ejbDeployment )1st parameter 'ejbDeployment' of this method has type 'EjbDeployment'.
to the top
Java ARchives (14)
openejb-api-3.1.2.jar
openejb-client-3.1.2.jar
openejb-core-3.1.2.jar
openejb-cxf-3.1.2.jar
openejb-ejbd-3.1.2.jar
openejb-hsql-3.1.2.jar
openejb-http-3.1.2.jar
openejb-javaagent-3.1.2.jar
openejb-jee-3.1.2.jar
openejb-loader-3.1.2.jar
openejb-multicast-3.1.2.jar
openejb-server-3.1.2.jar
openejb-telnet-3.1.2.jar
openejb-webservices-3.1.2.jar
to the top
Generated on Thu May 3 11:08:46 2012 for OpenEJB by Java API Compliance Checker 1.1.1
A tool for checking backward compatibility of a Java library API