A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AC_CREATE_EJBHOME - Static variable in interface org.openejb.DeploymentInfo
 
ANCHOR_HREF_TYPE - Static variable in class org.openejb.util.HtmlUtilities
type for <a href="href"...>
ANCHOR_NAME_TYPE - Static variable in class org.openejb.util.HtmlUtilities
type for <a name="name"...>
ASSEMBLER - Static variable in class org.openejb.EnvProps
 
AUTH_DENIED - Static variable in interface org.openejb.client.ResponseCodes
 
AUTH_GRANTED - Static variable in interface org.openejb.client.ResponseCodes
 
AUTH_REDIRECT - Static variable in interface org.openejb.client.ResponseCodes
 
AUTH_REQUEST - Static variable in interface org.openejb.client.RequestMethods
 
Abort_output - Static variable in interface org.openejb.server.telnet.TelnetCodes
The function AO.
AdminDaemon - class org.openejb.server.admin.AdminDaemon.
This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels.
AdminDaemon() - Constructor for class org.openejb.server.admin.AdminDaemon
 
ApplicationException - exception org.openejb.ApplicationException.
-------------- EJB 2.0 18.1.1 Application exceptions An application exception is an exception defined in the throws clause of a method of the enterprise bean?s home and component interfaces, other than the java.rmi.RemoteException.
ApplicationException() - Constructor for class org.openejb.ApplicationException
Constructs an empty ApplicationException instance.
ApplicationException(String) - Constructor for class org.openejb.ApplicationException
Constructs a ApplicationException with the specified message indicating the source of the problem that occurred.
ApplicationException(Exception) - Constructor for class org.openejb.ApplicationException
Constructs a ApplicationException with the source of the problem that occurred.
ApplicationException(Throwable) - Constructor for class org.openejb.ApplicationException
 
ApplicationException(String, Exception) - Constructor for class org.openejb.ApplicationException
Constructs a ApplicationException with the specified message indicating the source of the problem that occurred and the original "root cause" exception that was thrown when the problem occurred.
ApplicationServer - interface org.openejb.spi.ApplicationServer.
LOCAL to REMOTE SERIALIZATION
Are_You_There - Static variable in interface org.openejb.server.telnet.TelnetCodes
The function AYT.
ArrayEnumeration - class org.openejb.util.ArrayEnumeration.
An Externalizable Enumeration.
ArrayEnumeration(Vector) - Constructor for class org.openejb.util.ArrayEnumeration
 
ArrayEnumeration(List) - Constructor for class org.openejb.util.ArrayEnumeration
 
ArrayEnumeration() - Constructor for class org.openejb.util.ArrayEnumeration
 
ArrayStack - class org.openejb.util.ArrayStack.
Unsynchronized Stack.
ArrayStack() - Constructor for class org.openejb.util.ArrayStack
 
Assembler - class org.openejb.alt.assembler.classic.Assembler.
This method performs the following actions(in order): 1 Assembles Containers and Deployments 1.1 Assembles StatefulContainer(s) 1.1.1 Assembles Stateful SessionBean Deployments 1.2 Assembles StatelessContainer(s) 1.2.1 Assembles Stateless SessionBean Deployments 1.3 Assembles EntityContainer(s) 1.3.1 Assembles EntityBean Deployments 2 Assembles SecurityService 3 Assembles TransactionService 4 Assembles ConnectionManager(s) 5 Assembles Connector(s) 7 Applies MethodPermission(s) 8 Applies SecurityRole(s) 8 Applies TransactionAttribute(s) 10 Assembles ProxyFactory 11 Assembles bean JNDI namespaces
Assembler() - Constructor for class org.openejb.alt.assembler.classic.Assembler
 
Assembler - interface org.openejb.spi.Assembler.
 
AssemblerFactory - class org.openejb.spi.AssemblerFactory.
 
AssemblerFactory() - Constructor for class org.openejb.spi.AssemblerFactory
 
AssemblerTool - class org.openejb.alt.assembler.classic.AssemblerTool.
This class provides a set of utility methods for constructing various artifacts in the container system from org.openejb.alt.assembler.classic configuration classes.
AssemblerTool() - Constructor for class org.openejb.alt.assembler.classic.AssemblerTool
 
AssemblerTool.RoleMapping - class org.openejb.alt.assembler.classic.AssemblerTool.RoleMapping.
This class encapsulates a mapping between a collection of logical roles and each of those roles equivalent physical security roles in the target environment.
AssemblerTool.RoleMapping(RoleMappingInfo[]) - Constructor for class org.openejb.alt.assembler.classic.AssemblerTool.RoleMapping
Constructs an instance from a RoleMappingInfo configuration object.
AssemblyDescriptor - class org.openejb.alt.config.ejb11.AssemblyDescriptor.
Class AssemblyDescriptor.
AssemblyDescriptor() - Constructor for class org.openejb.alt.config.ejb11.AssemblyDescriptor
 
AssemblyDescriptorDescriptor - class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor.
Class AssemblyDescriptorDescriptor.
AssemblyDescriptorDescriptor() - Constructor for class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
 
AuthenticationRequest - class org.openejb.client.AuthenticationRequest.
 
AuthenticationRequest() - Constructor for class org.openejb.client.AuthenticationRequest
Constructs a new AuthenticationRequest to send to the server.
AuthenticationRequest(Object, Object) - Constructor for class org.openejb.client.AuthenticationRequest
Constructs a new AuthenticationRequest to send to the server.
AuthenticationResponse - class org.openejb.client.AuthenticationResponse.
 
AuthenticationResponse() - Constructor for class org.openejb.client.AuthenticationResponse
 
AuthenticationResponse(int) - Constructor for class org.openejb.client.AuthenticationResponse
 
AutoDeployer - class org.openejb.alt.config.AutoDeployer.
This class represents a command line tool for deploying beans.
AutoDeployer(Openejb) - Constructor for class org.openejb.alt.config.AutoDeployer
 
activate(Object) - Method in interface org.openejb.core.stateful.PassivationStrategy
The implementation must NOT use a separate thread to deserialize or otherwise retrieve the instance when this method is called.
activate(Object) - Method in class org.openejb.core.stateful.RAFPassivater
 
activate(Object) - Method in class org.openejb.core.stateful.SimplePassivater
 
activate(Object) - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
addCmpField(CmpField) - Method in class org.openejb.alt.config.ejb11.Entity
Method addCmpField
addCmpField(int, CmpField) - Method in class org.openejb.alt.config.ejb11.Entity
Method addCmpField
addConnectionEventListener(ConnectionEventListener) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
addConnector(Connector) - Method in class org.openejb.alt.config.sys.Openejb
Method addConnector
addConnector(int, Connector) - Method in class org.openejb.alt.config.sys.Openejb
Method addConnector
addContainer(Container) - Method in class org.openejb.alt.config.sys.Openejb
Method addContainer
addContainer(int, Container) - Method in class org.openejb.alt.config.sys.Openejb
Method addContainer
addContainer(Object, Container) - Method in class org.openejb.core.ContainerSystem
Adds a Container to the list of those that are managed by this container system.
addContainerTransaction(ContainerTransaction) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addContainerTransaction
addContainerTransaction(int, ContainerTransaction) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addContainerTransaction
addDeployment(DeploymentInfo) - Method in class org.openejb.core.ContainerSystem
Adds a DeploymentInfo object to the list of those that are registered by this container System.
addDeploymentEntryToConfig(String, Openejb) - Static method in class org.openejb.alt.config.ConfigUtils
 
addDeployments(Deployments) - Method in class org.openejb.alt.config.sys.Openejb
Method addDeployments
addDeployments(int, Deployments) - Method in class org.openejb.alt.config.sys.Openejb
Method addDeployments
addEjbDeployment(EjbDeployment) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method addEjbDeployment
addEjbDeployment(int, EjbDeployment) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method addEjbDeployment
addEjbLocalRef(EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEjbLocalRef
addEjbLocalRef(int, EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEjbLocalRef
addEjbLocalRef(EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addEjbLocalRef
addEjbLocalRef(int, EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addEjbLocalRef
addEjbRef(EjbRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEjbRef
addEjbRef(int, EjbRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEjbRef
addEjbRef(EjbRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addEjbRef
addEjbRef(int, EjbRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addEjbRef
addEjbSet(EjbSet) - Method in class org.openejb.alt.config.EjbValidator
 
addEnterpriseBeansItem(EnterpriseBeansItem) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method addEnterpriseBeansItem
addEnterpriseBeansItem(int, EnterpriseBeansItem) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method addEnterpriseBeansItem
addEnvEntry(EnvEntry) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEnvEntry
addEnvEntry(int, EnvEntry) - Method in class org.openejb.alt.config.ejb11.Entity
Method addEnvEntry
addEnvEntry(EnvEntry) - Method in class org.openejb.alt.config.ejb11.Session
Method addEnvEntry
addEnvEntry(int, EnvEntry) - Method in class org.openejb.alt.config.ejb11.Session
Method addEnvEntry
addError(ValidationError) - Method in class org.openejb.alt.config.EjbSet
 
addFailure(ValidationFailure) - Method in class org.openejb.alt.config.EjbSet
 
addFileToJar(String, String) - Static method in class org.openejb.util.JarUtils
 
addHttpListener(HttpListener, String) - Method in class org.openejb.server.httpd.HttpListenerRegistry
 
addJar(JarFile) - Method in class org.openejb.util.MemoryClassLoader
Adds a new JAR to this ClassLoader.
addJar(JarInputStream) - Method in class org.openejb.util.MemoryClassLoader
Adds a new JAR to this ClassLoader.
addJarToPath(URL, URLClassLoader) - Method in class org.openejb.loader.BasicURLClassPath
 
addJarToPath(URL) - Method in interface org.openejb.loader.ClassPath
 
addJarToPath(URL) - Method in class org.openejb.loader.ContextClassPath
 
addJarToPath(URL) - Method in class org.openejb.loader.SystemClassPath
 
addJarToPath(URL) - Method in class org.openejb.loader.TomcatClassPath
 
addJarsToPath(File, URLClassLoader) - Method in class org.openejb.loader.BasicURLClassPath
 
addJarsToPath(File) - Method in interface org.openejb.loader.ClassPath
 
addJarsToPath(File) - Method in class org.openejb.loader.ContextClassPath
 
addJarsToPath(File) - Method in class org.openejb.loader.SystemClassPath
 
addJarsToPath(File) - Method in class org.openejb.loader.TomcatClassPath
 
addJndiProvider(JndiProvider) - Method in class org.openejb.alt.config.sys.Openejb
Method addJndiProvider
addJndiProvider(int, JndiProvider) - Method in class org.openejb.alt.config.sys.Openejb
Method addJndiProvider
addMethod(Method) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method addMethod
addMethod(int, Method) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method addMethod
addMethod(Method) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method addMethod
addMethod(int, Method) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method addMethod
addMethodParam(String) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method addMethodParam
addMethodParam(int, String) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method addMethodParam
addMethodPermission(MethodPermission) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addMethodPermission
addMethodPermission(int, MethodPermission) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addMethodPermission
addQuery(Query) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method addQuery
addQuery(int, Query) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method addQuery
addQuery(Method, String) - Method in class org.openejb.core.DeploymentInfo
This method maps a query method (ejbFind) to a query string.
addResource(Resource) - Method in class org.openejb.alt.config.sys.Openejb
Method addResource
addResource(int, Resource) - Method in class org.openejb.alt.config.sys.Openejb
Method addResource
addResourceLink(ResourceLink) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method addResourceLink
addResourceLink(int, ResourceLink) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method addResourceLink
addResourceRef(ResourceRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addResourceRef
addResourceRef(int, ResourceRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addResourceRef
addResourceRef(ResourceRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addResourceRef
addResourceRef(int, ResourceRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addResourceRef
addRoleName(String) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method addRoleName
addRoleName(int, String) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method addRoleName
addSecurityRole(SecurityRole) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addSecurityRole
addSecurityRole(int, SecurityRole) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method addSecurityRole
addSecurityRoleRef(SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addSecurityRoleRef
addSecurityRoleRef(int, SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method addSecurityRoleRef
addSecurityRoleRef(SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addSecurityRoleRef
addSecurityRoleRef(int, SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Session
Method addSecurityRoleRef
addSecurityRoleReference(String, String[]) - Method in class org.openejb.core.DeploymentInfo
Adds a security-role-ref to physical role mapping.
addServiceProvider(ServiceProvider) - Method in class org.openejb.alt.config.sys.ServicesJar
Method addServiceProvider
addServiceProvider(int, ServiceProvider) - Method in class org.openejb.alt.config.sys.ServicesJar
Method addServiceProvider
addToEnvironment(String, Object) - Method in class org.openejb.client.JNDIContext
 
addToEnvironment(String, Object) - Method in class org.openejb.core.ivm.naming.IvmContext
 
addWarning(ValidationWarning) - Method in class org.openejb.alt.config.EjbSet
 
afterCompletion(int) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.SynchronizationWrapper
 
afterCompletion(int) - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
afterCompletion(int) - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
This method is called by the transaction manager after the transaction is committed or rolled back.
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
In the case of a stateful session bean, it is possible that the business method that started a transaction completes without committing or rolling back the transaction.
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
If a stateless session bean instance starts a transaction in a business method, it must commit the transaction before the business method returns.
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TransactionPolicy
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxManditory
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNever
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNotSupported
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequired
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequiresNew
 
afterInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxSupports
 
allocateConnection(ManagedConnectionFactory, ConnectionRequestInfo) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
ancillaryState - Variable in class org.openejb.core.stateful.BeanEntry
 
appendMethodPermissions(Method, String[]) - Method in class org.openejb.core.DeploymentInfo
Appends a Method and a list of authorized roles to the internal list of mehtod permissions.
applyMethodPermissions(DeploymentInfo, MethodPermissionInfo[]) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method applies a set of method permissions to a deploymentInfo object, so that the container can verify that a specific physical security role has access to a specific method.
applyMethodPermissions(DeploymentInfo, MethodPermissionInfo[], AssemblerTool.RoleMapping) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method applies a set of method permissions and RoleMapping to a deploymentInfo object, so that the container can verify that a specific physical security role has access to a specific method.
applyProperties(Object, Properties) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method will automatically attempt to invoke an init(Properties ) method on the target object, passing in the properties and an argument.
applyProxyFactory(IntraVmServerInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method constructs a ProxyFactory from teh IntraVmServerInfo conf class and automatically registers that ProxyFactory with the ProxyManager as the default proxy.
applyRoleMappings(MethodPermissionInfo, AssemblerTool.RoleMapping) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
applySecurityRoleReference(DeploymentInfo, EnterpriseBeanInfo, AssemblerTool.RoleMapping) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
Maps the security role references used by enterprise beans to their associated physical in the target environment.
applyTransactionAttributes(DeploymentInfo, MethodTransactionInfo[]) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method applies the transaction attributed described by the collection of MethodTransactionInfo object to the org.openejb.core.DeploymentInfo objects.
assembleConnectionManager(ConnectionManagerInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This class will assemble a ConnectionManager instace from a ConnectionManagerInfo configuration object.
assembleContainers(ContainerSystem, ContainerSystemInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
When given a complete ContainerSystemInfo object, this method, will construct all the containers (entity, stateful, stateless) and add those containers to the ContainerSystem.
assembleManagedConnectionFactory(ManagedConnectionFactoryInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method will assemble a ManagedConnectionFactory instance from a ManagedConnecitonFactoryInfo configuration object.
assemblePropertiesFor(String, String, String, String, ServiceProvider) - Static method in class org.openejb.alt.config.ServiceUtils
 
assembleRemoteJndiContext(JndiContextInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
assembleSecurityService(SecurityServiceInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method assembles the SecurityService from the SecuirtyServiceInfo configuration object.
assembleTransactionManager(TransactionServiceInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
This method assembles the TransactionManager from the TransactionServiceInfo configuration object.
associate(JdbcManagedConnection) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
associateConnection(Object) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
associateConnections(Object[]) - Method in interface org.openejb.spi.OpenEJBConnectionManager
Add the specified connections to the current transaction.
atomicHash - Variable in class org.openejb.core.ivm.naming.NameNode
 
atomicName - Variable in class org.openejb.core.ivm.naming.NameNode
 
authenticate(String, String) - Method in class org.openejb.client.JNDIContext
 

B

BMP_ENTITY - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getComponentType method if this bean is an enitity bean with bean-managed persistence.
BMP_ENTITY - Static variable in class org.openejb.alt.assembler.classic.EjbType
 
BMP_ENTITY - Static variable in interface org.openejb.alt.config.Bean
 
BMP_ENTITY - Static variable in class org.openejb.client.EJBMetaDataImpl
The constant that will be returned from the getComponentType method if this bean is an enitity bean with bean-managed persistence.
BULK_PASSIVATION_SIZE - Variable in class org.openejb.core.stateful.StatefulInstanceManager
Timeout Manager
BaseEjbProxyHandler - class org.openejb.core.ivm.BaseEjbProxyHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
BaseEjbProxyHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.ivm.BaseEjbProxyHandler
Constructs a BaseEjbProxyHandler representing the specifed bean deployment.
BasicManagedConnectionFactory - class org.openejb.resource.jdbc.BasicManagedConnectionFactory.
 
BasicManagedConnectionFactory(JdbcManagedConnectionFactory, String, String, String, String) - Constructor for class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
BasicURLClassPath - class org.openejb.loader.BasicURLClassPath.
 
BasicURLClassPath() - Constructor for class org.openejb.loader.BasicURLClassPath
 
Bean - interface org.openejb.alt.config.Bean.
 
BeanEntry - class org.openejb.core.stateful.BeanEntry.
 
BeanEntry(SessionBean, Object, Object, long) - Constructor for class org.openejb.core.stateful.BeanEntry
 
BeanManaged - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
Break - Static variable in interface org.openejb.server.telnet.TelnetCodes
NVT character BRK.
badCommand(DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.TextConsole
 
bean - Variable in class org.openejb.alt.config.ValidationException
 
bean - Variable in class org.openejb.core.stateful.BeanEntry
 
beanContainer - Variable in class org.openejb.ProxyInfo
 
beanCount - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
beanINDEX - Variable in class org.openejb.core.stateful.StatefulInstanceManager
This index keeps track of all beans that are not passivated.
beans - Variable in class org.openejb.alt.assembler.classic.EntityContainerInfo
 
beans - Variable in class org.openejb.alt.assembler.classic.StatefulSessionContainerInfo
 
beans - Variable in class org.openejb.alt.assembler.classic.StatelessSessionContainerInfo
 
beforeCompletion() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.SynchronizationWrapper
 
beforeCompletion() - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
beforeCompletion() - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
This method is called by the transaction manager prior to the start of the transaction completion process.
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
When a client invokes a business method via the enterprise bean's home or component interface, the Container suspends any transaction that may be associated with the client request.
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
When a client invokes a business method via the enterprise bean?s home or component interface, the Container suspends any transaction that may be associated with the client request.
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TransactionPolicy
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxManditory
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNever
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNotSupported
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequired
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequiresNew
 
beforeInvoke(EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxSupports
 
begin() - Method in class org.openejb.core.CoreUserTransaction
 
begin() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
begin() - Method in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
begin() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
beginTransaction() - Method in class org.openejb.core.transaction.TransactionPolicy
 
bind(String, Object) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
bind(Name, Object) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
bind(String, Object) - Method in class org.openejb.core.ivm.naming.IvmContext
WARNING: this function does not provide support for relative names.
bind(Name, Object) - Method in class org.openejb.core.ivm.naming.IvmContext
WARNING: this function does not provide support for relative names.
bind(ParsedName, Object) - Method in class org.openejb.core.ivm.naming.NameNode
 
bindContext(Object, Context) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
bindThread(Object) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
blankToNullString(String) - Static method in class org.openejb.util.StringUtilities
Checks a String to see if it's blank, and if so returns null (the opposite of nullToBlankString.
build() - Method in class org.openejb.alt.assembler.classic.Assembler
 
build() - Method in class org.openejb.alt.assembler.classic.ContainerBuilder
 
build() - Method in class org.openejb.alt.assembler.classic.JndiEncBuilder
 
build() - Method in interface org.openejb.spi.Assembler
 
buildContainerSystem(OpenEjbConfiguration) - Method in class org.openejb.alt.assembler.classic.Assembler
When given a complete OpenEjbConfiguration graph this method, will construct an entire container system and return a reference to that container system, as ContainerSystem instance.
buildEnumeration(Vector) - Method in class org.openejb.core.ivm.naming.IvmContext.MyBindingEnumeration
 
buildEnumeration(Vector) - Method in class org.openejb.core.ivm.naming.IvmContext.MyListEnumeration
 
buildEnumeration(Vector) - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
businessMethod(Method, Method, Object[], ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Processes a business method invokation
businessMethod(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
businessMethod(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 

C

CLASSNAME - Static variable in class org.openejb.alt.assembler.classic.xml.Container
Represents the codebase element in the XML config file.
CLASS_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.ConnectionManager
Represents the class-name element in the XML config file.
CLASS_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
Represents the class-name element in the XML config file.
CMPLogger - class org.openejb.alt.containers.castor_cmp11.CMPLogger.
 
CMPLogger(String) - Constructor for class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
CMP_ENTITY - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getComponentType method if this bean is a enitity bean with container-managed persistence.
CMP_ENTITY - Static variable in class org.openejb.alt.assembler.classic.EjbType
 
CMP_ENTITY - Static variable in interface org.openejb.alt.config.Bean
 
CMP_ENTITY - Static variable in class org.openejb.client.EJBMetaDataImpl
The constant that will be returned from the getComponentType method if this bean is a enitity bean with container-managed persistence.
CMP_ENTITY_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the cmp-entity-container element in the XML config file.
CMP_FIELD_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the cmr-field element in the XML config file.
CODEBASE - Static variable in class org.openejb.alt.assembler.classic.xml.ConnectionManager
Represents the codebase element in the XML config file.
CODEBASE - Static variable in class org.openejb.alt.assembler.classic.xml.Container
Represents the codebase element in the XML config file.
CODEBASE - Static variable in class org.openejb.alt.assembler.classic.xml.IntraVmServer
Represents the codebase element in the XML config file.
CODEBASE - Static variable in class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
Represents the codebase element in the XML config file.
CODEBASE - Static variable in class org.openejb.alt.assembler.classic.xml.Service
Represents the codebase element in the XML config file.
CONFIGURATION - Static variable in class org.openejb.EnvProps
 
CONFIGURATION_FACTORY - Static variable in class org.openejb.EnvProps
 
CONNECT - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP CONNECT type
CONNECTION_MANAGER - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
CONNECTION_MANAGER - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the connection-manager element in the XML config file.
CONNECTION_MANAGER_ID - Static variable in class org.openejb.alt.assembler.classic.xml.ConnectionManager
Represents the "connection-manager-id element in the XML config file.
CONNECTION_MANAGER_ID - Static variable in class org.openejb.alt.assembler.classic.xml.Connector
Represents the "connection-manager-id element in the XML config file.
CONNECTOR - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
CONNECTOR - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the connector element in the XML config file.
CONNECTORS - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the connectors element in the XML config file.
CONNECTOR_ID - Static variable in class org.openejb.alt.assembler.classic.xml.Connector
Represents the connector-id element in the XML config file.
CONTAINERS - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the containers element in the XML config file.
CONTAINER_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.Container
Represents the container-name element in the XML config file.
CONTAINER_SYSTEM - Static variable in class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
Represents the container-system element in the XML config file.
CRLF - Static variable in class org.openejb.server.httpd.HttpResponseImpl
a line feed character
CRLF - Static variable in class org.openejb.util.StringUtilities
the CRLF for use in String manipulation
CSP - Static variable in class org.openejb.server.httpd.HttpResponseImpl
a colon and space
CallContext - class org.openejb.server.ejbd.CallContext.
 
CallContext() - Constructor for class org.openejb.server.ejbd.CallContext
Constructs a new CallContext
CastorCMP11_EntityContainer - class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.
Container-Managed Persistence EntityBean container based on Castor
CastorCMP11_EntityContainer() - Constructor for class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
CastorCMP11_EntityContainer.Key - class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.Key.
 
CastorCMP11_EntityContainer.Key(Transaction, Object, Object) - Constructor for class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.Key
 
CastorCMP11_EntityContainer.SynchronizationWrapper - class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.SynchronizationWrapper.
 
CastorCMP11_EntityContainer.SynchronizationWrapper(EntityBean, CastorCMP11_EntityContainer.Key) - Constructor for class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.SynchronizationWrapper
 
CastorCmpEntityTxPolicy - class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy.
Wraps the TxPolicies for EntityBeans beans with container-managed persistence using Castor for persistence.
CastorCmpEntityTxPolicy(TransactionPolicy) - Constructor for class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
CheckClasses - class org.openejb.alt.config.rules.CheckClasses.
 
CheckClasses() - Constructor for class org.openejb.alt.config.rules.CheckClasses
 
CheckMethods - class org.openejb.alt.config.rules.CheckMethods.
 
CheckMethods() - Constructor for class org.openejb.alt.config.rules.CheckMethods
 
ClassDescriptor - class org.openejb.util.io.ClassDescriptor.
 
ClassDescriptor(Class, ClassDescriptor, boolean, boolean) - Constructor for class org.openejb.util.io.ClassDescriptor
 
ClassName - class org.openejb.alt.config.sys.ClassName.
Class ClassName.
ClassName() - Constructor for class org.openejb.alt.config.sys.ClassName
 
ClassNameDescriptor - class org.openejb.alt.config.sys.ClassNameDescriptor.
Class ClassNameDescriptor.
ClassNameDescriptor() - Constructor for class org.openejb.alt.config.sys.ClassNameDescriptor
 
ClassPath - interface org.openejb.loader.ClassPath.
 
ClassPathFactory - class org.openejb.loader.ClassPathFactory.
 
ClassPathFactory() - Constructor for class org.openejb.loader.ClassPathFactory
 
Client - class org.openejb.client.Client.
 
Client() - Constructor for class org.openejb.client.Client
 
ClientMetaData - class org.openejb.client.ClientMetaData.
 
ClientMetaData() - Constructor for class org.openejb.client.ClientMetaData
 
ClientMetaData(Object) - Constructor for class org.openejb.client.ClientMetaData
 
CmpField - class org.openejb.alt.config.ejb11.CmpField.
Class CmpField.
CmpField() - Constructor for class org.openejb.alt.config.ejb11.CmpField
 
CmpFieldDescriptor - class org.openejb.alt.config.ejb11.CmpFieldDescriptor.
Class CmpFieldDescriptor.
CmpFieldDescriptor() - Constructor for class org.openejb.alt.config.ejb11.CmpFieldDescriptor
 
Command - class org.openejb.server.telnet.Command.
 
Command() - Constructor for class org.openejb.server.telnet.Command
 
Command.Arguments - class org.openejb.server.telnet.Command.Arguments.
 
CommandFinder - class org.openejb.cli.CommandFinder.
 
CommandFinder(String) - Constructor for class org.openejb.cli.CommandFinder
 
ConfigUtils - class org.openejb.alt.config.ConfigUtils.
Utility methods for reading and writing config files
ConfigUtils() - Constructor for class org.openejb.alt.config.ConfigUtils
 
ConfigurationFactory - class org.openejb.alt.config.ConfigurationFactory.
An implementation of the Classic Assembler's OpenEjbConfigurationFactory interface.
ConfigurationFactory() - Constructor for class org.openejb.alt.config.ConfigurationFactory
 
Connection - interface org.openejb.client.Connection.
An encapsulation of what is necessary to reach the server
ConnectionFactory - interface org.openejb.client.ConnectionFactory.
 
ConnectionManager - class org.openejb.alt.assembler.classic.xml.ConnectionManager.
A subclass of ConnectionManagerInfo filled with data from an XML file.
ConnectionManager() - Constructor for class org.openejb.alt.assembler.classic.xml.ConnectionManager
 
ConnectionManager - class org.openejb.alt.config.sys.ConnectionManager.
Class ConnectionManager.
ConnectionManager() - Constructor for class org.openejb.alt.config.sys.ConnectionManager
 
ConnectionManager - class org.openejb.client.ConnectionManager.
 
ConnectionManager() - Constructor for class org.openejb.client.ConnectionManager
 
ConnectionManagerConfig - class org.openejb.spi.ConnectionManagerConfig.
Holds the configuration information for a particular ManagedConnectionFactory / ConnectionManager combination.
ConnectionManagerConfig() - Constructor for class org.openejb.spi.ConnectionManagerConfig
 
ConnectionManagerConfig(Properties, boolean) - Constructor for class org.openejb.spi.ConnectionManagerConfig
 
ConnectionManagerDescriptor - class org.openejb.alt.config.sys.ConnectionManagerDescriptor.
Class ConnectionManagerDescriptor.
ConnectionManagerDescriptor() - Constructor for class org.openejb.alt.config.sys.ConnectionManagerDescriptor
 
ConnectionManagerFactory - interface org.openejb.spi.ConnectionManagerFactory.
Interface for a service that creates ConnectionManager implementations on demand.
ConnectionManagerInfo - class org.openejb.alt.assembler.classic.ConnectionManagerInfo.
ConnectionManagerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ConnectionManagerInfo() - Constructor for class org.openejb.alt.assembler.classic.ConnectionManagerInfo
 
Connector - class org.openejb.alt.assembler.classic.xml.Connector.
A subclass of ConnectorInfo filled with data from an XML file.
Connector() - Constructor for class org.openejb.alt.assembler.classic.xml.Connector
 
Connector - class org.openejb.alt.config.sys.Connector.
Class Connector.
Connector() - Constructor for class org.openejb.alt.config.sys.Connector
 
ConnectorDescriptor - class org.openejb.alt.config.sys.ConnectorDescriptor.
Class ConnectorDescriptor.
ConnectorDescriptor() - Constructor for class org.openejb.alt.config.sys.ConnectorDescriptor
 
ConnectorInfo - class org.openejb.alt.assembler.classic.ConnectorInfo.
ConnectorInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ConnectorInfo() - Constructor for class org.openejb.alt.assembler.classic.ConnectorInfo
 
ConnectorReference - class org.openejb.core.ConnectorReference.
 
ConnectorReference(ConnectionManager, ManagedConnectionFactory) - Constructor for class org.openejb.core.ConnectorReference
 
Container - interface org.openejb.Container.
The Container manages one or more bean deployments at runtime.
Container - class org.openejb.alt.assembler.classic.xml.Container.
A subclass of ContainerInfo filled with data from an XML file.
Container() - Constructor for class org.openejb.alt.assembler.classic.xml.Container
 
Container - class org.openejb.alt.config.sys.Container.
Class Container.
Container() - Constructor for class org.openejb.alt.config.sys.Container
 
ContainerBuilder - class org.openejb.alt.assembler.classic.ContainerBuilder.
 
ContainerBuilder(ContainerSystemInfo, Properties) - Constructor for class org.openejb.alt.assembler.classic.ContainerBuilder
 
ContainerDescriptor - class org.openejb.alt.config.sys.ContainerDescriptor.
Class ContainerDescriptor.
ContainerDescriptor() - Constructor for class org.openejb.alt.config.sys.ContainerDescriptor
 
ContainerInfo - class org.openejb.alt.assembler.classic.ContainerInfo.
ContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ContainerInfo() - Constructor for class org.openejb.alt.assembler.classic.ContainerInfo
 
ContainerManagerInfo - class org.openejb.alt.assembler.classic.ContainerManagerInfo.
ContainerManagerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ContainerManagerInfo() - Constructor for class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
ContainerSystem - class org.openejb.alt.assembler.classic.xml.ContainerSystem.
A subclass of ContainerSystemInfo filled with data from an XML file.
ContainerSystem() - Constructor for class org.openejb.alt.assembler.classic.xml.ContainerSystem
 
ContainerSystem - class org.openejb.core.ContainerSystem.
 
ContainerSystem() - Constructor for class org.openejb.core.ContainerSystem
 
ContainerSystem - interface org.openejb.spi.ContainerSystem.
The ContainerSystem interface represents a complete OpenEJB container system including ContainerManagers, Containers, deployed enterprise beans and the primary services (transaction, security, and persistence).
ContainerSystemInfo - class org.openejb.alt.assembler.classic.ContainerSystemInfo.
 
ContainerSystemInfo() - Constructor for class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
ContainerTransaction - class org.openejb.alt.config.ejb11.ContainerTransaction.
Class ContainerTransaction.
ContainerTransaction() - Constructor for class org.openejb.alt.config.ejb11.ContainerTransaction
 
ContainerTransactionDescriptor - class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor.
Class ContainerTransactionDescriptor.
ContainerTransactionDescriptor() - Constructor for class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
 
ContainerTypes - class org.openejb.alt.config.sys.ContainerTypes.
Class ContainerTypes.
ContainerTypes() - Constructor for class org.openejb.alt.config.sys.ContainerTypes
 
ContainerTypesDescriptor - class org.openejb.alt.config.sys.ContainerTypesDescriptor.
Class ContainerTypesDescriptor.
ContainerTypesDescriptor() - Constructor for class org.openejb.alt.config.sys.ContainerTypesDescriptor
 
ContextClassPath - class org.openejb.loader.ContextClassPath.
 
ContextClassPath() - Constructor for class org.openejb.loader.ContextClassPath
 
CoreContext - class org.openejb.core.CoreContext.
CoreContext is serializable so that it can be serialized if its referenced by a stateful bean that is being passivated (written to disk).
CoreContext() - Constructor for class org.openejb.core.CoreContext
 
CoreUserTransaction - class org.openejb.core.CoreUserTransaction.
Implements the bean's UserTransaction interface into the transaction monitor.
CoreUserTransaction(TransactionManager) - Constructor for class org.openejb.core.CoreUserTransaction
Private constructor for singlton.
CoreUserTransaction() - Constructor for class org.openejb.core.CoreUserTransaction
 
callContext - Variable in class org.openejb.core.transaction.TransactionContext
 
checkAuthorization(Method) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
Checks if the caller of the specified method is authorized to access and execute it.
checkBeanState(byte) - Method in class org.openejb.core.CoreContext
 
checkBeanState(byte) - Method in class org.openejb.core.entity.EntityContext
 
checkBeanState(byte) - Method in class org.openejb.core.stateful.StatefulContext
 
checkBeanState(byte) - Method in class org.openejb.core.stateless.StatelessContext
 
checkDefaultFactory() - Static method in class org.openejb.util.proxy.ProxyManager
 
checkForOpenejbJar(String) - Static method in class org.openejb.alt.config.EjbJarUtils
 
checkHostsAuthorization(InetAddress, InetAddress) - Method in class org.openejb.server.ServiceAccessController
 
checkImplementation(Class, Class, String, String) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
checkNullBlankString(String) - Static method in class org.openejb.util.StringUtilities
Checks a String to see if it's value is null or blank
checkOperation(byte) - Method in class org.openejb.core.entity.EncReference
 
checkOperation(byte) - Method in class org.openejb.core.ivm.naming.ENCReference
 
checkOperation(byte) - Method in class org.openejb.core.stateful.EncReference
This method is invoked by the ENCReference super class each time its getObject() method is called within the container system.
checkOperation(byte) - Method in class org.openejb.core.stateful.EncUserTransaction
 
checkOperation(byte) - Method in class org.openejb.core.stateless.EncReference
This method is invoked by the ENCReference super class each time its getObject() method is called within the container system.
checkOperation(byte) - Method in class org.openejb.core.stateless.EncUserTransaction
 
checkReadOnly() - Method in class org.openejb.core.ivm.naming.IvmContext
 
check_createMethodsAreImplemented(Bean, Class, Class) - Method in class org.openejb.alt.config.rules.CheckMethods
Create methods must me implemented
check_hasCreateMethod(Bean, Class, Class) - Method in class org.openejb.alt.config.rules.CheckMethods
Must have at least one create method in the home interface.
check_hasEjbClass(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_hasHomeClass(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_hasRemoteClass(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_isEjbClass(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_isHomeInterface(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_isRemoteInterface(Bean) - Method in class org.openejb.alt.config.rules.CheckClasses
 
check_postCreateMethodsAreImplemented(Bean, Class, Class) - Method in class org.openejb.alt.config.rules.CheckMethods
Validate that the ejbPostCreate methods of entity beans are implemented in the bean class
check_unusedCreateMethods(Bean, Class, Class) - Method in class org.openejb.alt.config.rules.CheckMethods
Check for any create methods in the bean that aren't in the home interface as well
checking - Variable in class org.openejb.core.ivm.naming.ENCReference
 
classCodebaseNotFound(String, String, String, Exception) - Static method in class org.openejb.util.OpenEJBErrorHandler
The {0} cannot locate the class {1}, the codebase '{2}' cannot be accessed.
classDesc - Variable in class org.openejb.util.io.FieldDescriptor
 
className - Variable in class org.openejb.alt.assembler.classic.ConnectionManagerInfo
 
className - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
className - Variable in class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
 
classNotAccessible(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The {0} cannot instaniate the class '{1}', the class or initializer is not accessible." {0} part of the system that needs the class {1} class that cannot be accessed.
classNotFound(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The {0} cannot find and load the class '{1}'." {0} part of the system that needs the class {1} class that cannot be found.
classNotIntantiateable(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The {0} cannot instaniate the class '{1}', the class may be abstract or an interface." {0} part of the system that needs the class {1} class that cannot be accessed.
classNotIntantiateableForUnknownReason(String, String, String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The {0} cannot instaniate the class {1}: Recieved exception {2}: {3}" {0} part of the system that needs the class {1} class that cannot be accessed.
classNotIntantiateableFromCodebaseForUnknownReason(String, String, String, String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The {0} cannot instaniate the class {1} loaded from codebase {2}: Recieved exception {3}: {4}" {0} part of the system that needs the class {1} class that cannot be accessed.
cleanup() - Method in class org.openejb.resource.jdbc.JdbcLocalTransaction
This method is called by the JdbcConnectionManager when its own cleanup method is called.
cleanup() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
This method will invalidate any JdbcConnection handles that have not already been invalidated (they self invalidate when they are explicitly closed).
clearWarnings() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
client - Variable in class org.openejb.client.EJBInvocationHandler
The ClientMetaData object containing the information aquired from the server after authenticating.
clientTx - Variable in class org.openejb.core.transaction.TransactionContext
 
clone() - Method in class org.openejb.core.ThreadContext
 
close() - Method in interface org.openejb.client.Connection
 
close() - Method in class org.openejb.client.HttpConnectionFactory.HttpConnection
 
close() - Method in class org.openejb.client.JNDIContext
 
close() - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
close() - Method in class org.openejb.core.ivm.naming.IvmContext
 
close() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
cmpContainer - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
cmpFieldNames - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.ConnectionManagerInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
 
codebase - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
codebases - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
codebases - Static variable in class org.openejb.util.SafeToolkit
 
collectChildElementByType(Node, Class, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Convenience method for obtaining a single child element from the node passed in.
collectChildElementsByType(Node, Class, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Convenience method for obtaining all the child elements of the node passed in.
commands - Static variable in class org.openejb.server.telnet.Command
 
commit() - Method in class org.openejb.core.CoreUserTransaction
 
commit() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
commit() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
commit() - Method in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
commit() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
commit() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
commitTransaction(Transaction) - Method in class org.openejb.core.transaction.TransactionPolicy
 
compareTo(int) - Method in class org.openejb.core.ivm.naming.ParsedName
 
compareTo(String) - Method in class org.openejb.core.ivm.naming.ParsedName
 
compareTo(Object) - Method in class org.openejb.util.io.FieldDescriptor
Compare this field with another FieldDescriptor.
composeName(String, String) - Method in class org.openejb.client.JNDIContext
 
composeName(Name, Name) - Method in class org.openejb.client.JNDIContext
 
composeName(String, String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
composeName(Name, Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
config - Variable in class org.openejb.alt.assembler.classic.Assembler
 
configurationParsingError(String, String, String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "Error in XML configuration file.
connectionClose(JdbcConnection) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
Invoked by the JdbcConneciton when its close() method is called.
connectionClosed(ConnectionEvent) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
connectionErrorOccurred(ConnectionEvent) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
connectionErrorOccurred(JdbcConnection, SQLException) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
connectionManagerId - Variable in class org.openejb.alt.assembler.classic.ConnectionManagerInfo
 
connectionManagerId - Variable in class org.openejb.alt.assembler.classic.ConnectorInfo
 
connectionManagers - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
connectorId - Variable in class org.openejb.alt.assembler.classic.ConnectorInfo
 
connectors - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
container - Variable in class org.openejb.core.entity.EntityInstanceManager
 
container - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
The RpcContainer that the bean deployment this stub hanlder represents is deployed in.
container - Variable in class org.openejb.core.transaction.TransactionPolicy
 
containerID - Variable in class org.openejb.core.entity.EntityContainer
The unique id for this container
containerManagedSignOn - Variable in class org.openejb.spi.ConnectionManagerConfig
 
containerName - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
containerSystem - Variable in class org.openejb.alt.assembler.classic.OpenEjbConfiguration
 
containerType - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
The container type as specified by subclasses of ContainerInfo.
containers() - Static method in class org.openejb.OpenEJB
Gets all the Containers in this container system.
containers - Variable in class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
containers - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
containers() - Method in class org.openejb.core.ContainerSystem
Gets all the Containers in this container system.
containers() - Method in interface org.openejb.spi.ContainerSystem
Gets all the Containers in this container system.
context - Variable in class org.openejb.core.transaction.TransactionContext
 
contexts - Static variable in class org.openejb.tomcat.TomcatJndiSupport
 
convertIfLocalReference(Method, Object) - Method in class org.openejb.core.DeploymentInfo
Business methods that return EJBHome or EJBObject references to local beans (beans in the same container system) must have the return value converted to a ProxyInfo object, so that the server can provide the client with a proper remote reference.
copyArgs(Object[]) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
copyFile(File, File) - Static method in class org.openejb.util.FileUtils
Copies the contents of one file to another.
copyFile(File, File, boolean) - Static method in class org.openejb.util.FileUtils
Copies the contents of one file to another.
copyJar(String, boolean) - Static method in class org.openejb.alt.config.EjbJarUtils
 
copyObj(Object) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
create(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Creates a new EJBObject and returns it to the caller.
create(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Creates a new EJBObject and returns it to the caller.
createAnchor(String, String, String) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML anchor.
createClassPath(String) - Static method in class org.openejb.loader.ClassPathFactory
 
createConfig(File) - Static method in class org.openejb.alt.config.ConfigUtils
 
createConnectionFactory() - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
createConnectionFactory(ConnectionManager) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
createConnectionFactory(ConnectionManager) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
createConnectionFactory() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
createConnectionFactory(ConnectionManager) - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
createConnectionFactory() - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
createConnectionManager(String, ConnectionManagerConfig, ManagedConnectionFactory) - Method in interface org.openejb.spi.ConnectionManagerFactory
Create a ConnectionManager to use for the specified ManagedConnectionFactory.
createEJBHomeHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Static method in class org.openejb.client.EJBHomeHandler
 
createEJBHomeProxy() - Method in class org.openejb.client.EJBHomeHandler
 
createEJBHomeProxy(EJBMetaDataImpl) - Method in class org.openejb.client.JNDIContext
 
createEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
This method is responsible for delegating the ejbCreate() and ejbPostCreate() methods on the an entity bean.
createEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
 
createEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.core.stateful.StatefulContainer
 
createEJBObject(DeploymentInfo, Method) - Method in class org.openejb.core.stateless.StatelessContainer
This method creates a ProxyInfo object for a specific deployment.
createEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Static method in class org.openejb.client.EJBObjectHandler
 
createEJBObjectProxy() - Method in class org.openejb.client.EJBObjectHandler
 
createError(String) - Static method in class org.openejb.server.httpd.HttpResponseImpl
This could be improved at some day in the future to also include a stack trace of the exceptions
createError(String, Throwable) - Static method in class org.openejb.server.httpd.HttpResponseImpl
creates an error with user defined variables
createFileFormField(String, String, int) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML file form field based on the parameters passed in
<input type="file" name="name" value="value" size="size">
createForbidden(String) - Static method in class org.openejb.server.httpd.HttpResponseImpl
Creates a forbidden response to be sent to the browser using IP authentication
createHiddenFormField(String, String) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML hidden form field based on the parameters passed in
<input type="hidden" name="name" value="value">
createInputFormField(String, String, String, int, int, String, String, String, String, boolean, boolean, boolean) - Static method in class org.openejb.util.HtmlUtilities
creates an input type, text, radio, button submit, etc
createKeyGenerator(DeploymentInfo) - Static method in class org.openejb.alt.containers.castor_cmp11.KeyGeneratorFactory
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
createManagedConnection(Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
createMethodString(Method, String) - Static method in class org.openejb.util.StringUtilities
Creates a string representation of a reflection method for example
myMethod(String, String) throws Exception
createProxy(ProxyInfo) - Method in class org.openejb.core.entity.EntityEjbHomeHandler
 
createProxy(ProxyInfo) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
 
createProxy(ProxyInfo) - Method in class org.openejb.core.stateful.StatefulEjbHomeHandler
 
createRegistryId(Object, Object, String) - Static method in class org.openejb.client.StatelessEJBObjectHandler
 
createRegistryId(Object, Object, Container) - Static method in class org.openejb.core.stateless.StatelessEjbObjectHandler
 
createRootContext() - Static method in class org.openejb.core.ivm.naming.IvmContext
Creates and returns a IvmContext object that is a root context.
createSelectFormField(String, String) - Static method in class org.openejb.util.HtmlUtilities
Creates the beginning of an HTML select based on the name passed in
<select name="name" onChange="onChange">
createSelectOption(String, String, boolean) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML option used inside an HTML select
<option value="value" selected>display</option>
createStatement() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
createStatement(int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
createStatement(int, int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
createSubcontext(String) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
createSubcontext(Name) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
createSubcontext(String) - Method in class org.openejb.core.ivm.naming.IvmContext
WARNING: this function does not provide support for relative names.
createSubcontext(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
WARNING: this function does not provide support for relative names.
createSubcontext(ParsedName) - Method in class org.openejb.core.ivm.naming.NameNode
 
createSubmitFormButton(String, String) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML submit button based on the parameters passed in
<input type="submit" name="name" value="value">
createTempCopy(String) - Static method in class org.openejb.alt.config.TempCodebase
 
createTempDirectory(String) - Static method in class org.openejb.util.FileUtils
Creates a string for a temporary directory
createTempDirectory() - Static method in class org.openejb.util.FileUtils
Creates a string for a temporary directory The path prefix is chosen from the system property "java.io.tmpdir" plus a file separator plus the string "openejb" @returns the file object associated with the unique name
createTextArea(String, String, int, int, String, String, String) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML textarea object
<textarea name="name" rows="rows" cols="columns" onfocus="onFocus" onblur="onBlur" onchange="onChange">
content
</textarea>
createTextFormField(String, String, int, int) - Static method in class org.openejb.util.HtmlUtilities
Creates an HTML text form field based on the parameters passed in
<input type="text" name="name" value="value" size="size" maxlength="maxlength">
created(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object has been created.
creating(Object, Object) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
creating(Object, Database) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object is to be created in persistent storage.
currentOperation - Variable in class org.openejb.core.ThreadContext
TODO: Add comment
currentTx - Variable in class org.openejb.core.transaction.TransactionContext
 

D

DEFAULT_SECURITY_ROLE - Static variable in class org.openejb.alt.config.ConfigurationFactory
 
DELETE - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP DELETE type
DEPLOYED_JAR_DIRECTORY - Static variable in class org.openejb.EnvProps
 
DEPLOYED_RAR_DIRECTORY - Static variable in class org.openejb.EnvProps
 
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.Container
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.MethodPermission
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.MethodTransaction
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.Query
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityRole
Represents the description element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
Represents the env-entry-name element in the XML config file.
DESCRIPTION - Static variable in class org.openejb.alt.assembler.classic.xml.Service
Represents the description element in the XML config file.
DISPLAY_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.Container
Represents the display-name element in the XML config file.
DISPLAY_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the display-name element in the XML config file.
DISPLAY_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.Service
Represents the display-name element in the XML config file.
DO - Static variable in interface org.openejb.server.telnet.TelnetCodes
Indicates the request that the other party perform, or confirmation that you are expecting he other party to perform, the ndicated option.
DONT - Static variable in interface org.openejb.server.telnet.TelnetCodes
Indicates the demand that the other party stop performing, or confirmation that you are no longer expecting the other party to perform, the indicated option.
DTDResolver - class org.openejb.alt.config.DTDResolver.
Loads DTDs from disk so you don't have to hit the web to validate configuration files.
DTDResolver() - Constructor for class org.openejb.alt.config.DTDResolver
 
Data_Mark - Static variable in interface org.openejb.server.telnet.TelnetCodes
The data stream portion of a Synch.
Deploy - class org.openejb.alt.config.Deploy.
This class represents a command line tool for deploying beans.
Deploy() - Constructor for class org.openejb.alt.config.Deploy
 
DeploymentContext - class org.openejb.core.DeploymentContext.
 
DeploymentContext(Object, ClassLoader, Context) - Constructor for class org.openejb.core.DeploymentContext
 
DeploymentIndex - class org.openejb.server.ejbd.DeploymentIndex.
 
DeploymentIndex() - Constructor for class org.openejb.server.ejbd.DeploymentIndex
 
DeploymentInfo - interface org.openejb.DeploymentInfo.
The DeploymentInfo object represents all the data needed by other parts of the container system for a bean that is deployed in the container system.
DeploymentInfo - class org.openejb.core.DeploymentInfo.
Contains all the information needed by the container for a particular deployment.
DeploymentInfo(DeploymentContext, Class, Class, Class, Class, Class, Class, byte) - Constructor for class org.openejb.core.DeploymentInfo
Constructs a DeploymentInfo object to represent the specified bean's deployment information.
Deployments - class org.openejb.alt.config.sys.Deployments.
Class Deployments.
Deployments() - Constructor for class org.openejb.alt.config.sys.Deployments
 
DeploymentsDescriptor - class org.openejb.alt.config.sys.DeploymentsDescriptor.
Class DeploymentsDescriptor.
DeploymentsDescriptor() - Constructor for class org.openejb.alt.config.sys.DeploymentsDescriptor
 
DomObject - interface org.openejb.alt.assembler.classic.xml.DomObject.
 
DomOpenEjbConfigurationFactory - class org.openejb.alt.assembler.classic.xml.DomOpenEjbConfigurationFactory.
Factory for creating an instance of the OpenEjbConfiguration using DOM and and XML configuration file
DomOpenEjbConfigurationFactory() - Constructor for class org.openejb.alt.assembler.classic.xml.DomOpenEjbConfigurationFactory
 
DomTools - class org.openejb.alt.assembler.classic.xml.DomTools.
 
DomTools() - Constructor for class org.openejb.alt.assembler.classic.xml.DomTools
 
db - Variable in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
debug - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
If true debug data will be printed to the System.out containing the data in the XML config file being parsed.
debug(String) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String, Throwable, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's debug method
debug(String) - Method in class org.openejb.util.Logger
A wrapper call to log4j's debug method
debug(String, Throwable) - Method in class org.openejb.util.Logger
An wrapper call to log4j's debug method
debugRecursionDepth - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
 
defaultProviderURL - Static variable in class org.openejb.alt.config.ServiceUtils
 
deleteReentrant() - Method in class org.openejb.alt.config.ejb11.Entity
Method deleteReentrant
delistResource(XAResource, int) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
deploy(Object, DeploymentInfo) - Method in interface org.openejb.Container
Adds a bean to this container.
deploy(EjbJarUtils, String, ClassLoader) - Method in class org.openejb.alt.config.AutoDeployer
 
deploy(Object, DeploymentInfo) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Adds a bean to this container.
deploy(Object, DeploymentInfo) - Method in class org.openejb.core.RpcContainerWrapper
 
deploy(Object, DeploymentInfo) - Method in class org.openejb.core.entity.EntityContainer
Adds a bean to this container.
deploy(Object, DeploymentInfo) - Method in class org.openejb.core.stateful.StatefulContainer
Adds a bean to this container.
deploy(Object, DeploymentInfo) - Method in class org.openejb.core.stateless.StatelessContainer
Adds a bean to this container.
deploy(Object, DeploymentInfo) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
deploymentCode - Variable in class org.openejb.client.EJBMetaDataImpl
 
deploymentID - Variable in class org.openejb.client.EJBMetaDataImpl
 
deploymentID - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
The unique id of the bean deployment that this stub handler represents.
deploymentInfo - Variable in class org.openejb.ProxyInfo
 
deploymentInfo - Variable in class org.openejb.core.ThreadContext
TODO: Add comment
deploymentInfo - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
The DeployemtnInfo object if the bean deployment that this stub handler represents.
deploymentInfo - Variable in class org.openejb.server.ejbd.CallContext
The deploymentInfo of the bean executed
deploymentRegistry - Variable in class org.openejb.core.entity.EntityContainer
Contains deployment information for each by deployed to this container
deployments() - Method in interface org.openejb.Container
Gets the DeploymentInfo objects for all the beans deployed in this container.
deployments() - Static method in class org.openejb.OpenEJB
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system.
deployments() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Gets the DeploymentInfo objects for all the beans deployed in this container.
deployments() - Method in class org.openejb.core.ContainerSystem
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system.
deployments() - Method in class org.openejb.core.RpcContainerWrapper
 
deployments() - Method in class org.openejb.core.entity.EntityContainer
Gets the DeploymentInfo objects for all the beans deployed in this container.
deployments() - Method in class org.openejb.core.stateful.StatefulContainer
Gets the DeploymentInfo objects for all the beans deployed in this container.
deployments() - Method in class org.openejb.core.stateless.StatelessContainer
Gets the DeploymentInfo objects for all the beans deployed in this container.
deployments() - Method in interface org.openejb.spi.ContainerSystem
Gets the DeploymentInfo objects for all the beans deployed in all the containers in this container system.
description - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
description - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
description - Variable in class org.openejb.alt.assembler.classic.MethodInfo
 
description - Variable in class org.openejb.alt.assembler.classic.MethodPermissionInfo
 
description - Variable in class org.openejb.alt.assembler.classic.MethodTransactionInfo
 
description - Variable in class org.openejb.alt.assembler.classic.QueryInfo
 
description - Variable in class org.openejb.alt.assembler.classic.SecurityRoleInfo
 
description - Variable in class org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo
 
description - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
deserialize(byte[]) - Static method in class org.openejb.spi.Serializer
 
destroy(BeanEntry, Exception) - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
destroy() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
destroySubcontext(String) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
destroySubcontext(Name) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
destroySubcontext(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
destroySubcontext(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
details - Variable in class org.openejb.alt.config.ValidationException
 
didCreateBean(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityContainer
 
didRemove(EntityBean, ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
 
disassociate() - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
discardBeanInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.core.transaction.TransactionPolicy
 
discardInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Discards this instance so that it may be garbage collected
discardInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.core.RpcContainerWrapper
 
discardInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
 
discardInstance(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityInstanceManager
An instance is freed if a EJBException or some other runtime exception occurs.
discardInstance(StatefulInstanceManager, ThreadContext) - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
discardInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.core.stateful.StatefulContainer
 
discardInstance(EnterpriseBean, ThreadContext) - Method in class org.openejb.core.stateless.StatelessContainer
 
discardInstance(ThreadContext, EnterpriseBean) - Method in class org.openejb.core.stateless.StatelessInstanceManager
This methods cleans up benas that threw a system exception.
discardInstance(EnterpriseBean, ThreadContext) - Method in interface org.openejb.core.transaction.TransactionContainer
 
displayName - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
displayName - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
displayName - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
displayResults(EjbSet[]) - Method in class org.openejb.alt.config.EjbValidator
 
disposeConnections(Object[]) - Method in interface org.openejb.spi.OpenEJBConnectionManager
Close the specified connections.
doFindCommandProperies(String) - Method in class org.openejb.cli.CommandFinder
 
doFindCommands() - Method in class org.openejb.cli.CommandFinder
 
doIntraVmCopy - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
 
dtds - Static variable in class org.openejb.alt.config.DTDResolver
 

E

EJBHOME_METHOD - Static variable in class org.openejb.core.CoreContext
 
EJBHomeHandle - class org.openejb.client.EJBHomeHandle.
 
EJBHomeHandle() - Constructor for class org.openejb.client.EJBHomeHandle
Public no-arg constructor required by Externalizable API
EJBHomeHandle(EJBHomeProxy) - Constructor for class org.openejb.client.EJBHomeHandle
 
EJBHomeHandler - class org.openejb.client.EJBHomeHandler.
Handles invocations from an EJBHomeProxy.
EJBHomeHandler() - Constructor for class org.openejb.client.EJBHomeHandler
Constructs an EJBHomeHandler to handle invocations from an EJBHomeProxy.
EJBHomeHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.EJBHomeHandler
 
EJBHomeProxy - interface org.openejb.client.EJBHomeProxy.
 
EJBHomeProxyHandle - class org.openejb.client.EJBHomeProxyHandle.
 
EJBHomeProxyHandle() - Constructor for class org.openejb.client.EJBHomeProxyHandle
 
EJBHomeProxyHandle(EJBHomeHandler) - Constructor for class org.openejb.client.EJBHomeProxyHandle
 
EJBInvocationHandler - class org.openejb.client.EJBInvocationHandler.
TODO: Add comments
EJBInvocationHandler() - Constructor for class org.openejb.client.EJBInvocationHandler
TODO: Add comments
EJBInvocationHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.EJBInvocationHandler
 
EJBInvocationHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Constructor for class org.openejb.client.EJBInvocationHandler
 
EJBMetaDataImpl - class org.openejb.client.EJBMetaDataImpl.
------------------------------------------------- EJB 1.1 9.3.6 Meta-data class The deployment tools are responsible for implementing the class that provides meta-data information to the client view contract.
EJBMetaDataImpl() - Constructor for class org.openejb.client.EJBMetaDataImpl
Public no-arg constructor required by Externalizable API
EJBMetaDataImpl(Class, Class, byte) - Constructor for class org.openejb.client.EJBMetaDataImpl
 
EJBMetaDataImpl(Class, Class, Class, byte) - Constructor for class org.openejb.client.EJBMetaDataImpl
 
EJBMetaDataImpl(Class, Class, Class, byte, String) - Constructor for class org.openejb.client.EJBMetaDataImpl
 
EJBMetaDataImpl(Class, Class, Class, byte, String, int) - Constructor for class org.openejb.client.EJBMetaDataImpl
 
EJBOBJECT_METHOD - Static variable in class org.openejb.core.CoreContext
 
EJBObjectHandle - class org.openejb.client.EJBObjectHandle.
------------------------------------- EJB 1.1 9.3.4 Handle class The deployment tools are responsible for implementing the handle class for the entity bean.
EJBObjectHandle() - Constructor for class org.openejb.client.EJBObjectHandle
Public no-arg constructor required by Externalizable API
EJBObjectHandle(EJBObjectProxy) - Constructor for class org.openejb.client.EJBObjectHandle
 
EJBObjectHandler - class org.openejb.client.EJBObjectHandler.
 
EJBObjectHandler() - Constructor for class org.openejb.client.EJBObjectHandler
 
EJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.EJBObjectHandler
 
EJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Constructor for class org.openejb.client.EJBObjectHandler
 
EJBObjectProxy - interface org.openejb.client.EJBObjectProxy.
 
EJBObjectProxyHandle - class org.openejb.client.EJBObjectProxyHandle.
 
EJBObjectProxyHandle() - Constructor for class org.openejb.client.EJBObjectProxyHandle
 
EJBObjectProxyHandle(EJBObjectHandler) - Constructor for class org.openejb.client.EJBObjectProxyHandle
 
EJBRequest - class org.openejb.client.EJBRequest.
 
EJBRequest() - Constructor for class org.openejb.client.EJBRequest
 
EJBRequest(int) - Constructor for class org.openejb.client.EJBRequest
 
EJBResponse - class org.openejb.client.EJBResponse.
 
EJBResponse() - Constructor for class org.openejb.client.EJBResponse
 
EJBResponse(int, Object) - Constructor for class org.openejb.client.EJBResponse
 
EJBSESSIONID - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
EJB_APP_EXCEPTION - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_CLASS - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the ejb-class element in the XML config file.
EJB_DEPLOYMENT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
Represents the ejb-deployment-id element in the XML config file.
EJB_DEPLOYMENT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the ejb-deployment-id element in the XML config file.
EJB_DEPLOYMENT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the ejb-deployment-id element in the XML config file.
EJB_ERROR - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_HOME_CREATE - Static variable in interface org.openejb.client.RequestMethods
 
EJB_HOME_FIND - Static variable in interface org.openejb.client.RequestMethods
 
EJB_HOME_GET_EJB_META_DATA - Static variable in interface org.openejb.client.RequestMethods
 
EJB_HOME_GET_HOME_HANDLE - Static variable in interface org.openejb.client.RequestMethods
 
EJB_HOME_REMOVE_BY_HANDLE - Static variable in interface org.openejb.client.RequestMethods
 
EJB_HOME_REMOVE_BY_PKEY - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_BUSINESS_METHOD - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_GET_EJB_HOME - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_GET_HANDLE - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_GET_PRIMARY_KEY - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_IS_IDENTICAL - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OBJECT_REMOVE - Static variable in interface org.openejb.client.RequestMethods
 
EJB_OK - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_OK_CREATE - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_OK_FOUND - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_OK_FOUND_COLLECTION - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_OK_FOUND_ENUMERATION - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_OK_NOT_FOUND - Static variable in interface org.openejb.client.ResponseCodes
 
EJB_REF - Static variable in class org.openejb.alt.assembler.classic.xml.JndiEnc
Represents the ejb-ref element in the XML config file.
EJB_REF_LOCATION - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReference
Represents the ejb-ref-location element in the XML config file.
EJB_REF_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReference
Represents the ejb-ref-name element in the XML config file.
EJB_REMOVE_METHOD - Static variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
EJB_REQUEST - Static variable in interface org.openejb.client.RequestMethods
 
EJB_SYS_EXCEPTION - Static variable in interface org.openejb.client.ResponseCodes
 
ENCReference - class org.openejb.core.ivm.naming.ENCReference.
 
ENCReference(Reference) - Constructor for class org.openejb.core.ivm.naming.ENCReference
 
ENTITY - Static variable in interface org.openejb.Container
 
ENTITY - Static variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
The type constant for a bean managed entity bean or container managed entity bean
ENTITY - Static variable in class org.openejb.core.ivm.IntraVmMetaData
Constant held by the IntraVmMetaData.type member variable to specify that this MetaData implementation represents an EntityBean.
ENTITY_BEAN - Static variable in class org.openejb.alt.assembler.classic.xml.EntityContainer
Represents the entity-bean element in the XML config file.
ENTITY_BM_PERSISTENCE - Static variable in class org.openejb.client.EJBRequest
 
ENTITY_CM_PERSISTENCE - Static variable in class org.openejb.client.EJBRequest
 
ENTITY_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.ContainerInfo
The container type constant for a bean managed entity bean container, as well as CMP entity container.
ENTITY_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the entity-container element in the XML config file.
ENV_ENTRY - Static variable in class org.openejb.alt.assembler.classic.xml.JndiEnc
Represents the env-entry element in the XML config file.
ENV_ENTRY_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.EnvEntry
Represents the env-entry-name element in the XML config file.
ENV_ENTRY_TYPE - Static variable in class org.openejb.alt.assembler.classic.xml.EnvEntry
Represents the env-entry-type element in the XML config file.
ENV_ENTRY_VALUE - Static variable in class org.openejb.alt.assembler.classic.xml.EnvEntry
Represents the env-entry-value element in the XML config file.
EQUALS - Static variable in class org.openejb.client.EJBInvocationHandler
 
ESC - Static variable in class org.openejb.server.telnet.TextConsole
 
EjbDaemon - class org.openejb.server.ejbd.EjbDaemon.
 
EjbDeployment - class org.openejb.alt.config.ejb11.EjbDeployment.
Class EjbDeployment.
EjbDeployment() - Constructor for class org.openejb.alt.config.ejb11.EjbDeployment
 
EjbDeploymentDescriptor - class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor.
Class EjbDeploymentDescriptor.
EjbDeploymentDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
 
EjbHomeProxyHandler - class org.openejb.core.ivm.EjbHomeProxyHandler.
This is an InvocationHandler that is used only for handling requests from an EJBHome stub.
EjbHomeProxyHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.ivm.EjbHomeProxyHandler
Constructs an EjbHomeProxyHandler to handle invocations from an EJBHome stub/proxy.
EjbJar - class org.openejb.alt.config.ejb11.EjbJar.
Class EjbJar.
EjbJar() - Constructor for class org.openejb.alt.config.ejb11.EjbJar
 
EjbJarDescriptor - class org.openejb.alt.config.ejb11.EjbJarDescriptor.
Class EjbJarDescriptor.
EjbJarDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EjbJarDescriptor
 
EjbJarInfo - class org.openejb.alt.assembler.classic.EjbJarInfo.
 
EjbJarInfo() - Constructor for class org.openejb.alt.assembler.classic.EjbJarInfo
 
EjbJarUtils - class org.openejb.alt.config.EjbJarUtils.
 
EjbJarUtils(String) - Constructor for class org.openejb.alt.config.EjbJarUtils
 
EjbLocalRef - class org.openejb.alt.config.ejb11.EjbLocalRef.
Class EjbLocalRef.
EjbLocalRef() - Constructor for class org.openejb.alt.config.ejb11.EjbLocalRef
 
EjbLocalRefDescriptor - class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor.
Class EjbLocalRefDescriptor.
EjbLocalRefDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
 
EjbLocalReferenceInfo - class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo.
EjbReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EjbLocalReferenceInfo() - Constructor for class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo
 
EjbLocalReferenceLocationInfo - class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo.
EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EjbLocalReferenceLocationInfo() - Constructor for class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo
 
EjbObjectProxyHandler - class org.openejb.core.ivm.EjbObjectProxyHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
EjbObjectProxyHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.ivm.EjbObjectProxyHandler
 
EjbRef - class org.openejb.alt.config.ejb11.EjbRef.
Class EjbRef.
EjbRef() - Constructor for class org.openejb.alt.config.ejb11.EjbRef
 
EjbRefDescriptor - class org.openejb.alt.config.ejb11.EjbRefDescriptor.
Class EjbRefDescriptor.
EjbRefDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EjbRefDescriptor
 
EjbReference - class org.openejb.alt.assembler.classic.xml.EjbReference.
A subclass of EjbReferenceInfo filled with data from an XML file.
EjbReference() - Constructor for class org.openejb.alt.assembler.classic.xml.EjbReference
 
EjbReferenceInfo - class org.openejb.alt.assembler.classic.EjbReferenceInfo.
EjbReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EjbReferenceInfo() - Constructor for class org.openejb.alt.assembler.classic.EjbReferenceInfo
 
EjbReferenceLocation - class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation.
A subclass of EjbReferenceLocationInfo filled with data from an XML file.
EjbReferenceLocation() - Constructor for class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
 
EjbReferenceLocationInfo - class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo.
EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EjbReferenceLocationInfo() - Constructor for class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
 
EjbServer - class org.openejb.server.ejbd.EjbServer.
 
EjbServer() - Constructor for class org.openejb.server.ejbd.EjbServer
 
EjbSet - class org.openejb.alt.config.EjbSet.
 
EjbSet(String, EjbJar, Bean[], ClassLoader) - Constructor for class org.openejb.alt.config.EjbSet
 
EjbType - class org.openejb.alt.assembler.classic.EjbType.
 
EjbValidator - class org.openejb.alt.config.EjbValidator.
 
EjbValidator() - Constructor for class org.openejb.alt.config.EjbValidator
 
Embedder - class org.openejb.loader.Embedder.
 
Embedder(String) - Constructor for class org.openejb.loader.Embedder
 
EncReference - class org.openejb.core.entity.EncReference.
 
EncReference(Reference) - Constructor for class org.openejb.core.entity.EncReference
 
EncReference - class org.openejb.core.stateful.EncReference.
This class is a wrapper for an Intra-VM EJB or Connector references in the JNDI ENC of a entity bean.
EncReference(Reference) - Constructor for class org.openejb.core.stateful.EncReference
 
EncReference - class org.openejb.core.stateless.EncReference.
This class is a wrapper for an Intra-VM EJB or Connector references in the JNDI ENC of a entity bean.
EncReference(Reference) - Constructor for class org.openejb.core.stateless.EncReference
 
EncUserTransaction - class org.openejb.core.stateful.EncUserTransaction.
 
EncUserTransaction(CoreUserTransaction) - Constructor for class org.openejb.core.stateful.EncUserTransaction
 
EncUserTransaction - class org.openejb.core.stateless.EncUserTransaction.
 
EncUserTransaction(CoreUserTransaction) - Constructor for class org.openejb.core.stateless.EncUserTransaction
 
EnterpriseBean - class org.openejb.alt.assembler.classic.xml.EnterpriseBean.
A subclass of EnterpriseBeanInfo filled with data from an XML file.
EnterpriseBean() - Constructor for class org.openejb.alt.assembler.classic.xml.EnterpriseBean
 
EnterpriseBeanInfo - class org.openejb.alt.assembler.classic.EnterpriseBeanInfo.
EnterpriseBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EnterpriseBeanInfo() - Constructor for class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
EnterpriseBeans - class org.openejb.alt.config.ejb11.EnterpriseBeans.
Class EnterpriseBeans.
EnterpriseBeans() - Constructor for class org.openejb.alt.config.ejb11.EnterpriseBeans
 
EnterpriseBeansDescriptor - class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor.
Class EnterpriseBeansDescriptor.
EnterpriseBeansDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
 
EnterpriseBeansItem - class org.openejb.alt.config.ejb11.EnterpriseBeansItem.
Class EnterpriseBeansItem.
EnterpriseBeansItem() - Constructor for class org.openejb.alt.config.ejb11.EnterpriseBeansItem
 
EnterpriseBeansItemDescriptor - class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor.
Class EnterpriseBeansItemDescriptor.
EnterpriseBeansItemDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
 
Entity - class org.openejb.alt.config.ejb11.Entity.
Class Entity.
Entity() - Constructor for class org.openejb.alt.config.ejb11.Entity
 
EntityBean - class org.openejb.alt.assembler.classic.xml.EntityBean.
A subclass of EntityBeanInfo filled with data from an XML file.
EntityBean() - Constructor for class org.openejb.alt.assembler.classic.xml.EntityBean
 
EntityBean - class org.openejb.alt.config.EntityBean.
 
EntityBeanInfo - class org.openejb.alt.assembler.classic.EntityBeanInfo.
EntityBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EntityBeanInfo() - Constructor for class org.openejb.alt.assembler.classic.EntityBeanInfo
 
EntityContainer - class org.openejb.alt.assembler.classic.xml.EntityContainer.
A subclass of EntityContainerInfo filled with data from an XML file.
EntityContainer() - Constructor for class org.openejb.alt.assembler.classic.xml.EntityContainer
 
EntityContainer - class org.openejb.core.entity.EntityContainer.
Bean-Managed Persistence EntityBean container
EntityContainer() - Constructor for class org.openejb.core.entity.EntityContainer
 
EntityContainerInfo - class org.openejb.alt.assembler.classic.EntityContainerInfo.
EntityContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EntityContainerInfo() - Constructor for class org.openejb.alt.assembler.classic.EntityContainerInfo
 
EntityContext - class org.openejb.core.entity.EntityContext.
This class imposes restrictions on what Entity methods can access which EntityContext methods.
EntityContext() - Constructor for class org.openejb.core.entity.EntityContext
 
EntityDescriptor - class org.openejb.alt.config.ejb11.EntityDescriptor.
Class EntityDescriptor.
EntityDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EntityDescriptor
 
EntityEJBHomeHandler - class org.openejb.client.EntityEJBHomeHandler.
 
EntityEJBHomeHandler() - Constructor for class org.openejb.client.EntityEJBHomeHandler
 
EntityEJBHomeHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.EntityEJBHomeHandler
 
EntityEJBObjectHandler - class org.openejb.client.EntityEJBObjectHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
EntityEJBObjectHandler() - Constructor for class org.openejb.client.EntityEJBObjectHandler
 
EntityEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.EntityEJBObjectHandler
 
EntityEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Constructor for class org.openejb.client.EntityEJBObjectHandler
 
EntityEjbHomeHandler - class org.openejb.core.entity.EntityEjbHomeHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
EntityEjbHomeHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.entity.EntityEjbHomeHandler
 
EntityEjbObjectHandler - class org.openejb.core.entity.EntityEjbObjectHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
EntityEjbObjectHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.entity.EntityEjbObjectHandler
 
EntityInstanceManager - class org.openejb.core.entity.EntityInstanceManager.
One instance of this class is used with each EntityContainer.
EntityInstanceManager() - Constructor for class org.openejb.core.entity.EntityInstanceManager
CONSTRUCTOR METHODS
EntityInstanceManager.Key - class org.openejb.core.entity.EntityInstanceManager.Key.
 
EntityInstanceManager.Key(Transaction, Object, Object) - Constructor for class org.openejb.core.entity.EntityInstanceManager.Key
 
EntityInstanceManager.SyncronizationWrapper - class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper.
 
EntityInstanceManager.SyncronizationWrapper(EntityBean, EntityInstanceManager.Key, boolean, ThreadContext) - Constructor for class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
Enumerator - class org.openejb.util.Enumerator.
 
Enumerator(Vector) - Constructor for class org.openejb.util.Enumerator
 
EnvEntry - class org.openejb.alt.assembler.classic.xml.EnvEntry.
A subclass of EnvEntryInfo filled with data from an XML file.
EnvEntry() - Constructor for class org.openejb.alt.assembler.classic.xml.EnvEntry
 
EnvEntry - class org.openejb.alt.config.ejb11.EnvEntry.
Class EnvEntry.
EnvEntry() - Constructor for class org.openejb.alt.config.ejb11.EnvEntry
 
EnvEntryDescriptor - class org.openejb.alt.config.ejb11.EnvEntryDescriptor.
Class EnvEntryDescriptor.
EnvEntryDescriptor() - Constructor for class org.openejb.alt.config.ejb11.EnvEntryDescriptor
 
EnvEntryInfo - class org.openejb.alt.assembler.classic.EnvEntryInfo.
EnvEntryInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
EnvEntryInfo() - Constructor for class org.openejb.alt.assembler.classic.EnvEntryInfo
 
EnvProps - class org.openejb.EnvProps.
 
EnvProps() - Constructor for class org.openejb.EnvProps
 
EnvProps - class org.openejb.core.EnvProps.
Class to encapsulate the configuration options available in the core implementation of the container system
EnvProps() - Constructor for class org.openejb.core.EnvProps
 
Erase_Line - Static variable in interface org.openejb.server.telnet.TelnetCodes
The function EL.
Erase_character - Static variable in interface org.openejb.server.telnet.TelnetCodes
The function EC.
ErrorCode - class org.openejb.resource.jdbc.ErrorCode.
 
ErrorCode() - Constructor for class org.openejb.resource.jdbc.ErrorCode
 
Exit - class org.openejb.server.telnet.Exit.
 
Exit() - Constructor for class org.openejb.server.telnet.Exit
 
ejb - Variable in class org.openejb.client.EJBInvocationHandler
The EJBMetaDataImpl object of the bean deployment that this invocation handler represents.
ejbClass - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
ejbDeploymentId - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo
 
ejbDeploymentId - Variable in class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
 
ejbDeploymentId - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
ejbDeploymentId - Variable in class org.openejb.alt.assembler.classic.MethodInfo
 
ejbHomeProxy - Variable in class org.openejb.client.EJBHomeHandle
 
ejbHomeProxy - Variable in class org.openejb.client.EJBMetaDataImpl
 
ejbJars - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
ejbLoad_If_No_Transaction(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityContainer
If a business method or remove method is called without a transaction context the ejbLoad method must be invoked before the call is serviced.
ejbLocalReferences - Variable in class org.openejb.alt.assembler.classic.JndiEncInfo
 
ejbName - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
ejbObjectProxy - Variable in class org.openejb.client.EJBObjectHandle
 
ejbReferences - Variable in class org.openejb.alt.assembler.classic.JndiEncInfo
 
ejbStore_If_No_Transaction(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityContainer
If a business method is called without a transaction context the ejbStore method must be invoked after the call is serviced.
ejbeans - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
enlistResource(XAResource) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
enterpriseBeans - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
enterpriseBeans - Variable in class org.openejb.alt.assembler.classic.EjbJarInfo
 
entityContainers - Variable in class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
entityContainers - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
enumerateCmpField() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateCmpField
enumerateConnector() - Method in class org.openejb.alt.config.sys.Openejb
Method enumerateConnector
enumerateContainer() - Method in class org.openejb.alt.config.sys.Openejb
Method enumerateContainer
enumerateContainerTransaction() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method enumerateContainerTransaction
enumerateDeployments() - Method in class org.openejb.alt.config.sys.Openejb
Method enumerateDeployments
enumerateEjbDeployment() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method enumerateEjbDeployment
enumerateEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateEjbLocalRef
enumerateEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Session
Method enumerateEjbLocalRef
enumerateEjbRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateEjbRef
enumerateEjbRef() - Method in class org.openejb.alt.config.ejb11.Session
Method enumerateEjbRef
enumerateEnterpriseBeansItem() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method enumerateEnterpriseBeansItem
enumerateEnvEntry() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateEnvEntry
enumerateEnvEntry() - Method in class org.openejb.alt.config.ejb11.Session
Method enumerateEnvEntry
enumerateJndiProvider() - Method in class org.openejb.alt.config.sys.Openejb
Method enumerateJndiProvider
enumerateMethod() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method enumerateMethod
enumerateMethod() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method enumerateMethod
enumerateMethodParam() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method enumerateMethodParam
enumerateMethodPermission() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method enumerateMethodPermission
enumerateQuery() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method enumerateQuery
enumerateResource() - Method in class org.openejb.alt.config.sys.Openejb
Method enumerateResource
enumerateResourceLink() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method enumerateResourceLink
enumerateResourceRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateResourceRef
enumerateResourceRef() - Method in class org.openejb.alt.config.ejb11.Session
Method enumerateResourceRef
enumerateRoleName() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method enumerateRoleName
enumerateSecurityRole() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method enumerateSecurityRole
enumerateSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method enumerateSecurityRoleRef
enumerateSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Session
Method enumerateSecurityRoleRef
enumerateServiceProvider() - Method in class org.openejb.alt.config.sys.ServicesJar
Method enumerateServiceProvider
envEntries - Variable in class org.openejb.alt.assembler.classic.JndiEncInfo
 
equals(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.Key
 
equals(Object) - Method in class org.openejb.core.entity.EntityInstanceManager.Key
 
equals(Object) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
equals(Object) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
equals(Object) - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
equals(Object) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
equals(Object) - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
equals(Object) - Method in class org.openejb.util.FileUtils
 
equals(Object) - Method in class org.openejb.util.MemoryClassLoader
 
error(String) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String, Throwable, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's error method
error(String) - Method in class org.openejb.util.Logger
A wrapper call to log4j's error method
error(String, Throwable) - Method in class org.openejb.util.Logger
An wrapper call to log4j's error method
exception(Exception) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Command
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Exit
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.GroovySh
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Help
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Lookup
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Ls
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Prompt
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Stop
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Test
 
exec(InputStream, PrintStream) - Method in class org.openejb.server.telnet.TextConsole
 
exec(Command.Arguments, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Version
 
exists() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
 
extractHomeBeanMethodName(String) - Method in class org.openejb.core.DeploymentInfo
 

F

FACILITIES - Static variable in class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
Represents the facilities element in the XML config file.
FACTORY_CLASS - Static variable in class org.openejb.alt.assembler.classic.xml.Service
Represents the factory-class element in the XML config file.
FILENAME - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
FORM_URL_ENCODED - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
Facilities - class org.openejb.alt.assembler.classic.xml.Facilities.
A subclass of FacilitiesInfo filled with data from an XML file.
Facilities() - Constructor for class org.openejb.alt.assembler.classic.xml.Facilities
 
FacilitiesInfo - class org.openejb.alt.assembler.classic.FacilitiesInfo.
FacilitiesInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
FacilitiesInfo() - Constructor for class org.openejb.alt.assembler.classic.FacilitiesInfo
 
FastThreadLocal - class org.openejb.util.FastThreadLocal.
 
FastThreadLocal() - Constructor for class org.openejb.util.FastThreadLocal
 
FieldDescriptor - class org.openejb.util.io.FieldDescriptor.
 
FieldDescriptor(Field) - Constructor for class org.openejb.util.io.FieldDescriptor
 
FieldDescriptor(String, Class) - Constructor for class org.openejb.util.io.FieldDescriptor
 
FileUtils - class org.openejb.util.FileUtils.
 
FileUtils(String, String, Hashtable) - Constructor for class org.openejb.util.FileUtils
 
facilities - Variable in class org.openejb.alt.assembler.classic.OpenEjbConfiguration
 
factoryClass - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
factoryClassName - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
factoryName - Variable in class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
fatal(String) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String, Throwable, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's fatal method
fatal(String) - Method in class org.openejb.util.Logger
A wrapper call to log4j's error method
fatal(String, Throwable) - Method in class org.openejb.util.Logger
An wrapper call to log4j's fatal method
federate(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
fetchAndLoadBean(ThreadContext, Database) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
This method is responsible for loading the bean from the database based on the primary key identity contained in the callContext parameter.
fetchFreeInstance(ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Obtains a bean instance from the method ready pool.
field - Variable in class org.openejb.util.io.FieldDescriptor
 
fields - Variable in class org.openejb.util.io.ClassDescriptor
 
findAllClasses(String) - Method in class org.openejb.util.ResourceFinder
 
findAllImplementations(Class) - Method in class org.openejb.util.ResourceFinder
 
findAllProperties(String) - Method in class org.openejb.util.ResourceFinder
 
findAllStrings(String) - Method in class org.openejb.util.ResourceFinder
 
findAvailableClasses(String) - Method in class org.openejb.util.ResourceFinder
 
findAvailableImplementations(Class) - Method in class org.openejb.util.ResourceFinder
 
findAvailableProperties(String) - Method in class org.openejb.util.ResourceFinder
 
findAvailableStrings(String) - Method in class org.openejb.util.ResourceFinder
 
findClass(String) - Method in class org.openejb.util.MemoryClassLoader
 
findClass(String) - Method in class org.openejb.util.ResourceFinder
 
findEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
This method is used to execute the find methods which are considered global in scope.
findImplementation(Class) - Method in class org.openejb.util.ResourceFinder
 
findMethod(Method, Object[], ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
This method is used to execute the find methods which are considered global in scope.
findProperties(String) - Method in class org.openejb.util.ResourceFinder
 
findResources(String) - Method in class org.openejb.util.MemoryClassLoader
 
findString(String) - Method in class org.openejb.util.ResourceFinder
 
findX(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Locates and returns a new EJBObject or a collection of EJBObjects.
findX(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBHomeHandler
EJB 1.1 -- 9.1.8 Finder method return type 9.1.8.1 Single-object finder Some finder methods (such as ejbFindByPrimaryKey) are designed to return at most one entity object.
findX(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBHomeHandler
EJB 1.1 Specification, Section 5.5 Session object identity Since all session objects hide their identity, there is no need to provide a finder for them.
findX(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBHomeHandler
EJB 1.1 Specification, Section 5.5 Session object identity Since all session objects hide their identity, there is no need to provide a finder for them.
findX(Method, Object[], Object) - Method in class org.openejb.core.entity.EntityEjbHomeHandler
Locates and returns a new EJBObject or a collection of EJBObjects.
findX(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Locates and returns a new EJBObject or a collection of EJBObjects.
findX(Method, Object[], Object) - Method in class org.openejb.core.stateful.StatefulEjbHomeHandler
EJB 1.1 Specification, Section 5.5 Session object identity Since all session objects hide their identity, there is no need to provide a finder for them.
findX(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbHomeHandler
EJB 1.1 Specification, Section 5.5 Session object identity Since all session objects hide their identity, there is no need to provide a finder for them.
flags - Variable in class org.openejb.util.io.ClassDescriptor
 
flush() - Method in class org.openejb.util.io.ObjectOutputStream
Flushes this data output stream.
forClass() - Method in class org.openejb.util.io.ClassDescriptor
Return the class in the local VM that this version is mapped to.
forName(String) - Method in class org.openejb.util.SafeToolkit
Attempts to find and load the specified class.
forName(String, String) - Method in class org.openejb.util.SafeToolkit
Attempts to find and load the specified class, using the specified codebase.
format(String, Object) - Method in class org.openejb.util.Messages
 
format(String, Object, Object) - Method in class org.openejb.util.Messages
 
format(String, Object, Object, Object) - Method in class org.openejb.util.Messages
 
format(String, Object, Object, Object, Object) - Method in class org.openejb.util.Messages
 
format(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Messages
 
format(String) - Method in class org.openejb.util.Messages
 
format(String, Object[]) - Method in class org.openejb.util.Messages
 
formatSqlException(SQLException) - Method in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
freeInstance(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityInstanceManager
Should be called when an instance is simply removed from the pool Calls unsetEntityContext in the instance.
freeInstance(Object) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Permanently removes the bean instance with the specified primaryKey from this instance manager's pool.
freeInstance(ThreadContext, EnterpriseBean) - Method in class org.openejb.core.stateless.StatelessInstanceManager
 

G

GET - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP GET type
GETEJBHOME - Static variable in class org.openejb.client.EJBObjectHandler
 
GETEJBMETADATA - Static variable in class org.openejb.client.EJBHomeHandler
 
GETHANDLE - Static variable in class org.openejb.client.EJBObjectHandler
 
GETHANDLER - Static variable in class org.openejb.client.EJBHomeHandler
 
GETHANDLER - Static variable in class org.openejb.client.EJBObjectHandler
 
GETHOMEHANDLE - Static variable in class org.openejb.client.EJBHomeHandler
 
GETPRIMARYKEY - Static variable in class org.openejb.client.EJBObjectHandler
 
GLOBAL_TX_DATABASE - Static variable in class org.openejb.core.EnvProps
The Global_TX_Database for CMP beans
Global_TX_Database - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
The name of the database.xml file that is used for global or container managed transactions.
Go_ahead - Static variable in interface org.openejb.server.telnet.TelnetCodes
The GA signal.
GroovySh - class org.openejb.server.telnet.GroovySh.
 
GroovySh() - Constructor for class org.openejb.server.telnet.GroovySh
 
gatherNodes(NameNode, Vector) - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
get() - Static method in class org.openejb.loader.SystemInstance
 
get(int) - Method in class org.openejb.util.ArrayEnumeration
 
get(Object) - Method in class org.openejb.util.HashThreadLocal
 
getAccessMode() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getAccessMode
getAccessMode() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getAccessMode
getAncillaryState(Object) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Gets the ancillary state object of the instance with the specified primaryKey.
getApplicationServer() - Static method in class org.openejb.OpenEJB
 
getApplicationServer() - Static method in class org.openejb.server.ServerFederation
Gets the ApplicationServer implementation associates with this thread.
getAssembler(Properties) - Static method in class org.openejb.spi.AssemblerFactory
 
getAssemblyDescriptor() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'assemblyDescriptor'.
getAttribute(String) - Method in interface org.openejb.server.httpd.HttpRequest
 
getAttribute(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getAttribute(String) - Method in interface org.openejb.server.httpd.HttpSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAuthorizedRoles(Method) - Method in interface org.openejb.DeploymentInfo
Gets the roles that are authorised to execute this method.
getAuthorizedRoles(String) - Method in interface org.openejb.DeploymentInfo
 
getAuthorizedRoles(Method) - Method in class org.openejb.core.DeploymentInfo
Gets the roles that are authorised to execute this method.
getAuthorizedRoles(String) - Method in class org.openejb.core.DeploymentInfo
 
getAutoCommit() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getBase() - Method in class org.openejb.loader.SystemInstance
 
getBean() - Method in interface org.openejb.alt.config.Bean
 
getBean() - Method in class org.openejb.alt.config.EntityBean
 
getBean() - Method in class org.openejb.alt.config.SessionBean
 
getBean() - Method in class org.openejb.alt.config.ValidationException
 
getBeanClass() - Method in interface org.openejb.DeploymentInfo
Gets the bean's class definition.
getBeanClass() - Method in class org.openejb.core.DeploymentInfo
Gets the bean's class definition.
getBeanContainer() - Method in class org.openejb.ProxyInfo
Gets the Container that the deployed bean lives in.
getBeanEntry(Object) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Used by get/setAncillaryState( ) methods
getBeans() - Method in class org.openejb.alt.config.EjbJarUtils
 
getBeans() - Method in class org.openejb.alt.config.EjbSet
 
getBinding() - Method in class org.openejb.core.ivm.naming.NameNode
 
getCallContext() - Static method in class org.openejb.server.ejbd.CallContext
Gets the CallContext assigned to the current thread
getCallerIdentity() - Method in class org.openejb.core.CoreContext
 
getCallerPrincipal() - Method in class org.openejb.core.CoreContext
 
getCatalog() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getCategory() - Method in class org.openejb.alt.config.ValidationError
 
getCategory() - Method in class org.openejb.alt.config.ValidationException
 
getCategory() - Method in class org.openejb.alt.config.ValidationFailure
 
getCategory() - Method in class org.openejb.alt.config.ValidationWarning
 
getChildElement(Node, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the child element of the node passed in that matches the element name passed in.
getChildElementPCData(Node, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the PCDATA of a child element in the node passed in.
getChildElements(Node, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the child elements of the node passed in that match the element name passed in.
getChildElementsPCData(Node, String) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the PCDATA of all child elements to the node passed in.
getClassDescriptor() - Method in class org.openejb.util.io.FieldDescriptor
 
getClassLoader() - Method in class org.openejb.alt.config.EjbSet
 
getClassLoader() - Method in class org.openejb.alt.config.TempCodebase
 
getClassLoader() - Method in class org.openejb.core.DeploymentContext
 
getClassLoader() - Method in interface org.openejb.loader.ClassPath
 
getClassLoader() - Method in class org.openejb.loader.ContextClassPath
 
getClassLoader() - Method in class org.openejb.loader.SystemClassPath
 
getClassLoader() - Method in class org.openejb.loader.SystemInstance
 
getClassLoader() - Method in class org.openejb.loader.TomcatClassPath
 
getClassLoader(String) - Static method in class org.openejb.util.SafeToolkit
Ensures that a class loader for each code base used in the system is created at most one time.
getClassName() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'className'.
getClassPath() - Method in class org.openejb.loader.SystemInstance
 
getClientIdentity() - Method in class org.openejb.client.ClientMetaData
 
getClientIdentity() - Method in class org.openejb.client.EJBRequest
 
getCmpField(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getCmpField
getCmpField() - Method in class org.openejb.alt.config.ejb11.Entity
Method getCmpField
getCmpFieldCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getCmpFieldCount
getCmrFields() - Method in class org.openejb.core.DeploymentInfo
Returns the names of the bean's container-managed fields.
getCode() - Method in class org.openejb.server.httpd.HttpResponseImpl
gets the HTTP response code
getCodebase() - Method in class org.openejb.alt.config.TempCodebase
 
getCodebaseClassLoader(String) - Static method in class org.openejb.util.SafeToolkit
Ensures that a class loader for each code base used in the system is created at most one time.
getCodebaseTempClassLoader(String) - Static method in class org.openejb.alt.config.TempCodebase
Ensures that a class loader for each code base used in the system is created at most one time.
getCommand(String) - Static method in class org.openejb.server.telnet.Command
 
getComponent() - Method in class org.openejb.core.ivm.naming.ParsedName
 
getComponentHashCode() - Method in class org.openejb.core.ivm.naming.ParsedName
 
getComponentType() - Method in interface org.openejb.DeploymentInfo
Gets the type of this bean component.
getComponentType() - Method in class org.openejb.core.DeploymentInfo
Gets the type of this bean component.
getConnection(ServerMetaData) - Method in interface org.openejb.client.ConnectionFactory
Get a connection from the factory
getConnection(ServerMetaData) - Static method in class org.openejb.client.ConnectionManager
 
getConnection(ServerMetaData) - Method in class org.openejb.client.HttpConnectionFactory
 
getConnection(ServerMetaData) - Method in class org.openejb.client.SocketConnectionFactory
Get a connection from the factory
getConnection() - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
getConnection(String, String) - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
getConnection(JdbcConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
getConnection(Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getConnectionManager() - Method in class org.openejb.alt.config.sys.Openejb
Returns the value of field 'connectionManager'.
getConnector(int) - Method in class org.openejb.alt.config.sys.Openejb
Method getConnector
getConnector() - Method in class org.openejb.alt.config.sys.Openejb
Method getConnector
getConnectorCount() - Method in class org.openejb.alt.config.sys.Openejb
Method getConnectorCount
getContainer() - Method in interface org.openejb.DeploymentInfo
Gets the id of the container this deployed bean is in.
getContainer(Object) - Static method in class org.openejb.OpenEJB
Returns the Container in this container system with the specified id.
getContainer(int) - Method in class org.openejb.alt.config.sys.Openejb
Method getContainer
getContainer() - Method in class org.openejb.alt.config.sys.Openejb
Method getContainer
getContainer(Object) - Method in class org.openejb.core.ContainerSystem
Returns the Container in this container system with the specified id.
getContainer() - Method in class org.openejb.core.DeploymentInfo
Gets the the container that this deployed bean is in.
getContainer() - Method in class org.openejb.core.RpcContainerWrapper
 
getContainer() - Method in class org.openejb.core.transaction.TransactionPolicy
 
getContainer(Object) - Method in interface org.openejb.spi.ContainerSystem
Returns the Container in this container system with the specified id.
getContainerCount() - Method in class org.openejb.alt.config.sys.Openejb
Method getContainerCount
getContainerID() - Method in interface org.openejb.Container
Gets the id of this container.
getContainerID() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Gets the id of this container.
getContainerID() - Method in class org.openejb.core.RpcContainerWrapper
 
getContainerID() - Method in class org.openejb.core.entity.EntityContainer
Gets the id of this container.
getContainerID() - Method in class org.openejb.core.stateful.StatefulContainer
Gets the id of this container.
getContainerID() - Method in class org.openejb.core.stateless.StatelessContainer
Gets the id of this container.
getContainerId() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Returns the value of field 'containerId'.
getContainerSystem() - Method in class org.openejb.alt.assembler.classic.Assembler
 
getContainerSystem() - Method in interface org.openejb.spi.Assembler
 
getContainerTransaction(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getContainerTransaction
getContainerTransaction() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getContainerTransaction
getContainerTransactionCount() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getContainerTransactionCount
getContainerType() - Method in interface org.openejb.Container
Gets the type of container (STATELESS, STATEFUL, ENTITY, or MESSAGE_DRIVEN
getContainerType() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Gets the type of container (STATELESS, STATEFUL, ENTITY, or MESSAGE_DRIVEN
getContainerType() - Method in class org.openejb.core.RpcContainerWrapper
 
getContainerType() - Method in class org.openejb.core.entity.EntityContainer
Gets the type of container (STATELESS, STATEFUL, ENTITY, or MESSAGE_DRIVEN
getContainerType() - Method in class org.openejb.core.stateful.StatefulContainer
Gets the type of container (STATELESS, STATEFUL, ENTITY, or MESSAGE_DRIVEN
getContainerType() - Method in class org.openejb.core.stateless.StatelessContainer
Gets the type of container (STATELESS, STATEFUL, ENTITY, or MESSAGE_DRIVEN
getContent() - Method in interface org.openejb.alt.config.Service
 
getContent() - Method in class org.openejb.alt.config.sys.ConnectionManager
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.Connector
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.Container
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.JndiProvider
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.Openejb
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.ProxyFactory
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.Resource
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.SecurityService
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'content'.
getContent() - Method in class org.openejb.alt.config.sys.TransactionService
Returns the value of field 'content'.
getContentLength() - Method in interface org.openejb.server.httpd.HttpRequest
 
getContentLength() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getContentType() - Method in interface org.openejb.server.httpd.HttpRequest
 
getContentType() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getContentType() - Method in interface org.openejb.server.httpd.HttpResponse
gets the content type that will be sent to the browser
getContentType() - Method in class org.openejb.server.httpd.HttpResponseImpl
gets the content type that will be sent to the browser
getContext() - Method in class org.openejb.core.ivm.naming.JndiReference
 
getContext() - Method in class org.openejb.core.ivm.naming.java.javaURLContextFactory
 
getContextClassLoader() - Static method in class org.openejb.OpenEJB
 
getContextClassLoader() - Static method in class org.openejb.client.ConnectionManager
 
getContextClassLoader() - Static method in class org.openejb.client.proxy.ProxyManager
 
getContextClassLoader() - Static method in class org.openejb.loader.BasicURLClassPath
 
getContextClassLoader() - Static method in class org.openejb.util.JarUtils
 
getContextClassLoader() - Static method in class org.openejb.util.SafeToolkit
 
getContextClassLoader() - Static method in class org.openejb.util.urlhandler.resource.Handler
 
getCookie(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getCookies() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getCreateMethod() - Method in class org.openejb.core.DeploymentInfo
Used for stateless session beans only
getCredentials() - Method in class org.openejb.client.AuthenticationRequest
Returns the client's credentials.
getCtype() - Method in class org.openejb.alt.config.sys.Container
Returns the value of field 'ctype'.
getCurrentOperation() - Method in class org.openejb.core.ThreadContext
 
getDatabase(ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
If their is no transaction the CastorTransactionScopeManager.begin() method would have set the unspecified value of the ThreadContext to a non-transaction managed database object.
getDefaultFactory() - Static method in class org.openejb.client.proxy.ProxyManager
 
getDefaultFactory() - Static method in class org.openejb.util.proxy.ProxyManager
 
getDefaultFactoryName() - Static method in class org.openejb.client.proxy.ProxyManager
 
getDefaultFactoryName() - Static method in class org.openejb.util.proxy.ProxyManager
 
getDeployment(EJBRequest) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeployment(String) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeployment(Integer) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeployment(int) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeployment(EJBRequest) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getDeploymentCode() - Method in class org.openejb.client.EJBRequest
 
getDeploymentID() - Method in interface org.openejb.DeploymentInfo
Gets the id of this bean deployment.
getDeploymentID() - Method in class org.openejb.core.DeploymentInfo
Gets the id of this bean deployment.
getDeploymentId() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Returns the value of field 'deploymentId'.
getDeploymentId() - Method in class org.openejb.client.EJBRequest
 
getDeploymentIndex(DeploymentInfo) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeploymentIndex(String) - Method in class org.openejb.server.ejbd.DeploymentIndex
 
getDeploymentInfo(Object) - Method in interface org.openejb.Container
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo(Object) - Static method in class org.openejb.OpenEJB
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo() - Method in class org.openejb.ProxyInfo
Gets the DeploymentInfo object of the bean that this proxy represents.
getDeploymentInfo(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo(Object) - Method in class org.openejb.core.ContainerSystem
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo(Object) - Method in class org.openejb.core.RpcContainerWrapper
 
getDeploymentInfo() - Method in class org.openejb.core.ThreadContext
 
getDeploymentInfo(Object) - Method in class org.openejb.core.entity.EntityContainer
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo(Object) - Method in class org.openejb.core.stateful.StatefulContainer
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo(Object) - Method in class org.openejb.core.stateless.StatelessContainer
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeploymentInfo() - Method in class org.openejb.server.ejbd.CallContext
Returns the DeploymentInfo assigned to this CallContext
getDeploymentInfo(Object) - Method in interface org.openejb.spi.ContainerSystem
Gets the DeploymentInfo object for the bean with the specified deployment id.
getDeployments(int) - Method in class org.openejb.alt.config.sys.Openejb
Method getDeployments
getDeployments() - Method in class org.openejb.alt.config.sys.Openejb
Method getDeployments
getDeploymentsCount() - Method in class org.openejb.alt.config.sys.Openejb
Method getDeploymentsCount
getDescription() - Method in class org.openejb.alt.config.ejb11.CmpField
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.Query
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.SecurityRole
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'description'.
getDescription() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'description'.
getDetails() - Method in class org.openejb.alt.config.ValidationException
 
getDir() - Method in class org.openejb.alt.config.sys.Deployments
Returns the value of field 'dir'.
getDirectory(String) - Method in class org.openejb.util.FileUtils
 
getDirectory(String, boolean) - Method in class org.openejb.util.FileUtils
Resolves the specified path relative to the home directory; create it if requested
getDirectory() - Method in class org.openejb.util.FileUtils
 
getDisplayName() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'displayName'.
getDisplayName() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'displayName'.
getDisplayName() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'displayName'.
getDisplayName() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'displayName'.
getDtd(String) - Static method in class org.openejb.alt.config.DTDResolver
 
getEISProductName() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
 
getEISProductVersion() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
 
getEJBContext() - Method in class org.openejb.core.DeploymentInfo
Gets the EJBContext this container manager will expose to the Containers it manages.
getEJBHome() - Method in class org.openejb.client.EJBHomeHandle
Obtain the home object represented by this handle.
getEJBHome() - Method in class org.openejb.client.EJBMetaDataImpl
Obtain the home interface of the enterprise Bean.
getEJBHome(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
getEJBHome() - Method in class org.openejb.core.CoreContext
 
getEJBHome() - Method in class org.openejb.core.DeploymentInfo
Gets the EJBHome object of this bean deployment.
getEJBHome(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
getEJBHome() - Method in class org.openejb.core.ivm.IntraVmHandle
Returns the stub/proxy referenced by this handle as an EJBHome.
getEJBHome() - Method in class org.openejb.core.ivm.IntraVmMetaData
Gets the EJBHome stub/proxy for this bean deployment.
getEJBHome(ProxyInfo) - Method in class org.openejb.core.ivm.IntraVmServer
 
getEJBHome(ProxyInfo) - Method in class org.openejb.server.ServerFederation
Delegates this call to the application server implementation associated with this thread.
getEJBHome(ProxyInfo) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getEJBHome(ProxyInfo) - Method in interface org.openejb.spi.ApplicationServer
 
getEJBHomeHandler() - Method in interface org.openejb.client.EJBHomeProxy
Returns the Handler acting as handler for this proxy
getEJBLocalHome() - Method in class org.openejb.core.CoreContext
 
getEJBLocalHome() - Method in class org.openejb.core.DeploymentInfo
 
getEJBLocalObject() - Method in class org.openejb.core.CoreContext
 
getEJBMetaData(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Returns an EJBMetaData implementation that is valid inside this virtual machine.
getEJBMetaData(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Returns an EJBMetaData implementation that is valid inside this virtual machine.
getEJBMetaData(ProxyInfo) - Method in class org.openejb.core.ivm.IntraVmServer
 
getEJBMetaData(ProxyInfo) - Method in class org.openejb.server.ServerFederation
Delegates this call to the application server implementation associated with this thread.
getEJBMetaData(ProxyInfo) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getEJBMetaData(ProxyInfo) - Method in interface org.openejb.spi.ApplicationServer
 
getEJBObject() - Method in class org.openejb.client.EJBObjectHandle
Obtain the EJB object reference represented by this handle.
getEJBObject() - Method in class org.openejb.core.CoreContext
 
getEJBObject() - Method in class org.openejb.core.ivm.IntraVmHandle
Returns the stub/proxy referenced by this handle as an EJBObject.
getEJBObject(ProxyInfo) - Method in class org.openejb.core.ivm.IntraVmServer
 
getEJBObject(ProxyInfo) - Method in class org.openejb.server.ServerFederation
Delegates this call to the application server implementation associated with this thread.
getEJBObject(ProxyInfo) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getEJBObject(ProxyInfo) - Method in interface org.openejb.spi.ApplicationServer
 
getEJBObjectHandler() - Method in interface org.openejb.client.EJBObjectProxy
Returns the EJBObjectImpl acting as handler for this proxy
getEJBRequest() - Method in class org.openejb.server.ejbd.CallContext
Returns the EJBRequest this thread is satisfying.
getEjbClass() - Method in interface org.openejb.alt.config.Bean
 
getEjbClass() - Method in class org.openejb.alt.config.EntityBean
 
getEjbClass() - Method in class org.openejb.alt.config.SessionBean
 
getEjbClass() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'ejbClass'.
getEjbClass() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'ejbClass'.
getEjbClientJar() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'ejbClientJar'.
getEjbDaemon() - Static method in class org.openejb.server.ejbd.EjbDaemon
 
getEjbDeployment(int) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method getEjbDeployment
getEjbDeployment() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method getEjbDeployment
getEjbDeploymentCount() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method getEjbDeploymentCount
getEjbJar() - Method in class org.openejb.alt.config.EjbJarUtils
 
getEjbJar() - Method in class org.openejb.alt.config.EjbSet
 
getEjbLink() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'ejbLink'.
getEjbLink() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'ejbLink'.
getEjbLocalRef() - Method in interface org.openejb.alt.config.Bean
 
getEjbLocalRef() - Method in class org.openejb.alt.config.EntityBean
 
getEjbLocalRef() - Method in class org.openejb.alt.config.SessionBean
 
getEjbLocalRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbLocalRef
getEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbLocalRef
getEjbLocalRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbLocalRef
getEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbLocalRef
getEjbLocalRefCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbLocalRefCount
getEjbLocalRefCount() - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbLocalRefCount
getEjbName() - Method in interface org.openejb.alt.config.Bean
 
getEjbName() - Method in class org.openejb.alt.config.EntityBean
 
getEjbName() - Method in class org.openejb.alt.config.SessionBean
 
getEjbName() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Returns the value of field 'ejbName'.
getEjbName() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'ejbName'.
getEjbName() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'ejbName'.
getEjbName() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'ejbName'.
getEjbRef() - Method in interface org.openejb.alt.config.Bean
 
getEjbRef() - Method in class org.openejb.alt.config.EntityBean
 
getEjbRef() - Method in class org.openejb.alt.config.SessionBean
 
getEjbRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbRef
getEjbRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbRef
getEjbRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbRef
getEjbRef() - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbRef
getEjbRefCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEjbRefCount
getEjbRefCount() - Method in class org.openejb.alt.config.ejb11.Session
Method getEjbRefCount
getEjbRefName() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'ejbRefName'.
getEjbRefName() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'ejbRefName'.
getEjbRefType() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'ejbRefType'.
getEjbRefType() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'ejbRefType'.
getEjbSets() - Method in class org.openejb.alt.config.EjbValidator
 
getElementAttributes(Node) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the named attributes of the node passed in.
getElementPCData(Node) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
Returns the PCDATA of the node passed in.
getEnterpriseBeans() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'enterpriseBeans'.
getEnterpriseBeansItem(int) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method getEnterpriseBeansItem
getEnterpriseBeansItem() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method getEnterpriseBeansItem
getEnterpriseBeansItemCount() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method getEnterpriseBeansItemCount
getEntity() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItem
Returns the value of field 'entity'.
getEntityBean() - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
getEnvEntry() - Method in interface org.openejb.alt.config.Bean
 
getEnvEntry() - Method in class org.openejb.alt.config.EntityBean
 
getEnvEntry() - Method in class org.openejb.alt.config.SessionBean
 
getEnvEntry(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getEnvEntry
getEnvEntry() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEnvEntry
getEnvEntry(int) - Method in class org.openejb.alt.config.ejb11.Session
Method getEnvEntry
getEnvEntry() - Method in class org.openejb.alt.config.ejb11.Session
Method getEnvEntry
getEnvEntryCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getEnvEntryCount
getEnvEntryCount() - Method in class org.openejb.alt.config.ejb11.Session
Method getEnvEntryCount
getEnvEntryName() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Returns the value of field 'envEntryName'.
getEnvEntryType() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Returns the value of field 'envEntryType'.
getEnvEntryValue() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Returns the value of field 'envEntryValue'.
getEnvironment() - Method in class org.openejb.client.JNDIContext
 
getEnvironment() - Method in class org.openejb.core.CoreContext
 
getEnvironment() - Method in class org.openejb.core.ivm.naming.IvmContext
 
getErrors() - Method in class org.openejb.alt.config.EjbSet
 
getExtends() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getExtends
getExtends() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getExtends
getFactory() - Static method in class org.openejb.client.ConnectionManager
 
getFactory(String) - Static method in class org.openejb.util.proxy.ProxyManager
 
getFactoryName() - Static method in class org.openejb.client.ConnectionManager
 
getFailures() - Method in class org.openejb.alt.config.EjbSet
 
getFederatedFactories() - Static method in class org.openejb.core.ivm.naming.IvmContext
 
getField() - Method in class org.openejb.util.io.FieldDescriptor
 
getFieldName() - Method in class org.openejb.alt.config.ejb11.CmpField
Returns the value of field 'fieldName'.
getFields() - Method in class org.openejb.util.io.ClassDescriptor
 
getFile() - Method in class org.openejb.alt.config.sys.PropertiesFile
Returns the value of field 'file'.
getFile(String) - Method in class org.openejb.util.FileUtils
 
getFile(String, boolean) - Method in class org.openejb.util.FileUtils
 
getFormParameter(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
Gets a form parameter based on the name passed in.
getFormParameters() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getHandle(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
getHandle(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
getHandle(ProxyInfo) - Method in class org.openejb.core.ivm.IntraVmServer
 
getHandle(ProxyInfo) - Method in class org.openejb.server.ServerFederation
Delegates this call to the application server implementation associated with this thread.
getHandle(ProxyInfo) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getHandle(ProxyInfo) - Method in interface org.openejb.spi.ApplicationServer
 
getHeader(String) - Method in interface org.openejb.server.httpd.HttpRequest
Gets a header based the header name passed in.
getHeader(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
Gets a header based the header name passed in.
getHeader(String) - Method in interface org.openejb.server.httpd.HttpResponse
Gets a header based on the name passed in
getHeader(String) - Method in class org.openejb.server.httpd.HttpResponseImpl
Gets a header based on the name passed in
getHoldability() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getHome() - Method in interface org.openejb.alt.config.Bean
 
getHome() - Method in class org.openejb.alt.config.EntityBean
 
getHome() - Method in class org.openejb.alt.config.SessionBean
 
getHome() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'home'.
getHome() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'home'.
getHome() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'home'.
getHome() - Method in class org.openejb.loader.SystemInstance
 
getHomeHandle(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Returns a HomeHandle implementation that is valid inside this virtual machine.
getHomeHandle(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Returns a HomeHandle implementation that is valid inside this virtual machine.
getHomeHandle(ProxyInfo) - Method in class org.openejb.core.ivm.IntraVmServer
 
getHomeHandle(ProxyInfo) - Method in class org.openejb.server.ServerFederation
Delegates this call to the application server implementation associated with this thread.
getHomeHandle(ProxyInfo) - Method in class org.openejb.server.ejbd.EjbDaemon
 
getHomeHandle(ProxyInfo) - Method in interface org.openejb.spi.ApplicationServer
 
getHomeInterface() - Method in interface org.openejb.DeploymentInfo
Gets the home interface for the bean deployment.
getHomeInterface() - Method in class org.openejb.core.DeploymentInfo
Gets the home interface for the bean deployment.
getHomeInterfaceClass() - Method in class org.openejb.client.EJBMetaDataImpl
Obtain the Class object for the enterprise Bean's home interface.
getHomeInterfaceClass() - Method in class org.openejb.core.ivm.IntraVmMetaData
Returns the Class of the bean's home interface.
getHost() - Method in class org.openejb.client.ServerMetaData
 
getIP() - Method in interface org.openejb.server.ServerService
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.openejb.server.ServiceAccessController
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.openejb.server.ServiceDaemon
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.openejb.server.ServiceLogger
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.openejb.server.ServicePool
Gets the ip number that the daemon is listening on.
getIP() - Method in class org.openejb.server.admin.AdminDaemon
 
getIP() - Method in class org.openejb.server.ejbd.EjbServer
 
getIP() - Method in class org.openejb.server.httpd.HttpEjbServer
 
getIP() - Method in class org.openejb.server.httpd.HttpServer
 
getIP() - Method in class org.openejb.server.telnet.TelnetServer
 
getId() - Method in interface org.openejb.alt.config.Service
 
getId() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.CmpField
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.MethodParams
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.SecurityRole
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.ConnectionManager
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.Connector
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.Container
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.JndiProvider
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.ProxyFactory
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.Resource
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.SecurityService
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'id'.
getId() - Method in class org.openejb.alt.config.sys.TransactionService
Returns the value of field 'id'.
getId() - Method in class org.openejb.core.DeploymentContext
 
getId() - Method in interface org.openejb.server.httpd.HttpSession
Returns a string containing the unique identifier assigned to this session.
getIdentity() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getIdentity
getIdentity() - Method in class org.openejb.client.AuthenticationResponse
 
getInitProps() - Static method in class org.openejb.OpenEJB
This method returns a clone of the original properties used to initialize the OpenEJB class.
getInitialContext(Hashtable) - Method in class org.openejb.client.JNDIContext
Creates an Initial Context for beginning name resolution.
getInitialContext(Hashtable) - Method in class org.openejb.client.LocalInitialContextFactory
 
getInitialContext(Hashtable) - Method in class org.openejb.core.ivm.naming.InitContextFactory
 
getInitialContext(Hashtable) - Method in class org.openejb.core.ivm.naming.java.javaURLContextFactory
 
getInputStream() - Method in interface org.openejb.client.Connection
 
getInputStream() - Method in class org.openejb.client.HttpConnectionFactory.HttpConnection
 
getInputStream() - Method in interface org.openejb.server.httpd.HttpRequest
 
getInputStream() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getInstance() - Static method in class org.openejb.alt.config.ValidationTable
 
getInstance(ThreadContext) - Method in class org.openejb.core.stateless.StatelessInstanceManager
 
getInstance(String, String) - Static method in class org.openejb.util.Logger
Returns a shared instance of Logger.
getInstanceManager() - Method in class org.openejb.core.entity.EntityContainer
 
getInstanceManager() - Method in class org.openejb.core.stateful.StatefulContainer
 
getInstanceManager() - Method in class org.openejb.core.stateless.StatelessContainer
 
getInterface() - Method in class org.openejb.ProxyInfo
Gets the bean's remote interface if this proxy represents an EJBObject or the bean's home interface if this proxy represents an EJBHome.
getInvocationHandler() - Method in class org.openejb.client.proxy.Jdk13InvocationHandler
Returns the InvocationHandler that will receive all the calls on the proxy
getInvocationHandler(Object) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns the invocation handler for the specified proxy instance.
getInvocationHandler(Object) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns the invocation handler for the specified proxy instance.
getInvocationHandler(Object) - Static method in class org.openejb.client.proxy.ProxyManager
Casts the object passed in to the appropriate proxy type and retreives the InvocationHandler assigned to it.
getInvocationHandler() - Method in class org.openejb.util.proxy.Jdk13InvocationHandler
 
getInvocationHandler(Object) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
Returns the invocation handler for the specified proxy instance.
getInvocationHandler() - Method in class org.openejb.util.proxy.Proxy
 
getInvocationHandler(Object) - Method in interface org.openejb.util.proxy.ProxyFactory
Returns the invocation handler for the specified proxy instance.
getInvocationHandler(Object) - Static method in class org.openejb.util.proxy.ProxyManager
Casts the object passed in to the appropriate proxy type and retreives the InvocationHandler assigned to it.
getJNDIContext() - Static method in class org.openejb.OpenEJB
Returns the global JNDI name space for the OpenEJB container system.
getJNDIContext() - Method in class org.openejb.core.ContainerSystem
Returns the global JNDI name space for the OpenEJB container system.
getJNDIContext() - Method in interface org.openejb.spi.ContainerSystem
Returns the global JNDI name space for the OpenEJB container system.
getJar() - Method in class org.openejb.alt.config.EjbSet
 
getJar() - Method in interface org.openejb.alt.config.Service
 
getJar() - Method in class org.openejb.alt.config.sys.ConnectionManager
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.Connector
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.Container
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.Deployments
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.JndiProvider
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.ProxyFactory
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.Resource
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.SecurityService
Returns the value of field 'jar'.
getJar() - Method in class org.openejb.alt.config.sys.TransactionService
Returns the value of field 'jar'.
getJarContaining(String) - Static method in class org.openejb.util.JarUtils
 
getJarFile(String) - Static method in class org.openejb.util.JarUtils
 
getJarLocation() - Method in class org.openejb.alt.config.EjbJarUtils
 
getJarPath() - Method in class org.openejb.alt.config.EjbSet
 
getJavaClass() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getJavaClass
getJavaClass() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getJavaClass
getJdbcDriver() - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
getJdbcUrl() - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
getJdoComplex(Object) - Method in interface org.openejb.alt.containers.castor_cmp11.KeyGenerator
 
getJndi() - Method in class org.openejb.alt.config.sys.Resource
Returns the value of field 'jndi'.
getJndiContext() - Method in class org.openejb.core.DeploymentContext
 
getJndiEnc() - Method in class org.openejb.core.DeploymentInfo
Gets the JNDI namespace for the bean's environment.
getJndiName() - Method in class org.openejb.alt.config.sys.Lookup
Returns the value of field 'jndiName'.
getJndiProvider(int) - Method in class org.openejb.alt.config.sys.Openejb
Method getJndiProvider
getJndiProvider() - Method in class org.openejb.alt.config.sys.Openejb
Method getJndiProvider
getJndiProviderCount() - Method in class org.openejb.alt.config.sys.Openejb
Method getJndiProviderCount
getJndiProviderId() - Method in class org.openejb.alt.config.sys.Lookup
Returns the value of field 'jndiProviderId'.
getKeyGenerator() - Method in class org.openejb.core.DeploymentInfo
 
getLargeIcon() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'largeIcon'.
getLargeIcon() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'largeIcon'.
getLargeIcon() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'largeIcon'.
getLastToken(String, String) - Static method in class org.openejb.util.StringUtilities
Gets the last token in a StringTokenizer.
getLastValidated(File) - Method in class org.openejb.alt.config.ValidationTable
 
getLocal() - Method in interface org.openejb.alt.config.Bean
 
getLocal() - Method in class org.openejb.alt.config.EntityBean
 
getLocal() - Method in class org.openejb.alt.config.SessionBean
 
getLocal() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'local'.
getLocal() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'local'.
getLocal() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'local'.
getLocalHome() - Method in interface org.openejb.alt.config.Bean
 
getLocalHome() - Method in class org.openejb.alt.config.EntityBean
 
getLocalHome() - Method in class org.openejb.alt.config.SessionBean
 
getLocalHome() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Returns the value of field 'localHome'.
getLocalHome() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'localHome'.
getLocalHome() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'localHome'.
getLocalHomeInterface() - Method in interface org.openejb.DeploymentInfo
 
getLocalHomeInterface() - Method in class org.openejb.core.DeploymentInfo
 
getLocalInterface() - Method in interface org.openejb.DeploymentInfo
 
getLocalInterface() - Method in class org.openejb.core.DeploymentInfo
 
getLocalTransaction() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getLocation() - Method in class org.openejb.client.ServerMetaData
 
getLogWriter() - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
getLogWriter() - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
getLogWriter() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getLogWriter() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
getLogWriter() - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
getLoginTimeout() - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
getLookup() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'lookup'.
getManagedConnection() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getManager() - Static method in class org.openejb.server.ServiceManager
 
getMatchingBeanMethod(Method) - Method in class org.openejb.core.DeploymentInfo
Returns a method in the bean class that matches the method passed in.
getMatchingPostCreateMethod(Method) - Method in class org.openejb.core.DeploymentInfo
Used for entity beans only.
getMaxConnections() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
 
getMessage() - Method in class org.openejb.OpenEJBException
This returns the message for the Exception.
getMessage() - Method in class org.openejb.alt.config.ValidationException
 
getMessage(int) - Method in class org.openejb.alt.config.ValidationException
 
getMessage() - Method in class org.openejb.core.ivm.naming.NamingException
 
getMessageContext() - Method in class org.openejb.core.stateful.StatefulContext
 
getMessageContext() - Method in class org.openejb.core.stateless.StatelessContext
 
getMetaData() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getMetaData() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getMethod(int) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method getMethod
getMethod() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method getMethod
getMethod(int) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getMethod
getMethod() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getMethod
getMethod(Class, String, Class[]) - Static method in class org.openejb.client.EJBInvocationHandler
 
getMethod() - Method in interface org.openejb.server.httpd.HttpRequest
Gets an integer value of the request method.
getMethod() - Method in class org.openejb.server.httpd.HttpRequestImpl
Gets an integer value of the request method.
getMethodClass() - Method in class org.openejb.client.EJBRequest
 
getMethodCount() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method getMethodCount
getMethodCount() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getMethodCount
getMethodInstance() - Method in class org.openejb.client.EJBRequest
 
getMethodIntf() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'methodIntf'.
getMethodName() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'methodName'.
getMethodName() - Method in class org.openejb.alt.config.ejb11.QueryMethod
Returns the value of field 'methodName'.
getMethodName() - Method in class org.openejb.client.EJBRequest
 
getMethodParam(int) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method getMethodParam
getMethodParam() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method getMethodParam
getMethodParamCount() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method getMethodParamCount
getMethodParamTypes() - Method in class org.openejb.client.EJBRequest
 
getMethodParameters() - Method in class org.openejb.client.EJBRequest
 
getMethodParams() - Method in class org.openejb.alt.config.ejb11.Method
Returns the value of field 'methodParams'.
getMethodParams() - Method in class org.openejb.alt.config.ejb11.QueryMethod
Returns the value of field 'methodParams'.
getMethodPermission(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getMethodPermission
getMethodPermission() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getMethodPermission
getMethodPermissionCount() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getMethodPermissionCount
getName() - Method in interface org.openejb.server.ServerService
Gets the name of the service.
getName() - Method in class org.openejb.server.ServiceAccessController
 
getName() - Method in class org.openejb.server.ServiceDaemon
Gets the name of the service.
getName() - Method in class org.openejb.server.ServiceLogger
Gets the name of the service.
getName() - Method in class org.openejb.server.ServicePool
Gets the name of the service.
getName() - Method in class org.openejb.server.admin.AdminDaemon
 
getName() - Method in class org.openejb.server.ejbd.EjbServer
 
getName() - Method in class org.openejb.server.httpd.HttpEjbServer
 
getName() - Method in class org.openejb.server.httpd.HttpServer
 
getName() - Method in class org.openejb.server.telnet.TelnetServer
 
getName() - Method in class org.openejb.util.io.ClassDescriptor
The name of the class described by this descriptor.
getName() - Method in class org.openejb.util.io.FieldDescriptor
 
getNameInNamespace() - Method in class org.openejb.client.JNDIContext
 
getNameInNamespace() - Method in class org.openejb.core.ivm.naming.IvmContext
 
getNameParser(String) - Method in class org.openejb.client.JNDIContext
 
getNameParser(Name) - Method in class org.openejb.client.JNDIContext
 
getNameParser(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
getNameParser(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getNameSpacePrefix
getNameSpacePrefix() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getNameSpacePrefix
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getNameSpaceURI
getNameSpaceURI() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getNameSpaceURI
getObject() - Method in class org.openejb.alt.containers.castor_cmp11.JndiTxReference
 
getObject() - Method in class org.openejb.core.ConnectorReference
 
getObject() - Method in class org.openejb.core.ivm.naming.ENCReference
 
getObject() - Method in class org.openejb.core.ivm.naming.IntraVmJndiReference
 
getObject() - Method in class org.openejb.core.ivm.naming.JndiReference
 
getObject() - Method in class org.openejb.core.ivm.naming.ObjectReference
 
getObject() - Method in interface org.openejb.core.ivm.naming.Reference
 
getObject(String) - Method in class org.openejb.loader.SystemInstance
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.openejb.client.TomcatEjbFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.openejb.core.ivm.naming.java.javaURLContextFactory
 
getObjectInstance(Object, Hashtable) - Method in class org.openejb.core.ivm.naming.java.javaURLContextFactory
 
getObjectQl() - Method in class org.openejb.alt.config.ejb11.Query
Returns the value of field 'objectQl'.
getOpenEjbConfiguration() - Method in interface org.openejb.alt.assembler.classic.OpenEjbConfigurationFactory
 
getOpenEjbConfiguration() - Method in class org.openejb.alt.assembler.classic.xml.DomOpenEjbConfigurationFactory
 
getOpenEjbConfiguration() - Method in class org.openejb.alt.config.ConfigurationFactory
Read in the configuration information into the Openejb object Validate it

Read in each deployment object Validate it

Translate the whole thing into Info objects.

getOpenejbJar() - Method in class org.openejb.alt.config.EjbJarUtils
 
getOuputStream() - Method in interface org.openejb.client.Connection
 
getOuputStream() - Method in class org.openejb.client.HttpConnectionFactory.HttpConnection
 
getOutputStream() - Method in interface org.openejb.server.httpd.HttpResponse
gets the OutputStream to send data to the browser
getOutputStream() - Method in class org.openejb.server.httpd.HttpResponseImpl
gets the OutputStream to send data to the browser
getPK() - Method in class org.openejb.core.entity.EntityInstanceManager.Key
 
getParameter(String) - Method in interface org.openejb.server.httpd.HttpRequest
Gets a form or URL query parameter based on the name passed in.
getParameter(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getParameters() - Method in interface org.openejb.server.httpd.HttpRequest
Gets all the form and URL query parameters
getParameters() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getPassword() - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
getPersistenceType() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'persistenceType'.
getPhysicalConnection() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getPhysicalRole(String) - Method in class org.openejb.core.DeploymentInfo
Beans can test to see if the current principal is a member of a specified role using the method EJBContext.isPrincipalInRole(String roleName).
getPhysicalRoles(String) - Method in class org.openejb.alt.assembler.classic.AssemblerTool.RoleMapping
Returns a collection of physical roles that are mapped to the logical role.
getPooledInstance(ThreadContext) - Method in class org.openejb.core.entity.EntityInstanceManager
Obtains a bean instance from the proper bean pool.
getPort() - Method in class org.openejb.client.ServerMetaData
 
getPort() - Method in interface org.openejb.server.ServerService
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.ServiceAccessController
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.ServiceDaemon
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.ServiceLogger
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.ServicePool
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.admin.AdminDaemon
Gets the port number that the daemon is listening on.
getPort() - Method in class org.openejb.server.ejbd.EjbServer
 
getPort() - Method in class org.openejb.server.httpd.HttpEjbServer
 
getPort() - Method in class org.openejb.server.httpd.HttpServer
 
getPort() - Method in class org.openejb.server.telnet.TelnetServer
 
getPrefix() - Method in class org.openejb.alt.config.ValidationError
 
getPrefix() - Method in class org.openejb.alt.config.ValidationException
 
getPrefix() - Method in class org.openejb.alt.config.ValidationFailure
 
getPrefix() - Method in class org.openejb.alt.config.ValidationWarning
 
getPrimKeyClass() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'primKeyClass'.
getPrimaryKey() - Method in class org.openejb.ProxyInfo
Gets the primary key class of the bean or null if the bean does not need a primary key
getPrimaryKey() - Method in class org.openejb.alt.config.EntityBean
 
getPrimaryKey(EntityBean) - Method in interface org.openejb.alt.containers.castor_cmp11.KeyGenerator
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
getPrimaryKey() - Method in class org.openejb.client.EJBRequest
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBObjectHandler
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBObjectHandler
5.8.3 getPrimaryKey()
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBObjectHandler
5.8.3 getPrimaryKey()
getPrimaryKey() - Method in class org.openejb.core.CoreContext
 
getPrimaryKey() - Method in class org.openejb.core.ThreadContext
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.entity.EntityEjbObjectHandler
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
getPrimaryKey() - Method in class org.openejb.core.ivm.IntraVmHandle
 
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.stateful.StatefulEjbObjectHandler
5.8.3 getPrimaryKey()
getPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbObjectHandler
5.8.3 getPrimaryKey()
getPrimaryKeyClass() - Method in interface org.openejb.DeploymentInfo
Gets the Class type of the primary key for this bean deployment.
getPrimaryKeyClass() - Method in class org.openejb.client.EJBMetaDataImpl
Obtain the Class object for the enterprise Bean's primary key class.
getPrimaryKeyClass() - Method in class org.openejb.core.DeploymentInfo
Gets the Class type of the primary key for this bean deployment.
getPrimaryKeyClass() - Method in class org.openejb.core.ivm.IntraVmMetaData
Returns the Class of the bean's primary key or null if the bean is of a type that does not require a primary key.
getPrimaryKeyField() - Method in interface org.openejb.DeploymentInfo
Useful for Container-Managed Persistence (CMP) Entity beans with Simple Primary Keys.
getPrimaryKeyField() - Method in class org.openejb.core.DeploymentInfo
Gets the Field of the CMP entity bean class which corresponds to the simple primary key.
getPrimkeyField() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'primkeyField'.
getPrinciple() - Method in class org.openejb.client.AuthenticationRequest
Returns the client's principle.
getPrintWriter() - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
getPrintWriter() - Method in interface org.openejb.server.httpd.HttpResponse
Gets the PrintWriter to send data to the browser
getPrintWriter() - Method in class org.openejb.server.httpd.HttpResponseImpl
Gets the PrintWriter to send data to the browser
getProperties() - Method in class org.openejb.loader.SystemInstance
 
getPropertiesFile() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'propertiesFile'.
getProperty(String) - Static method in class org.openejb.OpenEJB
 
getProperty(String) - Method in class org.openejb.loader.SystemInstance
 
getProperty(String, String) - Method in class org.openejb.loader.SystemInstance
 
getProperty(String) - Method in class org.openejb.util.SafeProperties
Returns the value of the key.
getProperty(String, String) - Method in class org.openejb.util.SafeProperties
Returns the value of the key.
getPropertyAsBoolean(String) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an boolean.
getPropertyAsBoolean(String, Boolean) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an boolean.
getPropertyAsInt(String) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an int.
getPropertyAsInt(String, int) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an int.
getPropertyAsInteger(String, Integer) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an Integer.
getPropertyAsInteger(String) - Method in class org.openejb.util.SafeProperties
Returns the value of the key as an Integer.
getProvider() - Method in interface org.openejb.alt.config.Service
 
getProvider() - Method in class org.openejb.alt.config.sys.ConnectionManager
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.Connector
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.Container
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.JndiProvider
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.ProxyFactory
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.Resource
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.SecurityService
Returns the value of field 'provider'.
getProvider() - Method in class org.openejb.alt.config.sys.TransactionService
Returns the value of field 'provider'.
getProviderType() - Method in class org.openejb.alt.config.sys.ServiceProvider
Returns the value of field 'providerType'.
getProxy() - Method in class org.openejb.core.ivm.SpecialProxyInfo
 
getProxyClass(Class) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class[]) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class[]) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class) - Static method in class org.openejb.client.proxy.ProxyManager
Loads and returns the proxy implementation for the specified interface.
getProxyClass(Class[]) - Static method in class org.openejb.client.proxy.ProxyManager
 
getProxyClass(Class) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class[]) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class) - Method in interface org.openejb.util.proxy.ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class[]) - Method in interface org.openejb.util.proxy.ProxyFactory
Returns the java.lang.Class object for a proxy class given a class loader and an array of interfaces.
getProxyClass(Class) - Static method in class org.openejb.util.proxy.ProxyManager
Loads and returns the proxy implementation for the specified interface.
getProxyClass(Class[]) - Static method in class org.openejb.util.proxy.ProxyManager
 
getProxyFactory() - Method in class org.openejb.alt.config.sys.Openejb
Returns the value of field 'proxyFactory'.
getProxyInfo() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
getProxyInfo() - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
 
getProxyInfo() - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
getQuery(int) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getQuery
getQuery() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getQuery
getQuery(Method) - Method in class org.openejb.core.DeploymentInfo
This method retrieves the query string associated with the query method.
getQueryCount() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getQueryCount
getQueryMethod() - Method in class org.openejb.alt.config.ejb11.Query
Returns the value of field 'queryMethod'.
getQueryParameter(String) - Method in class org.openejb.server.httpd.HttpRequestImpl
Gets a URL (or query) parameter based on the name passed in.
getQueryParameters() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getReadObjectMethod() - Method in class org.openejb.util.io.ClassDescriptor
 
getReentrant() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'reentrant'.
getReference() - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
getReference is called by JNDI provider during Context.bind
getRegistryId() - Method in class org.openejb.client.EJBObjectHandler
The Registry id is a logical identifier that is used as a key when placing EjbObjectProxyHanlders into the BaseEjbProxyHanlder's liveHandleRegistry.
getRegistryId() - Method in class org.openejb.client.EntityEJBObjectHandler
The Registry id is a logical identifier that is used as a key when placing EjbObjectProxyHanlders into the BaseEjbProxyHanlder's liveHandleRegistry.
getRegistryId() - Method in class org.openejb.client.StatefulEJBObjectHandler
 
getRegistryId() - Method in class org.openejb.client.StatelessEJBObjectHandler
 
getRegistryId(Object, Object, Container) - Static method in class org.openejb.core.entity.EntityEjbObjectHandler
 
getRegistryId() - Method in class org.openejb.core.entity.EntityEjbObjectHandler
The Registry id is a logical identifier that is used as a key when placing EjbObjectProxyHanlders into the BaseEjbProxyHanlder's liveHandleRegistry.
getRegistryId() - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
The Registry id is a logical identifier that is used as a key when placing EjbObjectProxyHanlders into the BaseEjbProxyHanlder's liveHandleRegistry.
getRegistryId() - Method in class org.openejb.core.stateful.StatefulEjbObjectHandler
 
getRegistryId() - Method in class org.openejb.core.stateless.StatelessEjbObjectHandler
 
getRemote() - Method in interface org.openejb.alt.config.Bean
 
getRemote() - Method in class org.openejb.alt.config.EntityBean
 
getRemote() - Method in class org.openejb.alt.config.SessionBean
 
getRemote() - Method in class org.openejb.alt.config.ejb11.EjbRef
Returns the value of field 'remote'.
getRemote() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'remote'.
getRemote() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'remote'.
getRemoteInterface() - Method in interface org.openejb.DeploymentInfo
Gets the remote interface for the bean deployment.
getRemoteInterface() - Method in class org.openejb.core.DeploymentInfo
Gets the remote interface for the bean deployment.
getRemoteInterfaceClass() - Method in class org.openejb.client.EJBMetaDataImpl
Obtain the Class object for the enterprise Bean's remote interface.
getRemoteInterfaceClass() - Method in class org.openejb.core.ivm.IntraVmMetaData
Returns the Class of the bean's remote interface.
getRequestInfo() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getRequestMethod() - Method in class org.openejb.client.EJBRequest
 
getRequestMethod() - Method in class org.openejb.client.JNDIRequest
 
getRequestString() - Method in class org.openejb.client.JNDIRequest
 
getRequestType() - Method in class org.openejb.client.AuthenticationRequest
 
getRequestType() - Method in class org.openejb.client.EJBRequest
 
getRequestType() - Method in class org.openejb.client.JNDIRequest
 
getRequestType() - Method in interface org.openejb.client.Request
 
getResAuth() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Returns the value of field 'resAuth'.
getResId() - Method in class org.openejb.alt.config.ejb11.ResourceLink
Returns the value of field 'resId'.
getResRefName() - Method in class org.openejb.alt.config.ejb11.ResourceLink
Returns the value of field 'resRefName'.
getResRefName() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Returns the value of field 'resRefName'.
getResType() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Returns the value of field 'resType'.
getResource(int) - Method in class org.openejb.alt.config.sys.Openejb
Method getResource
getResource() - Method in class org.openejb.alt.config.sys.Openejb
Method getResource
getResource(String) - Method in class org.openejb.util.MemoryClassLoader
 
getResourceAdapter() - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
getResourceAsStream(String) - Method in class org.openejb.util.MemoryClassLoader
 
getResourceCount() - Method in class org.openejb.alt.config.sys.Openejb
Method getResourceCount
getResourceLink(int) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getResourceLink
getResourceLink() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getResourceLink
getResourceLinkCount() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method getResourceLinkCount
getResourceRef() - Method in interface org.openejb.alt.config.Bean
 
getResourceRef() - Method in class org.openejb.alt.config.EntityBean
 
getResourceRef() - Method in class org.openejb.alt.config.SessionBean
 
getResourceRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getResourceRef
getResourceRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method getResourceRef
getResourceRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method getResourceRef
getResourceRef() - Method in class org.openejb.alt.config.ejb11.Session
Method getResourceRef
getResourceRefCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getResourceRefCount
getResourceRefCount() - Method in class org.openejb.alt.config.ejb11.Session
Method getResourceRefCount
getResourcesMap(String) - Method in class org.openejb.util.ResourceFinder
 
getResponseCode() - Method in class org.openejb.client.AuthenticationResponse
 
getResponseCode() - Method in class org.openejb.client.EJBResponse
 
getResponseCode() - Method in class org.openejb.client.JNDIResponse
 
getResult() - Method in class org.openejb.client.EJBResponse
 
getResult() - Method in class org.openejb.client.JNDIResponse
 
getRoleLink() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Returns the value of field 'roleLink'.
getRoleName(int) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getRoleName
getRoleName() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getRoleName
getRoleName() - Method in class org.openejb.alt.config.ejb11.SecurityRole
Returns the value of field 'roleName'.
getRoleName() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Returns the value of field 'roleName'.
getRoleNameCount() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method getRoleNameCount
getRollbackOnly() - Method in class org.openejb.core.CoreContext
 
getRootCause() - Method in class org.openejb.OpenEJBException
This will return the root cause Throwable, or null if one does not exist.
getSQLConnection() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getSafeProperties(Properties) - Method in class org.openejb.util.SafeToolkit
Returns a new SafeProperties instance dedicated to this toolkit.
getSecurityIdentity() - Method in class org.openejb.core.ThreadContext
 
getSecurityIdentity() - Method in class org.openejb.ri.sp.PseudoSecurityService
 
getSecurityIdentity() - Method in interface org.openejb.spi.SecurityService
 
getSecurityRole(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getSecurityRole
getSecurityRole() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getSecurityRole
getSecurityRoleCount() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method getSecurityRoleCount
getSecurityRoleRef() - Method in interface org.openejb.alt.config.Bean
 
getSecurityRoleRef() - Method in class org.openejb.alt.config.EntityBean
 
getSecurityRoleRef() - Method in class org.openejb.alt.config.SessionBean
 
getSecurityRoleRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method getSecurityRoleRef
getSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method getSecurityRoleRef
getSecurityRoleRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method getSecurityRoleRef
getSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Session
Method getSecurityRoleRef
getSecurityRoleRefCount() - Method in class org.openejb.alt.config.ejb11.Entity
Method getSecurityRoleRefCount
getSecurityRoleRefCount() - Method in class org.openejb.alt.config.ejb11.Session
Method getSecurityRoleRefCount
getSecurityService() - Static method in class org.openejb.OpenEJB
Gets the SecurityService that this container manager exposes to the Containers it manages.
getSecurityService() - Method in class org.openejb.alt.assembler.classic.Assembler
 
getSecurityService() - Method in class org.openejb.alt.config.sys.Openejb
Returns the value of field 'securityService'.
getSecurityService() - Method in interface org.openejb.spi.Assembler
Gets the SecurityService that this container manager exposes to the Containers it manages.
getSerialVersionUID() - Method in class org.openejb.util.io.ClassDescriptor
Return the serialVersionUID for this class.
getServer() - Method in class org.openejb.client.AuthenticationResponse
 
getServer() - Static method in class org.openejb.server.Server
 
getServerName() - Method in class org.openejb.server.httpd.HttpResponseImpl
gets the name of the server being used
getServiceProvider(Service) - Static method in class org.openejb.alt.config.ServiceUtils
 
getServiceProvider(String) - Static method in class org.openejb.alt.config.ServiceUtils
org.openejb#Default JDBC Connector

Default JDBC Connector

org.postgresql#JDBCService

getServiceProvider(int) - Method in class org.openejb.alt.config.sys.ServicesJar
Method getServiceProvider
getServiceProvider() - Method in class org.openejb.alt.config.sys.ServicesJar
Method getServiceProvider
getServiceProviderCount() - Method in class org.openejb.alt.config.sys.ServicesJar
Method getServiceProviderCount
getSession() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItem
Returns the value of field 'session'.
getSession(boolean) - Method in interface org.openejb.server.httpd.HttpRequest
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in interface org.openejb.server.httpd.HttpRequest
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getSession() - Method in class org.openejb.server.httpd.HttpRequestImpl
 
getSessionType() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'sessionType'.
getSignature(Class) - Static method in class org.openejb.util.io.ClassDescriptor
 
getSignature(Class, StringBuffer) - Static method in class org.openejb.util.io.ClassDescriptor
 
getSmallIcon() - Method in class org.openejb.alt.config.ejb11.EjbJar
Returns the value of field 'smallIcon'.
getSmallIcon() - Method in class org.openejb.alt.config.ejb11.Entity
Returns the value of field 'smallIcon'.
getSmallIcon() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'smallIcon'.
getStartTime() - Method in class org.openejb.loader.SystemInstance
 
getStatus() - Method in class org.openejb.core.CoreUserTransaction
 
getStatus() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
getStatus(int) - Static method in class org.openejb.core.TransactionManagerWrapper
Returns the readable name for the specified status.
getStatus() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
getStatus() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
getStatusCode() - Method in interface org.openejb.server.httpd.HttpResponse
gets the HTTP response code
getStatusCode() - Method in class org.openejb.server.httpd.HttpResponseImpl
 
getSummary() - Method in class org.openejb.alt.config.ValidationException
 
getSuperclass() - Method in class org.openejb.util.io.ClassDescriptor
 
getTempClassLoader(String) - Static method in class org.openejb.alt.config.TempCodebase
Ensures that a class loader for each code base used in the system is created at most one time.
getTempCodebase(String) - Static method in class org.openejb.alt.config.TempCodebase
 
getThreadContext() - Static method in class org.openejb.core.ThreadContext
 
getThreadSpecificSecurityIdentity() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
getTimerService() - Method in class org.openejb.core.CoreContext
 
getToolkit(String) - Static method in class org.openejb.util.SafeToolkit
Returns an instance of a SafeToolkit dedicated to the specified system location.
getTransAttribute() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Returns the value of field 'transAttribute'.
getTransaction() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
getTransaction() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
getTransactionAttribute(Method) - Method in interface org.openejb.DeploymentInfo
Gets the transaction attribute that must be applied to this method when executing.
getTransactionAttribute(Method) - Method in class org.openejb.core.DeploymentInfo
Gets the transaction attribute that must be applied to this method when executing.
getTransactionIsolation() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getTransactionManager() - Static method in class org.openejb.OpenEJB
Gets the TransactionManager that this container manager exposes to the Containers it manages.
getTransactionManager() - Method in class org.openejb.alt.assembler.classic.Assembler
 
getTransactionManager() - Method in class org.openejb.ri.sp.PseudoTransactionService
 
getTransactionManager() - Method in interface org.openejb.spi.Assembler
Gets the TransactionManager that this container manager exposes to the Containers it manages.
getTransactionManager() - Method in interface org.openejb.spi.TransactionService
 
getTransactionPolicy(Method) - Method in class org.openejb.core.DeploymentInfo
 
getTransactionService() - Method in class org.openejb.alt.config.sys.Openejb
Returns the value of field 'transactionService'.
getTransactionType() - Method in class org.openejb.alt.config.ejb11.Session
Returns the value of field 'transactionType'.
getTxManager() - Method in class org.openejb.core.TransactionManagerWrapper
 
getTxMngr() - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
getTxMngr() - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
getTxMngr() - Method in class org.openejb.core.transaction.TransactionPolicy
 
getType() - Method in class org.openejb.alt.assembler.classic.EjbType
 
getType() - Method in interface org.openejb.alt.config.Bean
 
getType() - Method in class org.openejb.alt.config.EntityBean
 
getType() - Method in class org.openejb.alt.config.SessionBean
 
getTypeCode() - Method in class org.openejb.util.io.FieldDescriptor
 
getTypeMap() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getTypeName() - Method in class org.openejb.alt.assembler.classic.EjbType
 
getTypeString() - Method in class org.openejb.util.io.FieldDescriptor
 
getURI() - Method in interface org.openejb.server.httpd.HttpRequest
Gets the URI for the current URL page.
getURI() - Method in class org.openejb.server.httpd.HttpRequestImpl
Gets the URI for the current URL page.
getURLClassPath(URLClassLoader) - Method in class org.openejb.loader.BasicURLClassPath
 
getUnspecified() - Method in class org.openejb.core.ThreadContext
 
getUsableContainers(Container[], Bean) - Static method in class org.openejb.alt.config.EjbJarUtils
 
getUserName() - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
getUserName() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
 
getUserTransaction() - Method in class org.openejb.core.CoreContext
 
getUserTransaction(Object) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
getValidationRules() - Method in class org.openejb.alt.config.EjbValidator
 
getValidator() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getValidator
getValidator() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getValidator
getWarnings() - Method in class org.openejb.alt.config.EjbSet
 
getWarnings() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
getWriteObjectMethod() - Method in class org.openejb.util.io.ClassDescriptor
 
getXAResource() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
getXMLName() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptorDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.CmpFieldDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.ContainerTransactionDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EjbDeploymentDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EjbJarDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EjbLocalRefDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EjbRefDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItemDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EntityDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.EnvEntryDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.MethodDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.MethodParamsDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.QueryDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.QueryMethodDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.ResourceRefDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.ejb11.SessionDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ClassNameDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ConnectionManagerDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ConnectorDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ContainerDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ContainerTypesDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.DeploymentsDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.JarFileLocationDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.JndiProviderDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.LookupDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.OpenejbDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.PropertiesFileDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ProviderTypesDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ProxyFactoryDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ResourceDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.SecurityServiceDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ServiceProviderDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.ServicesJarDescriptor
Method getXMLName
getXMLName() - Method in class org.openejb.alt.config.sys.TransactionServiceDescriptor
Method getXMLName
grtrTree - Variable in class org.openejb.core.ivm.naming.NameNode
 

H

HASHCODE - Static variable in class org.openejb.client.EJBInvocationHandler
 
HEAD - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP HEAD type
HEADER_ACCEPT - Static variable in interface org.openejb.server.httpd.HttpRequest
the Accept header
HEADER_ACCEPT_ENCODING - Static variable in interface org.openejb.server.httpd.HttpRequest
the Accept-Encoding header
HEADER_ACCEPT_LANGUAGE - Static variable in interface org.openejb.server.httpd.HttpRequest
the Accept-Language header
HEADER_CACHE_CONTROL - Static variable in interface org.openejb.server.httpd.HttpRequest
the Cache-Control header
HEADER_CONNECTION - Static variable in interface org.openejb.server.httpd.HttpRequest
the Connection header
HEADER_CONTENT_LENGTH - Static variable in interface org.openejb.server.httpd.HttpRequest
the Content-Length header
HEADER_CONTENT_TYPE - Static variable in interface org.openejb.server.httpd.HttpRequest
the Content-Type header
HEADER_COOKIE - Static variable in interface org.openejb.server.httpd.HttpRequest
the Cookie header
HEADER_HOST - Static variable in interface org.openejb.server.httpd.HttpRequest
the Host header
HEADER_SET_COOKIE - Static variable in interface org.openejb.server.httpd.HttpRequest
the Set-Cookie header
HEADER_USER_AGENT - Static variable in interface org.openejb.server.httpd.HttpRequest
the User-Agent header
HOME - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReference
Represents the ejb-ref-type element in the XML config file.
HOME - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the home element in the XML config file.
HTTP_VERSION - Static variable in class org.openejb.server.httpd.HttpResponseImpl
the HTTP version
Handler - class org.openejb.util.urlhandler.resource.Handler.
 
Handler() - Constructor for class org.openejb.util.urlhandler.resource.Handler
 
HashThreadLocal - class org.openejb.util.HashThreadLocal.
 
HashThreadLocal() - Constructor for class org.openejb.util.HashThreadLocal
 
Help - class org.openejb.server.telnet.Help.
 
Help() - Constructor for class org.openejb.server.telnet.Help
 
HtmlUtilities - class org.openejb.util.HtmlUtilities.
A class for HTML utilities; see http://www.w3.org/TR/html4 for more info
HttpConnectionFactory - class org.openejb.client.HttpConnectionFactory.
 
HttpConnectionFactory() - Constructor for class org.openejb.client.HttpConnectionFactory
 
HttpConnectionFactory.HttpConnection - class org.openejb.client.HttpConnectionFactory.HttpConnection.
 
HttpConnectionFactory.HttpConnection(ServerMetaData) - Constructor for class org.openejb.client.HttpConnectionFactory.HttpConnection
 
HttpEjbServer - class org.openejb.server.httpd.HttpEjbServer.
 
HttpEjbServer() - Constructor for class org.openejb.server.httpd.HttpEjbServer
 
HttpListener - interface org.openejb.server.httpd.HttpListener.
 
HttpListenerRegistry - class org.openejb.server.httpd.HttpListenerRegistry.
 
HttpListenerRegistry() - Constructor for class org.openejb.server.httpd.HttpListenerRegistry
 
HttpRequest - interface org.openejb.server.httpd.HttpRequest.
An interface to take care of HTTP Requests.
HttpRequestImpl - class org.openejb.server.httpd.HttpRequestImpl.
A class to take care of HTTP Requests.
HttpRequestImpl(URI) - Constructor for class org.openejb.server.httpd.HttpRequestImpl
 
HttpResponse - interface org.openejb.server.httpd.HttpResponse.
This interface takes care of HTTP Responses.
HttpResponseImpl - class org.openejb.server.httpd.HttpResponseImpl.
This class takes care of HTTP Responses.
HttpResponseImpl() - Constructor for class org.openejb.server.httpd.HttpResponseImpl
creates a new instance of HttpResponseImpl with default values
HttpResponseImpl(int, String, String) - Constructor for class org.openejb.server.httpd.HttpResponseImpl
Creates a new HttpResponseImpl with user provided parameters
HttpServer - class org.openejb.server.httpd.HttpServer.
This is the main class for the web administration.
HttpServer() - Constructor for class org.openejb.server.httpd.HttpServer
 
HttpServer(HttpListener) - Constructor for class org.openejb.server.httpd.HttpServer
 
HttpSession - interface org.openejb.server.httpd.HttpSession.
 
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TransactionPolicy
 
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxManditory
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxNever
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxNotSupported
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxRequired
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxRequiresNew
Container's action
handleApplicationException(Throwable, TransactionContext) - Method in class org.openejb.core.transaction.TxSupports
Container's action
handleCallbackException(Throwable, EnterpriseBean, ThreadContext, String) - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
handleCallbackException() - Method in class org.openejb.core.transaction.TransactionPolicy
18.3.3 Exceptions from container-invoked callbacks
handleException(String, Object, Object, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
handleException(String, Object, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
handleException(String, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
handleException(String, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
handleException(String) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
handleException(String, Object, Object, Object, Object) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
handleException(String, Object, Object, Object) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
handleException(String, Object, Object) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
handleException(String, Object) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
handleException(String) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
handleException(String, Object, Object, Object, Object) - Static method in class org.openejb.alt.config.EjbJarUtils
 
handleException(String, Object) - Static method in class org.openejb.alt.config.EjbJarUtils
 
handleException(String) - Static method in class org.openejb.alt.config.EjbJarUtils
 
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TransactionPolicy
 
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxManditory
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNever
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxNotSupported
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequired
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxRequiresNew
A system exception is any exception that is not an Application Exception.
handleSystemException(Throwable, EnterpriseBean, TransactionContext) - Method in class org.openejb.core.transaction.TxSupports
A system exception is any exception that is not an Application Exception.
handleTimeout(BeanEntry, ThreadContext) - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
handleUnknownError(Throwable, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
This method is only intended for situations where an unknown error or exception may occur and have fatal results.
handler - Variable in class org.openejb.client.EJBHomeHandle
 
handler - Variable in class org.openejb.client.EJBObjectHandle
 
handler - Variable in class org.openejb.util.proxy.Proxy
 
hasErrors() - Method in class org.openejb.alt.config.EjbSet
 
hasFailures() - Method in class org.openejb.alt.config.EjbSet
 
hasMore() - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
hasMoreElements() - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
hasMoreElements() - Method in class org.openejb.util.ArrayEnumeration
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.openejb.util.Enumerator
 
hasReadObjectMethod() - Method in class org.openejb.util.io.ClassDescriptor
 
hasReadObjectMethod(boolean) - Method in class org.openejb.util.io.ClassDescriptor
 
hasReentrant() - Method in class org.openejb.alt.config.ejb11.Entity
Method hasReentrant
hasWarnings() - Method in class org.openejb.alt.config.EjbSet
 
hasWriteObjectMethod() - Method in class org.openejb.util.io.ClassDescriptor
 
hasWriteObjectMethod(boolean) - Method in class org.openejb.util.io.ClassDescriptor
 
hashCode() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer.Key
 
hashCode() - Method in class org.openejb.core.entity.EntityInstanceManager.Key
 
hashCode() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
hashCode() - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
hashCode() - Method in class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
hashCode() - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
hashCode() - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
hashCode() - Method in class org.openejb.util.MemoryClassLoader
 
home - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
homeClass - Variable in class org.openejb.client.EJBMetaDataImpl
The home interface of the enterprise Bean.
homeClass - Variable in class org.openejb.core.ivm.IntraVmMetaData
The Class of the bean's home interface.
homeMethod(Method, Object[], ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
This method is used to execute the home methods which are considered global in scope.
homeStub - Variable in class org.openejb.core.ivm.IntraVmMetaData
The EJBHome stub/proxy for this bean deployment.
homeType - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo
 
homeType - Variable in class org.openejb.alt.assembler.classic.EjbReferenceInfo
 

I

IAC - Static variable in interface org.openejb.server.telnet.TelnetCodes
Interpret as command aka Data Byte Name: IAC Code: 255
ID - Static variable in class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
Represents the codebase element in the XML config file.
IM_CLASS_NAME - Static variable in class org.openejb.core.EnvProps
Property name that specifies the class name of the InstanceManager a Container should use.
IM_CONCURRENT_ATTEMPTS - Static variable in class org.openejb.core.EnvProps
Not yet used
IM_PASSIVATE_SIZE - Static variable in class org.openejb.core.EnvProps
Property name that specifies the number of instances to passivate at one time when doing bulk passivation.
IM_PASSIVATOR - Static variable in class org.openejb.core.EnvProps
Property name that specifies the class name of the PassivationStrategy an InstanceManager should use to passivate bean instances.
IM_PASSIVATOR_PATH_PREFIX - Static variable in class org.openejb.core.EnvProps
Property name that specifies the path prefix for directories created by bean passivation
IM_POOL_SIZE - Static variable in class org.openejb.core.EnvProps
Property name that specifies the size of the bean pools
IM_STRICT_POOLING - Static variable in class org.openejb.core.EnvProps
Property name that specifies the whether or not to use a strict pooling algorithm.
IM_TIME_OUT - Static variable in class org.openejb.core.EnvProps
Property name that specifies the time to wait between invocations.
INTRA_VM_COPY - Static variable in class org.openejb.core.EnvProps
 
INTRA_VM_SERVER - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the intra-vm-server element in the XML config file.
ISIDENTICAL - Static variable in class org.openejb.client.EJBObjectHandler
 
InfoObject - class org.openejb.alt.assembler.classic.InfoObject.
InfoObject is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
InfoObject() - Constructor for class org.openejb.alt.assembler.classic.InfoObject
 
InitContextFactory - class org.openejb.core.ivm.naming.InitContextFactory.
Invoked by server on the OpenEJB JNDI global name space.
InitContextFactory() - Constructor for class org.openejb.core.ivm.naming.InitContextFactory
 
Interrupt_Process - Static variable in interface org.openejb.server.telnet.TelnetCodes
The function IP.
IntraVmArtifact - class org.openejb.core.ivm.IntraVmArtifact.
This class represents all artifacts of the IntraVM in a stream.
IntraVmArtifact(Object) - Constructor for class org.openejb.core.ivm.IntraVmArtifact
Used to creat an IntraVmArtifact object that can represent the true intra-vm artifact in a stream.
IntraVmArtifact() - Constructor for class org.openejb.core.ivm.IntraVmArtifact
This class is Externalizable and this public, no-arg, constructor is required.
IntraVmCopyMonitor - class org.openejb.core.ivm.IntraVmCopyMonitor.
This class is used to demarcate intra-VM copy operations so that intra-VM artifacts such as IntraVmHandle, IntraVmMetaData, and BaseEjbProxyHandlers (EjbHomeProxyHandler and EjbObjectProxyHandler) can know when they should replace themselves during serialization with an IntraVmArtifact or a application server specific artifact.
IntraVmHandle - class org.openejb.core.ivm.IntraVmHandle.
IntraVM implementation of the interface javax.ejb.Handle
IntraVmHandle() - Constructor for class org.openejb.core.ivm.IntraVmHandle
Constructs an IntraVmHandle that has no refernce to an EJBHome or EJBObject.
IntraVmHandle(Object) - Constructor for class org.openejb.core.ivm.IntraVmHandle
Constructs an IntraVmHandle that has a refernce to the specified EJBHome or EJBObject stub/proxy.
IntraVmJndiReference - class org.openejb.core.ivm.naming.IntraVmJndiReference.
This class is used when the object to be referenced is accessible through the OpenEJB global name space.
IntraVmJndiReference(String) - Constructor for class org.openejb.core.ivm.naming.IntraVmJndiReference
 
IntraVmMetaData - class org.openejb.core.ivm.IntraVmMetaData.
IntraVM server implementation of the javax.ejb.EJBMetaData interface.
IntraVmMetaData(Class, Class, byte) - Constructor for class org.openejb.core.ivm.IntraVmMetaData
Constructs a IntraVmMetaData object to represent the MetaData of a bean deployment of the specified type with the specified home and remote interfaces.
IntraVmMetaData(Class, Class, Class, byte) - Constructor for class org.openejb.core.ivm.IntraVmMetaData
Constructs a IntraVmMetaData object to represent the MetaData of a bean deployment of the specified type, with the specified home and remote interfaces and primary key class.
IntraVmProxy - interface org.openejb.core.ivm.IntraVmProxy.
All proxies that are created for IntraVM EJBObject and EJBHome implementations must implement this interface.
IntraVmServer - class org.openejb.alt.assembler.classic.xml.IntraVmServer.
A subclass of IntraVmServerInfo filled with data from an XML file.
IntraVmServer() - Constructor for class org.openejb.alt.assembler.classic.xml.IntraVmServer
 
IntraVmServer - class org.openejb.core.ivm.IntraVmServer.
REMOTE to LOCAL SERIALIZATION
IntraVmServer() - Constructor for class org.openejb.core.ivm.IntraVmServer
 
IntraVmServerInfo - class org.openejb.alt.assembler.classic.IntraVmServerInfo.
IntraVmServerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
IntraVmServerInfo() - Constructor for class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
InvalidateReferenceException - exception org.openejb.InvalidateReferenceException.
This type is thrown when the EnterpriseBean throws a RuntimeException or system exception that results in the eviction of the bean instance.
InvalidateReferenceException() - Constructor for class org.openejb.InvalidateReferenceException
Constructs an empty InvalidateReferenceException instance.
InvalidateReferenceException(String) - Constructor for class org.openejb.InvalidateReferenceException
Constructs a InvalidateReferenceException with the specified message indicating the source of the problem that occurred.
InvalidateReferenceException(Exception) - Constructor for class org.openejb.InvalidateReferenceException
Constructs a InvalidateReferenceException with the source of the problem that occurred.
InvalidateReferenceException(Throwable) - Constructor for class org.openejb.InvalidateReferenceException
Constructs a InvalidateReferenceException with the source of the problem that occurred.
InvalidateReferenceException(String, Exception) - Constructor for class org.openejb.InvalidateReferenceException
Constructs a InvalidateReferenceException with the specified message indicating the source of the problem that occurred and the original "root cause" exception that was thrown when the problem occurred.
InvalidatedReferenceHandler - class org.openejb.util.proxy.InvalidatedReferenceHandler.
 
InvalidatedReferenceHandler() - Constructor for class org.openejb.util.proxy.InvalidatedReferenceHandler
 
InvocationHandler - interface org.openejb.client.proxy.InvocationHandler.
 
InvocationHandler - interface org.openejb.util.proxy.InvocationHandler.
 
IvmContext - class org.openejb.core.ivm.naming.IvmContext.
 
IvmContext() - Constructor for class org.openejb.core.ivm.naming.IvmContext
 
IvmContext(NameNode) - Constructor for class org.openejb.core.ivm.naming.IvmContext
 
IvmContext(Hashtable) - Constructor for class org.openejb.core.ivm.naming.IvmContext
 
IvmContext.MyBindingEnumeration - class org.openejb.core.ivm.naming.IvmContext.MyBindingEnumeration.
 
IvmContext.MyBindingEnumeration(NameNode) - Constructor for class org.openejb.core.ivm.naming.IvmContext.MyBindingEnumeration
 
IvmContext.MyListEnumeration - class org.openejb.core.ivm.naming.IvmContext.MyListEnumeration.
 
IvmContext.MyListEnumeration(NameNode) - Constructor for class org.openejb.core.ivm.naming.IvmContext.MyListEnumeration
 
IvmContext.MyNamingEnumeration - class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration.
 
IvmContext.MyNamingEnumeration(NameNode) - Constructor for class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
i18n - Variable in class org.openejb.util.Logger
 
id - Variable in class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
 
implClass - Static variable in class org.openejb.core.ThreadContext
TODO: Add comment
inProxyMap - Variable in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
inProxyMap - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
 
inQue - Variable in class org.openejb.core.stateful.BeanEntry
 
info(String) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String, Throwable, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's info method
info(String) - Method in class org.openejb.util.Logger
A wrapper call to log4j's error method
info(String, Throwable) - Method in class org.openejb.util.Logger
An wrapper call to log4j's info method
init(Object, HashMap, Properties) - Method in interface org.openejb.Container
This method is used to initalized a new container with its name, deployments and properties.
init(Properties) - Static method in class org.openejb.OpenEJB
 
init(Properties, ApplicationServer) - Static method in class org.openejb.OpenEJB
 
init(Properties) - Method in class org.openejb.alt.assembler.classic.Assembler
 
init(Properties) - Method in interface org.openejb.alt.assembler.classic.OpenEjbConfigurationFactory
 
init(Properties) - Method in class org.openejb.alt.assembler.classic.xml.DomOpenEjbConfigurationFactory
Initializes the OpenEjbConfiguration with the XML config file specified by the value of EnvProps.CONFIGURATION in the environment variables used to construct this container system.
init() - Method in class org.openejb.alt.config.AutoDeployer
 
init(Properties) - Method in class org.openejb.alt.config.ConfigurationFactory
 
init(String) - Method in class org.openejb.alt.config.Deploy
 
init(Object, HashMap, Properties) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Construct this container with the specified container id, deployments, container manager and properties.
init(Properties) - Method in interface org.openejb.client.ConnectionFactory
Prepares the ConnectionFactory for use.
init(Properties) - Method in class org.openejb.client.HttpConnectionFactory
 
init(Hashtable) - Method in class org.openejb.client.JNDIContext
Initializes this JNDI context for the client.
init(Properties) - Method in class org.openejb.client.LocalInitialContextFactory
 
init(Properties) - Method in class org.openejb.client.SocketConnectionFactory
Prepares the ConnectionFactory for use.
init(Properties) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Prepare the factory for use.
init(Properties) - Method in interface org.openejb.client.proxy.ProxyFactory
Prepares the ProxyFactory for use.
init(Object, HashMap, Properties) - Method in class org.openejb.core.RpcContainerWrapper
 
init(Object, HashMap, Properties) - Method in class org.openejb.core.entity.EntityContainer
Construct this container with the specified container id, deployments, container manager and properties.
init(EntityContainer, HashMap, Properties) - Method in class org.openejb.core.entity.EntityInstanceManager
 
init(Properties) - Method in interface org.openejb.core.stateful.PassivationStrategy
 
init(Properties) - Method in class org.openejb.core.stateful.RAFPassivater
 
init(Properties) - Method in class org.openejb.core.stateful.SimplePassivater
 
init(Object, HashMap, Properties) - Method in class org.openejb.core.stateful.StatefulContainer
 
init(Properties) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Fully instaniates this instance manager and assigns it to the specified ContainerManager.
init(Object, HashMap, Properties) - Method in class org.openejb.core.stateless.StatelessContainer
Construct this container with the specified container id, deployments, container manager and properties.
init(Properties) - Method in class org.openejb.core.stateless.StatelessInstanceManager
 
init(ServletConfig) - Method in interface org.openejb.loader.Loader
 
init(ServletConfig) - Method in class org.openejb.loader.LoaderServlet.LoaderWrapper
 
init(ServletConfig) - Method in class org.openejb.loader.LoaderServlet
 
init(Properties) - Method in class org.openejb.loader.OpenEJBInstance
 
init(Properties) - Static method in class org.openejb.loader.SystemInstance
 
init(Properties) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
init(Properties) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
init(Properties) - Method in class org.openejb.ri.sp.PseudoSecurityService
 
init(Properties) - Method in class org.openejb.ri.sp.PseudoTransactionService
 
init(Properties) - Method in class org.openejb.server.Server
 
init(Properties) - Method in interface org.openejb.server.ServerService
 
init(Properties) - Method in class org.openejb.server.ServiceAccessController
Pulls out the access log information
init(Properties) - Method in class org.openejb.server.ServiceDaemon
Pulls out the access log information
init(Properties) - Method in class org.openejb.server.ServiceLogger
Pulls out the access log information
init() - Method in class org.openejb.server.ServiceManager
 
init(Properties) - Method in class org.openejb.server.ServicePool
Pulls out the access log information
init(Properties) - Method in class org.openejb.server.admin.AdminDaemon
 
init(Properties) - Method in class org.openejb.server.ejbd.EjbDaemon
 
init(Properties) - Method in class org.openejb.server.ejbd.EjbServer
 
init(Properties) - Method in class org.openejb.server.httpd.HttpEjbServer
 
init(Properties) - Method in class org.openejb.server.httpd.HttpServer
Initalizes this instance and takes care of starting things up
init(Properties) - Method in class org.openejb.server.telnet.TelnetServer
 
init(Properties) - Method in class org.openejb.server.telnet.TextConsole
 
init(Properties) - Method in interface org.openejb.spi.Assembler
 
init(Properties) - Method in interface org.openejb.spi.Service
 
init(Object, HashMap, Properties) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
init(ServletConfig) - Method in class org.openejb.tomcat.TomcatLoader
 
init(Properties) - Method in class org.openejb.tomcat.TomcatLoader
 
init() - Method in class org.openejb.util.Messages
 
init(Properties) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
 
init(Properties) - Method in interface org.openejb.util.proxy.ProxyFactory
 
initService(Service, String) - Method in class org.openejb.alt.config.ConfigurationFactory
 
initService(Service, String, Class) - Method in class org.openejb.alt.config.ConfigurationFactory
Service loading...
initialize(Properties) - Static method in class org.openejb.util.Logger
 
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ConnectionManager
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Connector
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node, ContainerInfo) - Static method in class org.openejb.alt.assembler.classic.xml.Container
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Parses out the values needed by this InfoObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in interface org.openejb.alt.assembler.classic.xml.DomObject
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EjbReference
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node, EnterpriseBeanInfo) - Static method in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EntityBean
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EntityContainer
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EnvEntry
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Facilities
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.IntraVmServer
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.JndiContext
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.JndiEnc
 
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Method
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.MethodPermission
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.MethodTransaction
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Query
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Resource
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ResourceReference
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.RoleMapping
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityRole
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityService
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node, ServiceInfo) - Static method in class org.openejb.alt.assembler.classic.xml.Service
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatefulBean
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatelessBean
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer
Parses out the values needed by this DomObject from the DOM Node passed in.
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.TransactionService
 
initializeFromDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
Parses out the values needed by this InfoObject from the DOM Node passed in.
instanceManager - Variable in class org.openejb.core.entity.EntityContainer
Managed bean instances; transaction ready and ready pools
intraVmServer - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
invalidate() - Static method in class org.openejb.core.ThreadContext
 
invalidate() - Method in class org.openejb.resource.jdbc.JdbcConnection
Renders this conneciton invalid; unusable.
invalidateAllHandlers(Object) - Static method in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
invalidateAllHandlers(Object) - Static method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
invalidateReference() - Method in class org.openejb.client.EJBInvocationHandler
Invalidates this reference so that it can not be used as a proxy for the bean identity.
invalidateReference() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
Invalidates this reference so that it can not be used as a proxy for the bean identity.
invalidateReference() - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
 
invoke(Object, Method, Object[], Object, Object) - Method in interface org.openejb.RpcContainer
Invokes a method on an instance of the specified bean deployment.
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Invokes a method on an instance of the specified bean deployment.
invoke(Object, Method, Object[]) - Method in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
invoke(Object, Method, Object[]) - Method in interface org.openejb.client.proxy.InvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.openejb.client.proxy.Jdk13InvocationHandler
Invoked by the proxy instance when one of its methods have been called.
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.core.RpcContainerWrapper
 
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.core.entity.EntityContainer
Invokes a method on an instance of the specified bean deployment.
invoke(Method, Method, Object[], ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
 
invoke(Object, Method, Object[]) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
Preserves the context of the current thread and passes the invoke on to the BaseEjbProxyHandler subclass where the Container will be asked to invoke the method on the bean.
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.core.stateful.StatefulContainer
Invokes a method on an instance of the specified bean deployment.
invoke(Method, Method, Object[], EnterpriseBean, ThreadContext) - Method in class org.openejb.core.stateful.StatefulContainer
 
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.core.stateless.StatelessContainer
Invokes a method on an instance of the specified bean deployment.
invoke(Method, Method, Object[], EnterpriseBean, ThreadContext) - Method in class org.openejb.core.stateless.StatelessContainer
 
invoke(Object, Method, Object[], Object, Object) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
invoke(Object, Method, Object[]) - Method in class org.openejb.util.proxy.InvalidatedReferenceHandler
 
invoke(Object, Method, Object[]) - Method in interface org.openejb.util.proxy.InvocationHandler
 
invoke(Object, Method, Object[]) - Method in class org.openejb.util.proxy.Jdk13InvocationHandler
 
isActiveTransaction - Variable in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
isAssociated() - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
isAvailable() - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
isBeanManagedTransaction() - Method in interface org.openejb.DeploymentInfo
Returns true if this bean deployment has chosen bean-managed transaction demarcation.
isBeanManagedTransaction() - Method in class org.openejb.core.DeploymentInfo
Returns true if this bean deployment has chosen bean-managed transaction demarcation.
isCallerAuthorized(Object, String[]) - Method in class org.openejb.ri.sp.PseudoSecurityService
 
isCallerAuthorized(Object, String[]) - Method in interface org.openejb.spi.SecurityService
Check if securityIdentity is authorized to perform the specified action.
isCallerInRole(String) - Method in class org.openejb.core.CoreContext
 
isCallerInRole(Identity) - Method in class org.openejb.core.CoreContext
 
isClosed - Variable in class org.openejb.resource.jdbc.JdbcConnection
 
isClosed() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
isDebugEnabled() - Method in class org.openejb.util.Logger
Wrapper function for log4j's isDebugEnabled() method.
isEntity() - Method in class org.openejb.alt.assembler.classic.EjbType
 
isErrorEnabled() - Method in class org.openejb.util.Logger
Check to see if error messages are enabled.
isExternalizable() - Method in class org.openejb.util.io.ClassDescriptor
 
isFatalEnabled() - Method in class org.openejb.util.Logger
Check to see if fatal messages are enabled.
isIdentical(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
isIdentical(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBObjectHandler
Entity beans are uniquely identifed by primary key, deloyment id, and the container they are running in.
isIdentical(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBObjectHandler
isIdentical(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBObjectHandler
5.8.2 Stateless session beans
isIdentical(Method, Object[], Object) - Method in class org.openejb.core.entity.EntityEjbObjectHandler
Entity beans are uniquely identifed by primary key, deloyment id, and the container they are running in.
isIdentical(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
isIdentical(Method, Object[], Object) - Method in class org.openejb.core.stateful.StatefulEjbObjectHandler
isIdentical(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbObjectHandler
5.8.2 Stateless session beans
isInfoEnabled() - Method in class org.openejb.util.Logger
Wrapper function for log4j's isInfoEnabled() method.
isInitialized() - Static method in class org.openejb.OpenEJB
 
isInitialized() - Method in class org.openejb.loader.OpenEJBInstance
 
isIntraVmCopyOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Returns true if the current operation is an IntraVM copy.
isInvalidReference - Variable in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
isInvalidReference - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
 
isKeyComplex() - Method in interface org.openejb.alt.containers.castor_cmp11.KeyGenerator
 
isLocal() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
isNonSerializable() - Method in class org.openejb.util.io.ClassDescriptor
 
isProxyClass(Class) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isProxyClass(Class) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns true if and only if the specified class was dynamically generated to be a proxy class using the getProxyClass method or the newProxyInstance method.
isProxyClass(Class) - Static method in class org.openejb.client.proxy.ProxyManager
 
isProxyClass(Class) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
 
isProxyClass(Class) - Method in interface org.openejb.util.proxy.ProxyFactory
 
isProxyClass(Class) - Static method in class org.openejb.util.proxy.ProxyManager
 
isReadOnly() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
isReentrant() - Method in interface org.openejb.DeploymentInfo
Useful for Container-Managed Persistence (CMP) Entity beans.
isReentrant() - Method in class org.openejb.core.DeploymentInfo
Returns true if the bean deployment allows reenterace.
isSerializable() - Method in class org.openejb.util.io.ClassDescriptor
 
isSession() - Method in class org.openejb.alt.assembler.classic.EjbType
 
isSession() - Method in class org.openejb.client.EJBMetaDataImpl
Test if the enterprise Bean's type is "session".
isSession() - Method in class org.openejb.core.ivm.IntraVmMetaData
Returns true if this MetaData represents a bean deployment of type SessionBean.
isStatefulPassivationOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Returns true if the current operation is the passivation of a stateful session bean.
isStatelessSession() - Method in class org.openejb.client.EJBMetaDataImpl
Test if the enterprise Bean's type is "stateless session".
isStatelessSession() - Method in class org.openejb.core.ivm.IntraVmMetaData
Returns true if this MetaData represents a bean deployment that is a stateless SessionBean.
isTimedOut() - Method in class org.openejb.core.stateful.BeanEntry
 
isValid() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.CmpField
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EjbJar
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EjbRef
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.Entity
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.Method
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.Query
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.QueryMethod
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.ResourceLink
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.SecurityRole
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Method isValid
isValid() - Method in class org.openejb.alt.config.ejb11.Session
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.ConnectionManager
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Connector
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Container
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Deployments
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.JndiProvider
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Lookup
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Openejb
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.PropertiesFile
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.ProxyFactory
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.Resource
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.SecurityService
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.ServiceProvider
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.ServicesJar
Method isValid
isValid() - Method in class org.openejb.alt.config.sys.TransactionService
Method isValid
isValid() - Static method in class org.openejb.core.ThreadContext
 
isValidated(String) - Method in class org.openejb.alt.config.ValidationTable
 
isWarningEnabled() - Method in class org.openejb.util.Logger
Check to see if warning messages are enabled.

J

JDBC_0001 - Static variable in class org.openejb.resource.jdbc.ErrorCode
 
JDBC_0002 - Static variable in class org.openejb.resource.jdbc.ErrorCode
 
JDBC_0003 - Static variable in class org.openejb.resource.jdbc.ErrorCode
 
JDBC_0004 - Static variable in class org.openejb.resource.jdbc.ErrorCode
 
JDBC_DRIVER - Static variable in class org.openejb.core.EnvProps
The JdbcDriver string for a connector
JDBC_URL - Static variable in class org.openejb.core.EnvProps
The JdbcUrl string for a connector
JNDIContext - class org.openejb.client.JNDIContext.
JNDI client
JNDIContext() - Constructor for class org.openejb.client.JNDIContext
 
JNDIContext(JNDIContext) - Constructor for class org.openejb.client.JNDIContext
 
JNDIRequest - class org.openejb.client.JNDIRequest.
 
JNDIRequest() - Constructor for class org.openejb.client.JNDIRequest
 
JNDIRequest(int, String) - Constructor for class org.openejb.client.JNDIRequest
 
JNDIResponse - class org.openejb.client.JNDIResponse.
 
JNDIResponse() - Constructor for class org.openejb.client.JNDIResponse
 
JNDIResponse(int, Object) - Constructor for class org.openejb.client.JNDIResponse
 
JNDI_CONTEXT - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the jndi-context element in the XML config file.
JNDI_CONTEXT - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_CONTEXT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
Represents the jndi-context-id element in the XML config file.
JNDI_CONTEXT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.JndiContext
Represents the jndi-context-id element in the XML config file.
JNDI_CONTEXT_ID - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation
Represents the jndi-context-id element in the XML config file.
JNDI_EJBHOME - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_ENC - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the jndi-enc element in the XML config file.
JNDI_ENUMERATION - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_ERROR - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_LIST - Static variable in interface org.openejb.client.RequestMethods
 
JNDI_LIST_BINDINGS - Static variable in interface org.openejb.client.RequestMethods
 
JNDI_LOOKUP - Static variable in interface org.openejb.client.RequestMethods
 
JNDI_NAMING_EXCEPTION - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_NOT_FOUND - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_OK - Static variable in interface org.openejb.client.ResponseCodes
 
JNDI_REQUEST - Static variable in interface org.openejb.client.RequestMethods
 
JNDI_RUNTIME_EXCEPTION - Static variable in interface org.openejb.client.ResponseCodes
 
JarFileLocation - class org.openejb.alt.config.sys.JarFileLocation.
Class JarFileLocation.
JarFileLocation() - Constructor for class org.openejb.alt.config.sys.JarFileLocation
 
JarFileLocationDescriptor - class org.openejb.alt.config.sys.JarFileLocationDescriptor.
Class JarFileLocationDescriptor.
JarFileLocationDescriptor() - Constructor for class org.openejb.alt.config.sys.JarFileLocationDescriptor
 
JarUtils - class org.openejb.util.JarUtils.
 
JarUtils() - Constructor for class org.openejb.util.JarUtils
 
JdbcConnection - class org.openejb.resource.jdbc.JdbcConnection.
 
JdbcConnection(JdbcManagedConnection, Connection) - Constructor for class org.openejb.resource.jdbc.JdbcConnection
 
JdbcConnectionFactory - class org.openejb.resource.jdbc.JdbcConnectionFactory.
As a connection factory the JdbcConnecitonFactory must implement the Serializable and Referenceable methods so that it can be store in a JNDI name space.
JdbcConnectionFactory(ManagedConnectionFactory, ConnectionManager, String, String, String, String) - Constructor for class org.openejb.resource.jdbc.JdbcConnectionFactory
 
JdbcConnectionRequestInfo - class org.openejb.resource.jdbc.JdbcConnectionRequestInfo.
 
JdbcConnectionRequestInfo(String, String, String, String) - Constructor for class org.openejb.resource.jdbc.JdbcConnectionRequestInfo
 
JdbcLocalTransaction - class org.openejb.resource.jdbc.JdbcLocalTransaction.
 
JdbcLocalTransaction(JdbcManagedConnection) - Constructor for class org.openejb.resource.jdbc.JdbcLocalTransaction
 
JdbcManagedConnection - class org.openejb.resource.jdbc.JdbcManagedConnection.
 
JdbcManagedConnection(ManagedConnectionFactory, Connection, JdbcConnectionRequestInfo) - Constructor for class org.openejb.resource.jdbc.JdbcManagedConnection
 
JdbcManagedConnectionFactory - class org.openejb.resource.jdbc.JdbcManagedConnectionFactory.
 
JdbcManagedConnectionFactory() - Constructor for class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
JdbcManagedConnectionMetaData - class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData.
 
JdbcManagedConnectionMetaData(DatabaseMetaData) - Constructor for class org.openejb.resource.jdbc.JdbcManagedConnectionMetaData
 
Jdk13InvocationHandler - class org.openejb.client.proxy.Jdk13InvocationHandler.
Implementation of JDK 1.3 InvocationHandler for JDK 1.3 Proxies.
Jdk13InvocationHandler() - Constructor for class org.openejb.client.proxy.Jdk13InvocationHandler
Constructs a new JDK 1.3 compatable InvocationHandler that delegates all invocations to an OpenEJB invocation handler.
Jdk13InvocationHandler(InvocationHandler) - Constructor for class org.openejb.client.proxy.Jdk13InvocationHandler
Constructs a new JDK 1.3 compatable InvocationHandler that delegates all invocations to an OpenEJB invocation handler.
Jdk13InvocationHandler - class org.openejb.util.proxy.Jdk13InvocationHandler.
Implementation of JDK 1.3 InvocationHandler for JDK 1.3 Proxies.
Jdk13InvocationHandler() - Constructor for class org.openejb.util.proxy.Jdk13InvocationHandler
 
Jdk13InvocationHandler(InvocationHandler) - Constructor for class org.openejb.util.proxy.Jdk13InvocationHandler
 
Jdk13ProxyFactory - class org.openejb.client.proxy.Jdk13ProxyFactory.
Implementation of ProxyFactory for JDK 1.3 Proxies.
Jdk13ProxyFactory() - Constructor for class org.openejb.client.proxy.Jdk13ProxyFactory
 
Jdk13ProxyFactory - class org.openejb.util.proxy.Jdk13ProxyFactory.
Implementation of ProxyFactory for JDK 1.3 Proxies.
Jdk13ProxyFactory() - Constructor for class org.openejb.util.proxy.Jdk13ProxyFactory
 
JndiContext - class org.openejb.alt.assembler.classic.xml.JndiContext.
A subclass of JndiContext filled with data from an XML file.
JndiContext() - Constructor for class org.openejb.alt.assembler.classic.xml.JndiContext
 
JndiContextInfo - class org.openejb.alt.assembler.classic.JndiContextInfo.
/** JndiContextInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
JndiContextInfo() - Constructor for class org.openejb.alt.assembler.classic.JndiContextInfo
 
JndiEnc - class org.openejb.alt.assembler.classic.xml.JndiEnc.
A subclass of JndiEncInfo filled with data from an XML file.
JndiEnc() - Constructor for class org.openejb.alt.assembler.classic.xml.JndiEnc
 
JndiEncArtifact - class org.openejb.core.ivm.naming.JndiEncArtifact.
 
JndiEncArtifact(IvmContext) - Constructor for class org.openejb.core.ivm.naming.JndiEncArtifact
 
JndiEncBuilder - class org.openejb.alt.assembler.classic.JndiEncBuilder.
 
JndiEncBuilder(JndiEncInfo, String, EjbType) - Constructor for class org.openejb.alt.assembler.classic.JndiEncBuilder
Constructs the builder and normalizes the input data.
JndiEncInfo - class org.openejb.alt.assembler.classic.JndiEncInfo.
JndiEncInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
JndiEncInfo() - Constructor for class org.openejb.alt.assembler.classic.JndiEncInfo
 
JndiProvider - class org.openejb.alt.config.sys.JndiProvider.
Class JndiProvider.
JndiProvider() - Constructor for class org.openejb.alt.config.sys.JndiProvider
 
JndiProviderDescriptor - class org.openejb.alt.config.sys.JndiProviderDescriptor.
Class JndiProviderDescriptor.
JndiProviderDescriptor() - Constructor for class org.openejb.alt.config.sys.JndiProviderDescriptor
 
JndiReference - class org.openejb.core.ivm.naming.JndiReference.
This class is used when the object to be referenced is accessible through some other JNDI name space.
JndiReference(Context, String) - Constructor for class org.openejb.core.ivm.naming.JndiReference
 
JndiReference(String, String) - Constructor for class org.openejb.core.ivm.naming.JndiReference
 
JndiReference(Hashtable, String) - Constructor for class org.openejb.core.ivm.naming.JndiReference
 
JndiTxReference - class org.openejb.alt.containers.castor_cmp11.JndiTxReference.
 
JndiTxReference() - Constructor for class org.openejb.alt.containers.castor_cmp11.JndiTxReference
 
jarPath - Variable in class org.openejb.alt.assembler.classic.EjbJarInfo
 
javaURLContextFactory - class org.openejb.core.ivm.naming.java.javaURLContextFactory.
Implements a URL context factory for the java: URL.
javaURLContextFactory() - Constructor for class org.openejb.core.ivm.naming.java.javaURLContextFactory
 
jdo_ForGlobalTransaction - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
This is a handle into a specific Castor JDO instance for a specific database mapping that has been configured to work with the transaciton manager.
jdo_ForLocalTransaction - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
This is a handle into a specific Castor JDO instance for a specific database mapping that has been configured to manage its own transactions.
jdo_ForLocalTransaction - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
jndiContextId - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo
 
jndiContextId - Variable in class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
 
jndiContextId - Variable in class org.openejb.alt.assembler.classic.JndiContextInfo
 
jndiContextId - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceLocationInfo
 
jndiEnc - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 

K

KeyGenerator - interface org.openejb.alt.containers.castor_cmp11.KeyGenerator.
 
KeyGeneratorFactory - class org.openejb.alt.containers.castor_cmp11.KeyGeneratorFactory.
 
KeyGeneratorFactory() - Constructor for class org.openejb.alt.containers.castor_cmp11.KeyGeneratorFactory
 
keyClass - Variable in class org.openejb.client.EJBMetaDataImpl
The Class object for the enterprise Bean's primary key class.
keyClass - Variable in class org.openejb.core.ivm.IntraVmMetaData
The Class of the bean's primary key or null if the bean is of a type that does not require a primary key.

L

LARGE_ICON - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the large-icon element in the XML config file.
LOCAL_TX_DATABASE - Static variable in class org.openejb.core.EnvProps
The Local_TX_Database for CMP beans
LOGICAL_ROLE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.RoleMapping
Represents the logical-role-name element in the XML config file.
LinkedListStack - class org.openejb.util.LinkedListStack.
A First In First Out (FIFO) queue, also known as a Stack.
LinkedListStack(int) - Constructor for class org.openejb.util.LinkedListStack
Constructs this LinkedListStack with the specified number of LinkedEntry objects all sequentially linked together.
Loader - interface org.openejb.loader.Loader.
 
LoaderServlet - class org.openejb.loader.LoaderServlet.
 
LoaderServlet() - Constructor for class org.openejb.loader.LoaderServlet
 
LoaderServlet.LoaderWrapper - class org.openejb.loader.LoaderServlet.LoaderWrapper.
Ain't classloaders fun? This class exists to reconcile that loader implementations may exist in the parent classloader while the loader interface is also in this classloader.
LoaderServlet.LoaderWrapper(Object) - Constructor for class org.openejb.loader.LoaderServlet.LoaderWrapper
 
LocalInitialContextFactory - class org.openejb.client.LocalInitialContextFactory.
LocalInitialContextFactory
LocalInitialContextFactory() - Constructor for class org.openejb.client.LocalInitialContextFactory
 
Local_TX_Database - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
The name of the database.xml file that is used for local or unspecified transaction contexts.
Logger - class org.openejb.util.Logger.
This is a wrapper class to the log4j facility.
Logger(String) - Constructor for class org.openejb.util.Logger
Protected constructor.
Logger.I18N - class org.openejb.util.Logger.I18N.
 
Logger.I18N(String) - Constructor for class org.openejb.util.Logger.I18N
 
Lookup - class org.openejb.alt.config.sys.Lookup.
Class Lookup.
Lookup() - Constructor for class org.openejb.alt.config.sys.Lookup
 
Lookup - class org.openejb.server.telnet.Lookup.
 
Lookup() - Constructor for class org.openejb.server.telnet.Lookup
 
LookupDescriptor - class org.openejb.alt.config.sys.LookupDescriptor.
Class LookupDescriptor.
LookupDescriptor() - Constructor for class org.openejb.alt.config.sys.LookupDescriptor
 
Ls - class org.openejb.server.telnet.Ls.
 
Ls() - Constructor for class org.openejb.server.telnet.Ls
 
largeIcon - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
lessTree - Variable in class org.openejb.core.ivm.naming.NameNode
 
list(String) - Method in class org.openejb.client.JNDIContext
 
list(Name) - Method in class org.openejb.client.JNDIContext
 
list(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
list(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
list(String, DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.Lookup
 
listBindings(String) - Method in class org.openejb.client.JNDIContext
 
listBindings(Name) - Method in class org.openejb.client.JNDIContext
 
listBindings(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
listBindings(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
liveHandleRegistry - Static variable in class org.openejb.client.EJBInvocationHandler
Keeps track of live EJBInvocationHandler in this VM.
liveHandleRegistry - Static variable in class org.openejb.core.ivm.BaseEjbProxyHandler
keeps track of live BaseEjbProxyHanlders in this VM.
load() - Method in class org.openejb.loader.Embedder
 
loadClass(String) - Method in class org.openejb.alt.config.TempCodebase
 
loadClass(String, String) - Static method in class org.openejb.util.SafeToolkit
Loads the class using the class loader for the specific codebase.
loadClass(String, String, boolean) - Static method in class org.openejb.util.SafeToolkit
 
loadCommand(Class) - Static method in class org.openejb.server.telnet.Command
 
loadCommandList() - Static method in class org.openejb.server.telnet.Command
 
loadProperties(String) - Static method in class org.openejb.alt.config.ServiceUtils
 
loadProperties(String, Properties) - Static method in class org.openejb.alt.config.ServiceUtils
 
loadProperties(InputStream, Properties) - Static method in class org.openejb.alt.config.ServiceUtils
 
loaded(Object, short) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that the object has been loaded from persistent storage.
loaded(Object, AccessMode) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
loading(Object, Object) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
loadingBean(EntityBean, ThreadContext) - Method in class org.openejb.core.entity.EntityInstanceManager
called prior to invoking ejbLoad on the bean.
local - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
localHome - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
localTransactionCommitted(ConnectionEvent) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
localTransactionCommitted() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
localTransactionRolledback(ConnectionEvent) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
localTransactionRolledback() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
localTransactionStarted(ConnectionEvent) - Method in class org.openejb.resource.SharedLocalConnectionManager
 
localTransactionStarted() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
location - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo
 
location - Variable in class org.openejb.alt.assembler.classic.EjbReferenceInfo
 
location - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
logSystemException(Throwable) - Method in class org.openejb.core.transaction.TransactionPolicy
 
logWarning(String, Object, Object, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
logWarning(String, Object, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
logWarning(String, Object, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
logWarning(String, Object) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
logWarning(String) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
 
logger - Static variable in class org.openejb.alt.config.ConfigUtils
 
logger - Static variable in class org.openejb.alt.config.ConfigurationFactory
 
logger - Static variable in class org.openejb.alt.config.EjbJarUtils
 
logger - Static variable in class org.openejb.alt.config.ServiceUtils
 
logger - Variable in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
logger - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
logger - Static variable in class org.openejb.alt.containers.castor_cmp11.KeyGeneratorFactory
 
logger - Static variable in class org.openejb.core.TransactionManagerWrapper
 
logger - Variable in class org.openejb.core.entity.EntityContainer
 
logger - Variable in class org.openejb.core.entity.EntityInstanceManager
 
logger - Static variable in class org.openejb.core.ivm.EjbHomeProxyHandler
 
logger - Static variable in class org.openejb.core.ivm.EjbObjectProxyHandler
 
logger - Static variable in class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
logger - Static variable in class org.openejb.core.stateful.SimplePassivater
 
logger - Static variable in class org.openejb.core.stateful.StatefulContainer
 
logger - Variable in class org.openejb.core.stateful.StatefulInstanceManager
 
logger - Static variable in class org.openejb.core.stateless.StatelessInstanceManager
 
logger - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
logger - Static variable in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
logger - Variable in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
logicalRoleNames - Variable in class org.openejb.alt.assembler.classic.RoleMappingInfo
 
logicalRoles() - Method in class org.openejb.alt.assembler.classic.AssemblerTool.RoleMapping
Returns all the logical roles in this mapping.
lookup(String) - Method in class org.openejb.client.JNDIContext
 
lookup(Name) - Method in class org.openejb.client.JNDIContext
 
lookup(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
lookup(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
lookup(Class) - Static method in class org.openejb.util.io.ClassDescriptor
Find the descriptor for a class that can be serialized.
lookupLink(String) - Method in class org.openejb.client.JNDIContext
 
lookupLink(Name) - Method in class org.openejb.client.JNDIContext
 
lookupLink(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
lookupLink(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
lruQUE - Variable in class org.openejb.core.stateful.StatefulInstanceManager
This colleciton keeps track of all beans that are in the method ready pool and are not passivated.

M

MANAGED_CONNECTION_FACTORY - Static variable in class org.openejb.alt.assembler.classic.xml.Connector
Represents the managed-connection-factory element in the XML config file.
MESSAGE_DRIVEN - Static variable in interface org.openejb.Container
 
MESSAGE_DRIVEN - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getComponentType method if this bean is a message-driven bean.
METHOD - Static variable in class org.openejb.alt.assembler.classic.xml.MethodPermission
Represents the method element in the XML config file.
METHOD - Static variable in class org.openejb.alt.assembler.classic.xml.MethodTransaction
Represents the method element in the XML config file.
METHOD - Static variable in class org.openejb.alt.assembler.classic.xml.Query
Represents the method element in the XML config file.
METHOD_INTF - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the method-intf element in the XML config file.
METHOD_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the method-name element in the XML config file.
METHOD_PARAM - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the method-param element in the XML config file.
METHOD_PARAMS - Static variable in class org.openejb.alt.assembler.classic.xml.Method
Represents the method-params element in the XML config file.
METHOD_PERMISSION - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the method-permission element in the XML config file.
METHOD_TRANSACTION - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the method-transaction element in the XML config file.
MULITPART_FORM_DATA - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
Main - class org.openejb.cli.Main.
Entry point for ALL things OpenEJB.
Main() - Constructor for class org.openejb.cli.Main
 
Main - class org.openejb.server.Main.
This class will parse all the command line arguments then create a properties object and pass that into the server.
Main() - Constructor for class org.openejb.server.Main
 
ManagedConnectionFactory - class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory.
A subclass of ManagedConnectionFactoryInfo filled with data from an XML file.
ManagedConnectionFactory() - Constructor for class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
 
ManagedConnectionFactoryInfo - class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo.
ManagedConnectionFactoryInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ManagedConnectionFactoryInfo() - Constructor for class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
 
ManagedConnectionFactoryPathHack - class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack.
 
ManagedConnectionFactoryPathHack(ManagedConnectionFactory) - Constructor for class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
Mandatory - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
MemoryClassLoader - class org.openejb.util.MemoryClassLoader.
Works around deficencies in Sun's URLClassLoader implementation.
MemoryClassLoader(ClassLoader, JarFile) - Constructor for class org.openejb.util.MemoryClassLoader
 
MemoryClassLoader(ClassLoader, JarFile[]) - Constructor for class org.openejb.util.MemoryClassLoader
 
MemoryClassLoader(ClassLoader, JarInputStream) - Constructor for class org.openejb.util.MemoryClassLoader
Note that you must close the stream after the constructor returns, in case it is itself a JarInputStream or something.
MemoryClassLoader(ClassLoader, JarInputStream[]) - Constructor for class org.openejb.util.MemoryClassLoader
Note that you must close the streams after the constructor returns, in case they are also from a JarInputStream or something.
Messages - class org.openejb.util.Messages.
 
Messages(String) - Constructor for class org.openejb.util.Messages
 
Method - class org.openejb.alt.assembler.classic.xml.Method.
A subclass of MethodInfo filled with data from an XML file.
Method() - Constructor for class org.openejb.alt.assembler.classic.xml.Method
 
Method - class org.openejb.alt.config.ejb11.Method.
Class Method.
Method() - Constructor for class org.openejb.alt.config.ejb11.Method
 
MethodDescriptor - class org.openejb.alt.config.ejb11.MethodDescriptor.
Class MethodDescriptor.
MethodDescriptor() - Constructor for class org.openejb.alt.config.ejb11.MethodDescriptor
 
MethodInfo - class org.openejb.alt.assembler.classic.MethodInfo.
MethodInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
MethodInfo() - Constructor for class org.openejb.alt.assembler.classic.MethodInfo
 
MethodParams - class org.openejb.alt.config.ejb11.MethodParams.
Class MethodParams.
MethodParams() - Constructor for class org.openejb.alt.config.ejb11.MethodParams
 
MethodParamsDescriptor - class org.openejb.alt.config.ejb11.MethodParamsDescriptor.
Class MethodParamsDescriptor.
MethodParamsDescriptor() - Constructor for class org.openejb.alt.config.ejb11.MethodParamsDescriptor
 
MethodPermission - class org.openejb.alt.assembler.classic.xml.MethodPermission.
A subclass of MethodPermissionInfo filled with data from an XML file.
MethodPermission() - Constructor for class org.openejb.alt.assembler.classic.xml.MethodPermission
 
MethodPermission - class org.openejb.alt.config.ejb11.MethodPermission.
Class MethodPermission.
MethodPermission() - Constructor for class org.openejb.alt.config.ejb11.MethodPermission
 
MethodPermissionDescriptor - class org.openejb.alt.config.ejb11.MethodPermissionDescriptor.
Class MethodPermissionDescriptor.
MethodPermissionDescriptor() - Constructor for class org.openejb.alt.config.ejb11.MethodPermissionDescriptor
 
MethodPermissionInfo - class org.openejb.alt.assembler.classic.MethodPermissionInfo.
MethodPermissionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
MethodPermissionInfo() - Constructor for class org.openejb.alt.assembler.classic.MethodPermissionInfo
 
MethodTransaction - class org.openejb.alt.assembler.classic.xml.MethodTransaction.
A subclass of MethodTransactionInfo filled with data from an XML file.
MethodTransaction() - Constructor for class org.openejb.alt.assembler.classic.xml.MethodTransaction
 
MethodTransactionInfo - class org.openejb.alt.assembler.classic.MethodTransactionInfo.
MethodTransactionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
MethodTransactionInfo() - Constructor for class org.openejb.alt.assembler.classic.MethodTransactionInfo
 
main(String[]) - Static method in class org.openejb.alt.config.ConfigurationFactory
 
main(String[]) - Static method in class org.openejb.alt.config.Deploy
 
main(String[]) - Static method in class org.openejb.alt.config.EjbValidator
 
main(String[]) - Static method in class org.openejb.cli.Main
 
main(String[]) - Static method in class org.openejb.core.ivm.naming.IvmContext
 
main(String[]) - Static method in class org.openejb.core.ivm.naming.ParsedName
 
main(String[]) - Static method in class org.openejb.server.Main
 
main(String[]) - Static method in class org.openejb.server.Restart
 
main(String[]) - Static method in class org.openejb.server.Start
 
main(String[]) - Static method in class org.openejb.server.Status
 
main(String[]) - Static method in class org.openejb.server.admin.Stop
 
makeInvalid() - Method in class org.openejb.core.ThreadContext
 
managedConn - Variable in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
managedConnectionFactory - Variable in class org.openejb.alt.assembler.classic.ConnectorInfo
 
mapAllClasses(String) - Method in class org.openejb.util.ResourceFinder
 
mapAllImplementations(Class) - Method in class org.openejb.util.ResourceFinder
 
mapAllProperties(String) - Method in class org.openejb.util.ResourceFinder
 
mapAllStrings(String) - Method in class org.openejb.util.ResourceFinder
 
mapAvailableClasses(String) - Method in class org.openejb.util.ResourceFinder
 
mapAvailableImplementations(Class) - Method in class org.openejb.util.ResourceFinder
 
mapAvailableProperties(String) - Method in class org.openejb.util.ResourceFinder
 
mapAvailableServices(Class) - Method in class org.openejb.server.ServiceManager.ServiceFinder
 
mapAvailableStrings(String) - Method in class org.openejb.util.ResourceFinder
 
markTxRollbackOnly(Transaction) - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
markTxRollbackOnly(Transaction) - Method in class org.openejb.core.stateful.StatefulInstanceManager
 
markTxRollbackOnly(Transaction) - Method in class org.openejb.core.transaction.TransactionPolicy
 
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.CmpField
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.CmpField
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EjbJar
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EjbJar
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EjbRef
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EjbRef
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.Entity
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.Entity
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.Method
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.Method
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.Query
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.Query
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.QueryMethod
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.QueryMethod
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.ResourceLink
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.ResourceLink
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.SecurityRole
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.SecurityRole
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.ejb11.Session
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.ejb11.Session
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.ConnectionManager
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.ConnectionManager
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Connector
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Connector
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Container
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Container
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Deployments
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Deployments
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.JndiProvider
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.JndiProvider
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Lookup
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Lookup
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Openejb
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Openejb
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.PropertiesFile
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.PropertiesFile
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.ProxyFactory
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.ProxyFactory
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.Resource
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.Resource
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.SecurityService
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.SecurityService
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.ServiceProvider
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.ServiceProvider
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.ServicesJar
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.ServicesJar
Method marshal
marshal(Writer) - Method in class org.openejb.alt.config.sys.TransactionService
Method marshal
marshal(ContentHandler) - Method in class org.openejb.alt.config.sys.TransactionService
Method marshal
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
matchManagedConnections(Set, Subject, ConnectionRequestInfo) - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
message - Variable in class org.openejb.alt.config.ValidationException
 
message(String) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
message(String) - Method in class org.openejb.util.Messages
 
messages - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
A mutable static field could be changed by malicious code or by accident from another package.
messages - Static variable in class org.openejb.alt.config.ConfigUtils
 
messages - Static variable in class org.openejb.alt.config.ConfigurationFactory
 
messages - Static variable in class org.openejb.alt.config.EjbJarUtils
 
messages - Static variable in class org.openejb.alt.config.ServiceUtils
 
messages - Static variable in class org.openejb.alt.config.ValidationException
 
messages - Static variable in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
messages - Static variable in class org.openejb.util.SafeToolkit
 
method - Variable in class org.openejb.alt.assembler.classic.QueryInfo
 
methodIntf - Variable in class org.openejb.alt.assembler.classic.MethodInfo
 
methodName - Variable in class org.openejb.alt.assembler.classic.MethodInfo
 
methodParams - Variable in class org.openejb.alt.assembler.classic.MethodInfo
 
methodPermissions - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
methodReadyPoolMap - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
methodTransactions - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
methods - Variable in class org.openejb.alt.assembler.classic.MethodPermissionInfo
 
methods - Variable in class org.openejb.alt.assembler.classic.MethodTransactionInfo
 
moveJar(String, boolean) - Static method in class org.openejb.alt.config.EjbJarUtils
 
myContext - Variable in class org.openejb.core.ivm.naming.NameNode
 
myObject - Variable in class org.openejb.core.ivm.naming.NameNode
 
mynode - Variable in class org.openejb.core.ivm.naming.IvmContext
 

N

NAME - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
NODES - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the nodes element in the XML config file.
NOP - Static variable in interface org.openejb.server.telnet.TelnetCodes
No operation.
NO_ARGS_C - Static variable in class org.openejb.util.proxy.Proxy
Used as the Class array in the Class.getMethod( String methodName, Class[] argTypes ) method when the interface method does not define any arguments.
NO_ARGS_O - Static variable in class org.openejb.util.proxy.Proxy
Used as the Object array in the Method.invoke( Object obj, Object[] args ) method when the interface method does not define any arguments.
NO_FIELDS - Static variable in class org.openejb.util.io.ClassDescriptor
 
NameNode - class org.openejb.core.ivm.naming.NameNode.
This class is a combination linked list and binary tree for resolving name-object lookups and binding objects to names.
NameNode(NameNode, ParsedName, Object) - Constructor for class org.openejb.core.ivm.naming.NameNode
 
NamingException - exception org.openejb.core.ivm.naming.NamingException.
Derivative of javax.naming.NamingException that delegates to org.openejb.OpenEJBException.
NamingException(String, OpenEJBException) - Constructor for class org.openejb.core.ivm.naming.NamingException
 
NamingException(String, Throwable) - Constructor for class org.openejb.core.ivm.naming.NamingException
 
Never - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
NotSupported - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
name - Variable in class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
name - Variable in class org.openejb.alt.assembler.classic.EnvEntryInfo
 
name - Variable in class org.openejb.util.io.FieldDescriptor
 
nativeSQL(String) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
newEJBObjectHandler() - Method in class org.openejb.client.StatelessEJBHomeHandler
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.CoreContext
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.entity.EntityContext
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.entity.EntityEjbHomeHandler
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.stateful.StatefulContext
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.stateful.StatefulEjbHomeHandler
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.stateless.StatelessContext
 
newEjbObjectHandler(RpcContainer, Object, Object) - Method in class org.openejb.core.stateless.StatelessEjbHomeHandler
 
newInstance(String, ClassLoader) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object needs to be instatiated.
newInstance(Object, Class) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Instantiates and returns an new instance of the specified bean class.
newInstance(Object, Object, Class) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Instantiates and returns an new instance of the specified bean class.
newInstance(String) - Method in class org.openejb.util.SafeToolkit
Attempts to find and load the specified class then instaniate it.
newInstance(String, String) - Method in class org.openejb.util.SafeToolkit
Attempts to find and load the specified class then instaniate it.
newInstance(Class) - Method in class org.openejb.util.SafeToolkit
Attempts to instaniate the specified class.
newPrimaryKey() - Method in class org.openejb.core.stateful.StatefulContainer
 
newProxyInstance(Class) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Creates a new proxy instance using the handler of the proxy passed in.
newProxyInstance(Class, InvocationHandler) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler.
newProxyInstance(Class[], InvocationHandler) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler.
newProxyInstance(Class, InvocationHandler) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler.
newProxyInstance(Class[], InvocationHandler) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns an instance of a proxy class for the specified interface that dispatches method invocations to the specified invocation handler.
newProxyInstance(Class) - Method in interface org.openejb.client.proxy.ProxyFactory
Returns a new proxy instance from the specified proxy class.
newProxyInstance(Class, InvocationHandler) - Static method in class org.openejb.client.proxy.ProxyManager
Throws a RuntimeException if there is a problem instantiating the new proxy instance.
newProxyInstance(Class[], InvocationHandler) - Static method in class org.openejb.client.proxy.ProxyManager
 
newProxyInstance(Class) - Static method in class org.openejb.client.proxy.ProxyManager
Create a new proxy instance given a proxy class.
newProxyInstance(Class) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
 
newProxyInstance(Class, InvocationHandler) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
 
newProxyInstance(Class[], InvocationHandler) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
 
newProxyInstance(Class, InvocationHandler) - Method in interface org.openejb.util.proxy.ProxyFactory
 
newProxyInstance(Class[], InvocationHandler) - Method in interface org.openejb.util.proxy.ProxyFactory
 
newProxyInstance(Class) - Method in interface org.openejb.util.proxy.ProxyFactory
Returns a new proxy instance from the specified proxy class.
newProxyInstance(Class, InvocationHandler) - Static method in class org.openejb.util.proxy.ProxyManager
Throws a RuntimeException if there is a problem instantiating the new proxy instance.
newProxyInstance(Class[], InvocationHandler) - Static method in class org.openejb.util.proxy.ProxyManager
 
newProxyInstance(Class) - Static method in class org.openejb.util.proxy.ProxyManager
Create a new proxy instance given a proxy class.
newThreadContext() - Static method in class org.openejb.core.ThreadContext
 
next() - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
next() - Method in class org.openejb.core.ivm.naming.ParsedName
 
nextElement() - Method in class org.openejb.core.ivm.naming.IvmContext.MyNamingEnumeration
 
nextElement() - Method in class org.openejb.util.ArrayEnumeration
Returns the next element of this enumeration if this enumeration object has at least one more element to provide.
nextElement() - Method in class org.openejb.util.Enumerator
 
noArgs - Static variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
nullToBlankString(String) - Static method in class org.openejb.util.StringUtilities
Checks a String to see if it's value is null, and if so returns a blank string.

O

OPENEJB - Static variable in class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
Represents the openejb element in the XML config file.
OPTIONS - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP OPTIONS type
OP_ACTIVATE - Static variable in class org.openejb.core.Operations
the ejbActivate method defined in EntityBean and SessionBean interfaces.
OP_AFTER_BEGIN - Static variable in class org.openejb.core.Operations
ejbAfterBegin method on session bean that implement the SessionSynchronization interface
OP_AFTER_COMPLETION - Static variable in class org.openejb.core.Operations
ejbAfterCompletition method on session bean that implement the SessionSynchronization interface
OP_BEFORE_COMPLETION - Static variable in class org.openejb.core.Operations
ejbBeforeCompletition method on session bean that implement the SessionSynchronization interface
OP_BUSINESS - Static variable in class org.openejb.core.Operations
Any business method invocation defined by the bean provider on the remote interface
OP_CREATE - Static variable in class org.openejb.core.Operations
Any create method defined by the bean provider on the home interface.
OP_FIND - Static variable in class org.openejb.core.Operations
Any find method defined by the bean provider on the home interface.
OP_HOME - Static variable in class org.openejb.core.Operations
Any home method (ejbHome) defined by the bean provider on the home interface.
OP_LOAD - Static variable in class org.openejb.core.Operations
for ejbLoad methods on entity beans
OP_PASSIVATE - Static variable in class org.openejb.core.Operations
the ejbPassivate method defined in EntityBean and SessionBean interfaces.
OP_POST_CREATE - Static variable in class org.openejb.core.Operations
all ejbPostCreate methods defined in the bean class.
OP_REMOVE - Static variable in class org.openejb.core.Operations
Any remove method defined by the bean provider on the home interface.
OP_SET_CONTEXT - Static variable in class org.openejb.core.Operations
setSessionContext, setEntityContext, and setMessageContext methods defined by SessionBean, EntityBean, and MessageDrivenBean interfaces.
OP_STORE - Static variable in class org.openejb.core.Operations
for ejbStore methods on entity beans
OP_UNSET_CONTEXT - Static variable in class org.openejb.core.Operations
unsetEntityContext method defined EntityBean interfaces.
ObjectOutputStream - class org.openejb.util.io.ObjectOutputStream.
This is a faster ObjectOutputStream for high volume object serialization.
ObjectOutputStream(OutputStream) - Constructor for class org.openejb.util.io.ObjectOutputStream
 
ObjectReference - class org.openejb.core.ivm.naming.ObjectReference.
This class is used when the object to be reference is available at the time the reference is created.
ObjectReference(Object) - Constructor for class org.openejb.core.ivm.naming.ObjectReference
 
OpenEJB - class org.openejb.OpenEJB.
OpenEJB is the main factory for bootstrapping and obtaining a references to the ContainerSystem.
OpenEJB() - Constructor for class org.openejb.OpenEJB
 
OpenEJBConnectionManager - interface org.openejb.spi.OpenEJBConnectionManager.
OpenEJB extensions to J2EE Connector ConnectionManager.
OpenEJBErrorHandler - class org.openejb.util.OpenEJBErrorHandler.
 
OpenEJBErrorHandler() - Constructor for class org.openejb.util.OpenEJBErrorHandler
 
OpenEJBException - exception org.openejb.OpenEJBException.
The OpenEJBException is the standard exception thrown by all methods in all type in the Container Provider Interface (CPI).
OpenEJBException() - Constructor for class org.openejb.OpenEJBException
Default constructor, which simply delegates exception handling up the inheritance chain to Exception.
OpenEJBException(String) - Constructor for class org.openejb.OpenEJBException
This constructor allows a message to be supplied indicating the source of the problem that occurred.
OpenEJBException(Throwable) - Constructor for class org.openejb.OpenEJBException
This constructor allows a "root cause" exception to be supplied, which may later be used by the wrapping application.
OpenEJBException(String, Throwable) - Constructor for class org.openejb.OpenEJBException
This constructor allows both a message identifying the problem that occurred as well as a "root cause" exception to be supplied, which may later be used by the wrapping application.
OpenEJBInstance - class org.openejb.loader.OpenEJBInstance.
This class can exist in several child classloaders Specifically in the tomcat webapp style, this class is loaded several times.
OpenEJBInstance() - Constructor for class org.openejb.loader.OpenEJBInstance
 
OpenEjbConfiguration - class org.openejb.alt.assembler.classic.OpenEjbConfiguration.
The OpenEjbConfiguration object structure provides the information about the configuration of OpenEJB and the container system.
OpenEjbConfiguration() - Constructor for class org.openejb.alt.assembler.classic.OpenEjbConfiguration
 
OpenEjbConfigurationFactory - interface org.openejb.alt.assembler.classic.OpenEjbConfigurationFactory.
Factory for creating an instance of the OpenEjbConfiguration
Openejb - class org.openejb.alt.config.sys.Openejb.
Class Openejb.
Openejb() - Constructor for class org.openejb.alt.config.sys.Openejb
 
OpenejbDescriptor - class org.openejb.alt.config.sys.OpenejbDescriptor.
Class OpenejbDescriptor.
OpenejbDescriptor() - Constructor for class org.openejb.alt.config.sys.OpenejbDescriptor
 
OpenejbJar - class org.openejb.alt.config.ejb11.OpenejbJar.
Class OpenejbJar.
OpenejbJar() - Constructor for class org.openejb.alt.config.ejb11.OpenejbJar
 
OpenejbJarDescriptor - class org.openejb.alt.config.ejb11.OpenejbJarDescriptor.
Class OpenejbJarDescriptor.
OpenejbJarDescriptor() - Constructor for class org.openejb.alt.config.ejb11.OpenejbJarDescriptor
 
Operations - class org.openejb.core.Operations.
 
Operations() - Constructor for class org.openejb.core.Operations
 
obtainInstance(ThreadContext) - Method in class org.openejb.core.entity.EntityInstanceManager
Obtains a bean instance from the either the method ready pool or the Tx method ready pool.
obtainInstance(Object, ThreadContext) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Gets a previously instantiated instance of the bean class with the specified primaryKey
onMessage(HttpRequest, HttpResponse) - Method in interface org.openejb.server.httpd.HttpListener
 
onMessage(HttpRequest, HttpResponse) - Method in class org.openejb.server.httpd.HttpListenerRegistry
 
onMessage(HttpRequest, HttpResponse) - Method in class org.openejb.server.httpd.ServerServiceAdapter
 
openConnection(URL) - Method in class org.openejb.util.urlhandler.resource.Handler
 
org.openejb - package org.openejb
The classes and interfaces directly under this package define the basic parts of the OpenEJB container system architecture.
org.openejb.alt.assembler.classic - package org.openejb.alt.assembler.classic
The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture.
org.openejb.alt.assembler.classic.xml - package org.openejb.alt.assembler.classic.xml
The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler xml system architecture.
org.openejb.alt.config - package org.openejb.alt.config
The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture.
org.openejb.alt.config.ejb11 - package org.openejb.alt.config.ejb11
The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor Configuration.
org.openejb.alt.config.rules - package org.openejb.alt.config.rules
The classes and interfaces directly under this package define the basic parts of the OpenEJB validation rules engine.
org.openejb.alt.config.sys - package org.openejb.alt.config.sys
The classes and interfaces directly under this package define the basic parts of the OpenEJB Castor configuration.
org.openejb.alt.containers.castor_cmp11 - package org.openejb.alt.containers.castor_cmp11
The classes and interfaces directly under this package define the basic parts of the Castor CMP 1.1 implementation.
org.openejb.cli - package org.openejb.cli
 
org.openejb.client - package org.openejb.client
The core classes of the container system implementing the interfaces defined by the OpenEJB server.
org.openejb.client.proxy - package org.openejb.client.proxy
The core classes of the container system implementing the interfaces defined by the OpenEJB server.
org.openejb.core - package org.openejb.core
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.entity - package org.openejb.core.entity
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.ivm - package org.openejb.core.ivm
The IntraVM server.
org.openejb.core.ivm.naming - package org.openejb.core.ivm.naming
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.ivm.naming.java - package org.openejb.core.ivm.naming.java
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.stateful - package org.openejb.core.stateful
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.stateless - package org.openejb.core.stateless
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.core.transaction - package org.openejb.core.transaction
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.loader - package org.openejb.loader
 
org.openejb.resource - package org.openejb.resource
The classes and interfaces directly under this package define the basic parts of the OpenEJB resources.
org.openejb.resource.jdbc - package org.openejb.resource.jdbc
The classes and interfaces directly under this package define the basic parts of OpenEJB JDBC resources.
org.openejb.ri.sp - package org.openejb.ri.sp
 
org.openejb.server - package org.openejb.server
 
org.openejb.server.admin - package org.openejb.server.admin
 
org.openejb.server.ejbd - package org.openejb.server.ejbd
 
org.openejb.server.httpd - package org.openejb.server.httpd
 
org.openejb.server.telnet - package org.openejb.server.telnet
 
org.openejb.spi - package org.openejb.spi
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.tomcat - package org.openejb.tomcat
 
org.openejb.util - package org.openejb.util
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.util.io - package org.openejb.util.io
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.util.proxy - package org.openejb.util.proxy
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.
org.openejb.util.urlhandler.resource - package org.openejb.util.urlhandler.resource
The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture.

P

PASSWORD - Static variable in class org.openejb.core.EnvProps
The Password string for a connector
PERSISTENCE_SERVICE - Static variable in interface org.openejb.alt.assembler.classic.ServiceTypeConstants
 
PERSISTENCE_TYPE - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the persistence-type element in the XML config file.
PHYSICAL_ROLE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.RoleMapping
Represents the physical-role-name element in the XML config file.
POST - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP POST type
PRIMARY_KEY_CLASS - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the prim-key-class element in the XML config file.
PRIMARY_KEY_FIELD - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the primkey-field element in the XML config file.
PROPERTIES - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
Represents the properties element in the XML config file.
PROPERTY - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
Represents the property element in the XML config file.
PROPERTY_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
Represents the property-name element in the XML config file.
PROPERTY_VALUE - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
Represents the property-value element in the XML config file.
PROXY_FACTORY - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
PROXY_FACTORY - Static variable in class org.openejb.alt.assembler.classic.xml.IntraVmServer
Represents the factory-class element in the XML config file.
PUT - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP PUT type
ParsedName - class org.openejb.core.ivm.naming.ParsedName.
This class represents a compound path name; a path made of several atomic names.
ParsedName(String) - Constructor for class org.openejb.core.ivm.naming.ParsedName
 
PassivationStrategy - interface org.openejb.core.stateful.PassivationStrategy.
This interface is implemented to provide a passivation strategy for stateful session beans.
Prompt - class org.openejb.server.telnet.Prompt.
 
Prompt() - Constructor for class org.openejb.server.telnet.Prompt
 
PropertiesFile - class org.openejb.alt.config.sys.PropertiesFile.
Class PropertiesFile.
PropertiesFile() - Constructor for class org.openejb.alt.config.sys.PropertiesFile
 
PropertiesFileDescriptor - class org.openejb.alt.config.sys.PropertiesFileDescriptor.
Class PropertiesFileDescriptor.
PropertiesFileDescriptor() - Constructor for class org.openejb.alt.config.sys.PropertiesFileDescriptor
 
ProviderTypes - class org.openejb.alt.config.sys.ProviderTypes.
Class ProviderTypes.
ProviderTypes() - Constructor for class org.openejb.alt.config.sys.ProviderTypes
 
ProviderTypesDescriptor - class org.openejb.alt.config.sys.ProviderTypesDescriptor.
Class ProviderTypesDescriptor.
ProviderTypesDescriptor() - Constructor for class org.openejb.alt.config.sys.ProviderTypesDescriptor
 
Proxy - class org.openejb.util.proxy.Proxy.
Superclass for dynamically generated proxies.
Proxy() - Constructor for class org.openejb.util.proxy.Proxy
 
ProxyFactory - class org.openejb.alt.config.sys.ProxyFactory.
Class ProxyFactory.
ProxyFactory() - Constructor for class org.openejb.alt.config.sys.ProxyFactory
 
ProxyFactory - interface org.openejb.client.proxy.ProxyFactory.
Allows us to implement different versions of Proxies
ProxyFactory - interface org.openejb.util.proxy.ProxyFactory.
 
ProxyFactoryDescriptor - class org.openejb.alt.config.sys.ProxyFactoryDescriptor.
Class ProxyFactoryDescriptor.
ProxyFactoryDescriptor() - Constructor for class org.openejb.alt.config.sys.ProxyFactoryDescriptor
 
ProxyInfo - class org.openejb.ProxyInfo.
The ProxyInfo object is returned by the Container.createEJBObject() and Container.createEJBHome( ) method These method are invoked in response to client requests for EJBHome and EJBobject references.
ProxyInfo() - Constructor for class org.openejb.ProxyInfo
Create an instance of ProxyInfo.
ProxyInfo(DeploymentInfo, Object, Class, RpcContainer) - Constructor for class org.openejb.ProxyInfo
Creates a ProxyInfo to represent an EJBHome or EJBObject for a deployed bean in the container system.
ProxyInfo(DeploymentInfo, Object, boolean, RpcContainer) - Constructor for class org.openejb.ProxyInfo
 
ProxyManager - class org.openejb.client.proxy.ProxyManager.
 
ProxyManager() - Constructor for class org.openejb.client.proxy.ProxyManager
 
ProxyManager - class org.openejb.util.proxy.ProxyManager.
 
ProxyManager() - Constructor for class org.openejb.util.proxy.ProxyManager
 
PseudoSecurityService - class org.openejb.ri.sp.PseudoSecurityService.
 
PseudoSecurityService() - Constructor for class org.openejb.ri.sp.PseudoSecurityService
 
PseudoTransactionService - class org.openejb.ri.sp.PseudoTransactionService.
 
PseudoTransactionService() - Constructor for class org.openejb.ri.sp.PseudoTransactionService
 
PseudoTransactionService.MyTransaction - class org.openejb.ri.sp.PseudoTransactionService.MyTransaction.
 
PseudoTransactionService.MyTransaction() - Constructor for class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
PseudoTransactionService.MyTransactionManager - class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager.
 
PseudoTransactionService.MyTransactionManager() - Constructor for class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
parent - Variable in class org.openejb.core.ivm.naming.NameNode
 
passivate(Hashtable) - Method in interface org.openejb.core.stateful.PassivationStrategy
If the PassivationStrategy operates is own thread for serializing beans to disk, then it must use the IntraVmCopyMonitor.prePassivationOperation() and IntraVmCopyMonitor.postPassivationOperation() methods to demarcate the start and end of serialization of bean instance(s).
passivate(Hashtable) - Method in class org.openejb.core.stateful.RAFPassivater
 
passivate(Object, Object) - Method in class org.openejb.core.stateful.SimplePassivater
 
passivate(Hashtable) - Method in class org.openejb.core.stateful.SimplePassivater
 
passivate() - Method in class org.openejb.core.stateful.StatefulInstanceManager
PASSIVATION
passivator - Variable in class org.openejb.core.stateful.StatefulInstanceManager
The passivator is responsible for writing beans to disk at passivation time.
peek() - Method in class org.openejb.util.ArrayStack
Looks at the object at the top of this stack without removing it from the stack.
persistenceType - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
physicalRoleNames - Variable in class org.openejb.alt.assembler.classic.RoleMappingInfo
 
policy - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCmpEntityTxPolicy
 
policy - Variable in class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
policy - Variable in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
policyToString() - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
 
policyToString() - Method in class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
policyToString() - Method in class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
 
policyToString() - Method in class org.openejb.core.transaction.TransactionPolicy
 
policyToString() - Method in class org.openejb.core.transaction.TxManditory
 
policyToString() - Method in class org.openejb.core.transaction.TxNever
 
policyToString() - Method in class org.openejb.core.transaction.TxNotSupported
 
policyToString() - Method in class org.openejb.core.transaction.TxRequired
 
policyToString() - Method in class org.openejb.core.transaction.TxRequiresNew
 
policyToString() - Method in class org.openejb.core.transaction.TxSupports
 
policyType - Variable in class org.openejb.core.transaction.TransactionPolicy
 
poolInstance(ThreadContext, EntityBean) - Method in class org.openejb.core.entity.EntityInstanceManager
Returns a bean instance to the method ready or tx method ready pool.
poolInstance(Object, EnterpriseBean) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Hands an instance of the bean class over to this instance manager to be managed until the instace is needed again.
poolInstance(ThreadContext, EnterpriseBean) - Method in class org.openejb.core.stateless.StatelessInstanceManager
 
poolLimit - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
poolMap - Variable in class org.openejb.core.entity.EntityInstanceManager
 
poolMap - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
poolQueue - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
pooledInstancesMap - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
poolsize - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
poolsize - Variable in class org.openejb.core.entity.EntityInstanceManager
 
pop() - Method in class org.openejb.util.ArrayStack
Removes the object at the top of this stack and returns that object as the value of this function.
pop() - Method in class org.openejb.util.LinkedListStack
 
pop() - Method in interface org.openejb.util.Stack
 
postCopyOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Notifies the monitor for this thread just after a copy operation has taken place.
postInit() - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
I keep forgetting why I put this block outside the init method.
postPassivationOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Notifies the monitor for this thread just after a stateful session bean is passified.
preCopyOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Notifies the monitor for this thread just before a copy operation is to take place.
prePassivationOperation() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Notifies the monitor for this thread just before a stateful session bean is passified.
prefix - Variable in class org.openejb.alt.config.ValidationException
 
prepareCall(String) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareCall(String, int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareCall(String, int, int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String, int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String, int, int, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String, int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String, int[]) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
prepareStatement(String, String[]) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
primKeyClass - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
primKeyField - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
primaryKey - Variable in class org.openejb.ProxyInfo
 
primaryKey - Variable in class org.openejb.client.EJBInvocationHandler
The primary key of the bean deployment or null if the deployment is a bean type that doesn't require a primary key
primaryKey - Variable in class org.openejb.core.ThreadContext
TODO: Add comment
primaryKey - Variable in class org.openejb.core.ivm.BaseEjbProxyHandler
The primary key of the bean deployment or null if the deployment is a bean type that doesn't require a primary key
primaryKey - Variable in class org.openejb.core.stateful.BeanEntry
 
print(String) - Static method in class org.openejb.client.EJBInvocationHandler
 
print(String) - Static method in class org.openejb.client.JNDIContext
 
printResults(EjbSet) - Method in class org.openejb.alt.config.EjbValidator
 
printResultsXML(EjbSet) - Method in class org.openejb.alt.config.EjbValidator
 
printStackTrace() - Method in class org.openejb.OpenEJBException
This prints the stack trace of the Exception.
printStackTrace(PrintStream) - Method in class org.openejb.OpenEJBException
This prints the stack trace of the Exception.
printStackTrace(PrintWriter) - Method in class org.openejb.OpenEJBException
This prints the stack trace of the Exception.
printStackTrace() - Method in class org.openejb.core.ivm.naming.NamingException
 
printStackTrace(PrintStream) - Method in class org.openejb.core.ivm.naming.NamingException
 
printStackTrace(PrintWriter) - Method in class org.openejb.core.ivm.naming.NamingException
 
printValidationExceptions(ValidationException[]) - Method in class org.openejb.alt.config.EjbValidator
 
printValidationExceptionsXML(ValidationException[]) - Method in class org.openejb.alt.config.EjbValidator
 
println(String) - Static method in class org.openejb.client.EJBInvocationHandler
 
println(String) - Static method in class org.openejb.client.JNDIContext
 
println() - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(String) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(long) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(char) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(boolean) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(float) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(double) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(int) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
println(char[]) - Method in class org.openejb.server.telnet.TelnetPrintStream
 
processAuthRequest(ObjectInputStream, ObjectOutputStream) - Method in class org.openejb.server.ejbd.EjbDaemon
 
processEjbRequest(ObjectInputStream, ObjectOutputStream) - Method in class org.openejb.server.ejbd.EjbDaemon
 
processJndiRequest(ObjectInputStream, ObjectOutputStream) - Method in class org.openejb.server.ejbd.EjbDaemon
 
prompt(DataInputStream, PrintStream) - Method in class org.openejb.server.telnet.TextConsole
 
properties - Variable in class org.openejb.alt.assembler.classic.ConnectionManagerInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.ContainerInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.JndiContextInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.ManagedConnectionFactoryInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.ResourceInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
properties - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
properties - Variable in class org.openejb.spi.ConnectionManagerConfig
 
propertiesObjectIsNull(String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "The required properties object needed by {0} is null ." {1} is the part of the system that needs the properties object.
propertyFileNotFound(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "Properties file '{0}' for {1} not found." {0} is the properties file name {1} is the part of the system that needs the properties file.
propertyNotFound(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "Environment entry '{0}' not found in {1}." {0} is the property name {1} is the properties file name.
propertyValueIsIllegal(String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "Environment entry '{0}' contains illegal value {1}." {0} is the property name {1} is the illegal value.
propertyValueIsIllegal(String, String, String) - Static method in class org.openejb.util.OpenEJBErrorHandler
Creates and throws an OpenEJBException with the following message: "Environment entry '{0}' contains illegal value {1}.
props - Variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
proxy - Variable in class org.openejb.core.ivm.SpecialProxyInfo
 
proxyFactoryClass - Variable in class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
proxyFactoryClassName - Variable in class org.openejb.alt.assembler.classic.IntraVmServerInfo
 
push(Object) - Method in class org.openejb.util.ArrayStack
Adds the object to the top of the stack.
push(Object) - Method in class org.openejb.util.LinkedListStack
 
push(Object) - Method in interface org.openejb.util.Stack
 
put(Object, Object) - Method in class org.openejb.util.HashThreadLocal
 

Q

QUERY - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the query element in the XML config file.
QUERY_STATEMENT - Static variable in class org.openejb.alt.assembler.classic.xml.Query
Represents the role-name element in the XML config file.
Query - class org.openejb.alt.assembler.classic.xml.Query.
A subclass of MethodPermissionInfo filled with data from an XML file.
Query() - Constructor for class org.openejb.alt.assembler.classic.xml.Query
 
Query - class org.openejb.alt.config.ejb11.Query.
Class Query.
Query() - Constructor for class org.openejb.alt.config.ejb11.Query
 
QueryDescriptor - class org.openejb.alt.config.ejb11.QueryDescriptor.
Class QueryDescriptor.
QueryDescriptor() - Constructor for class org.openejb.alt.config.ejb11.QueryDescriptor
 
QueryInfo - class org.openejb.alt.assembler.classic.QueryInfo.
MethodPermissionInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
QueryInfo() - Constructor for class org.openejb.alt.assembler.classic.QueryInfo
 
QueryMethod - class org.openejb.alt.config.ejb11.QueryMethod.
Class QueryMethod.
QueryMethod() - Constructor for class org.openejb.alt.config.ejb11.QueryMethod
 
QueryMethodDescriptor - class org.openejb.alt.config.ejb11.QueryMethodDescriptor.
Class QueryMethodDescriptor.
QueryMethodDescriptor() - Constructor for class org.openejb.alt.config.ejb11.QueryMethodDescriptor
 
queries - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
queryStatement - Variable in class org.openejb.alt.assembler.classic.QueryInfo
 
queryStatement(String) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 

R

RAFPassivater - class org.openejb.core.stateful.RAFPassivater.
 
RAFPassivater() - Constructor for class org.openejb.core.stateful.RAFPassivater
 
REENTRANT - Static variable in class org.openejb.alt.assembler.classic.xml.EntityBean
Represents the reentrant element in the XML config file.
REMOTE - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the remote element in the XML config file.
REMOTE_JNDI_CONTEXTS - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the remote-jndi-contexts element in the XML config file.
REMOTE_REF_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
Represents the remote-ref-name element in the XML config file.
REMOTE_REF_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation
Represents the remote-ref-name element in the XML config file.
REMOVE - Static variable in class org.openejb.client.EJBObjectHandler
 
REMOVE_W_HAND - Static variable in class org.openejb.client.EJBHomeHandler
 
REMOVE_W_KEY - Static variable in class org.openejb.client.EJBHomeHandler
 
RESOURCE_REF - Static variable in class org.openejb.alt.assembler.classic.xml.JndiEnc
Represents the resource-ref element, which describes resources such as JDBC connection and JMS factories.
RES_ID - Static variable in class org.openejb.alt.assembler.classic.xml.Resource
Represents the res-id/tt> element in the XML config file.
RES_ID - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReference
Represents the res-ref-auth element in the XML config file.
RES_REF_AUTH - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReference
Represents the res-ref-auth element in the XML config file.
RES_REF_LOCATION - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReference
Represents the ejb-ref-location element in the XML config file.
RES_REF_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReference
Represents the res-ref-name element in the XML config file.
RES_REF_TYPE - Static variable in class org.openejb.alt.assembler.classic.xml.ResourceReference
Represents the res-ref-type element in the XML config file.
ROLE_LINK - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
Represents the env-entry-value element in the XML config file.
ROLE_MAPPING - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityService
Represents the role-mapping element in the XML config file.
ROLE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.MethodPermission
Represents the role-name element in the XML config file.
ROLE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityRole
Represents the role-name element in the XML config file.
ROLE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
Represents the env-entry-type element in the XML config file.
ROLLBACK_METHOD - Static variable in class org.openejb.core.CoreContext
 
Reference - interface org.openejb.core.ivm.naming.Reference.
 
RemoteInitialContextFactory - class org.openejb.client.RemoteInitialContextFactory.
RemoteInitialContextFactory
RemoteInitialContextFactory() - Constructor for class org.openejb.client.RemoteInitialContextFactory
 
RemoteJndiContextsInfo - class org.openejb.alt.assembler.classic.RemoteJndiContextsInfo.
JndiEncInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
RemoteJndiContextsInfo() - Constructor for class org.openejb.alt.assembler.classic.RemoteJndiContextsInfo
 
Request - interface org.openejb.client.Request.
 
RequestMethods - interface org.openejb.client.RequestMethods.
 
Required - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
RequiresNew - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
Resource - class org.openejb.alt.assembler.classic.xml.Resource.
A subclass of ResourceInfo filled with data from an XML file.
Resource() - Constructor for class org.openejb.alt.assembler.classic.xml.Resource
 
Resource - class org.openejb.alt.config.sys.Resource.
Class Resource.
Resource() - Constructor for class org.openejb.alt.config.sys.Resource
 
ResourceDescriptor - class org.openejb.alt.config.sys.ResourceDescriptor.
Class ResourceDescriptor.
ResourceDescriptor() - Constructor for class org.openejb.alt.config.sys.ResourceDescriptor
 
ResourceFinder - class org.openejb.util.ResourceFinder.
 
ResourceFinder(String) - Constructor for class org.openejb.util.ResourceFinder
 
ResourceFinder(String, ClassLoader) - Constructor for class org.openejb.util.ResourceFinder
 
ResourceInfo - class org.openejb.alt.assembler.classic.ResourceInfo.
ResourceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ResourceInfo() - Constructor for class org.openejb.alt.assembler.classic.ResourceInfo
 
ResourceLink - class org.openejb.alt.config.ejb11.ResourceLink.
Class ResourceLink.
ResourceLink() - Constructor for class org.openejb.alt.config.ejb11.ResourceLink
 
ResourceLinkDescriptor - class org.openejb.alt.config.ejb11.ResourceLinkDescriptor.
Class ResourceLinkDescriptor.
ResourceLinkDescriptor() - Constructor for class org.openejb.alt.config.ejb11.ResourceLinkDescriptor
 
ResourceRef - class org.openejb.alt.config.ejb11.ResourceRef.
Class ResourceRef.
ResourceRef() - Constructor for class org.openejb.alt.config.ejb11.ResourceRef
 
ResourceRefDescriptor - class org.openejb.alt.config.ejb11.ResourceRefDescriptor.
Class ResourceRefDescriptor.
ResourceRefDescriptor() - Constructor for class org.openejb.alt.config.ejb11.ResourceRefDescriptor
 
ResourceReference - class org.openejb.alt.assembler.classic.xml.ResourceReference.
A subclass of ResourceReferenceInfo filled with data from an XML file.
ResourceReference() - Constructor for class org.openejb.alt.assembler.classic.xml.ResourceReference
 
ResourceReferenceInfo - class org.openejb.alt.assembler.classic.ResourceReferenceInfo.
ResourceReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ResourceReferenceInfo() - Constructor for class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
ResourceReferenceLocation - class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation.
A subclass of ResourceReferenceLocationInfo filled with data from an XML file.
ResourceReferenceLocation() - Constructor for class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation
 
ResourceReferenceLocationInfo - class org.openejb.alt.assembler.classic.ResourceReferenceLocationInfo.
EjbReferenceLocation is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ResourceReferenceLocationInfo() - Constructor for class org.openejb.alt.assembler.classic.ResourceReferenceLocationInfo
 
Response - interface org.openejb.client.Response.
 
ResponseCodes - interface org.openejb.client.ResponseCodes.
 
Restart - class org.openejb.server.Restart.
 
Restart() - Constructor for class org.openejb.server.Restart
 
RoleMapping - class org.openejb.alt.assembler.classic.xml.RoleMapping.
A subclass of RoleMappingInfo filled with data from an XML file.
RoleMapping() - Constructor for class org.openejb.alt.assembler.classic.xml.RoleMapping
 
RoleMappingInfo - class org.openejb.alt.assembler.classic.RoleMappingInfo.
RoleMappingInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
RoleMappingInfo() - Constructor for class org.openejb.alt.assembler.classic.RoleMappingInfo
 
RpcContainer - interface org.openejb.RpcContainer.
The RpcContainer manages enterprise beans at runtime.
RpcContainerWrapper - class org.openejb.core.RpcContainerWrapper.
 
RpcContainerWrapper(RpcContainer) - Constructor for class org.openejb.core.RpcContainerWrapper
 
read() - Method in class org.openejb.server.telnet.TelnetInputStream
 
readConfig() - Static method in class org.openejb.alt.config.ConfigUtils
 
readConfig(String) - Static method in class org.openejb.alt.config.ConfigUtils
 
readExternal(ObjectInput) - Method in class org.openejb.client.AuthenticationRequest
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.AuthenticationResponse
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.ClientMetaData
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.EJBHomeHandle
Reads the instanceHandle from the stream
readExternal(ObjectInput) - Method in class org.openejb.client.EJBHomeHandler
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.EJBHomeProxyHandle
Reads the instanceHandle from the stream
readExternal(ObjectInput) - Method in class org.openejb.client.EJBMetaDataImpl
 
readExternal(ObjectInput) - Method in class org.openejb.client.EJBObjectHandle
Reads the instanceHandle from the stream
readExternal(ObjectInput) - Method in class org.openejb.client.EJBObjectProxyHandle
Reads the instanceHandle from the stream
readExternal(ObjectInput) - Method in class org.openejb.client.EJBRequest
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.EJBResponse
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.JNDIRequest
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.JNDIResponse
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in interface org.openejb.client.Request
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in interface org.openejb.client.Response
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readExternal(ObjectInput) - Method in class org.openejb.client.ServerMetaData
 
readExternal(ObjectInput) - Method in class org.openejb.core.ivm.IntraVmArtifact
Reads the instanceHandle from the stream
readExternal(ObjectInput) - Method in class org.openejb.util.ArrayEnumeration
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays.
readMessage(InputStream) - Method in class org.openejb.server.httpd.HttpRequestImpl
parses the request into the 3 different parts, request, headers, and body
readMethodParameters(ObjectInput) - Method in class org.openejb.client.EJBRequest
 
readProperties(Node) - Static method in class org.openejb.alt.assembler.classic.xml.DomTools
 
readResolve() - Method in interface org.openejb.client.EJBHomeProxy
Read the handler from the stream.
readResolve() - Method in interface org.openejb.client.EJBObjectProxy
Read the handler from the stream.
readResolve() - Method in class org.openejb.core.ivm.naming.JndiEncArtifact
 
readServicesJar(String) - Static method in class org.openejb.alt.config.ServiceUtils
Opens the specified jar file, locates the service-jar.xml file,

unmarshals it to a java object and returns it.

readyInstancesMap - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
rebind(String, Object) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
rebind(Name, Object) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
rebind(String, Object) - Method in class org.openejb.core.ivm.naming.IvmContext
 
rebind(Name, Object) - Method in class org.openejb.core.ivm.naming.IvmContext
 
rebuild() - Method in class org.openejb.loader.TomcatClassPath
 
rebuild() - Method in class org.openejb.loader.WebAppClassPath
 
reentrant - Variable in class org.openejb.alt.assembler.classic.EntityBeanInfo
 
ref - Variable in class org.openejb.core.ivm.naming.ENCReference
 
referenceAuth - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
referenceName - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceInfo
 
referenceName - Variable in class org.openejb.alt.assembler.classic.EjbReferenceInfo
 
referenceName - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
referenceType - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
register(String, Command) - Static method in class org.openejb.server.telnet.Command
 
register(String, Class) - Static method in class org.openejb.server.telnet.Command
 
register() - Static method in class org.openejb.server.telnet.Exit
 
register() - Static method in class org.openejb.server.telnet.GroovySh
 
register() - Static method in class org.openejb.server.telnet.Help
 
register() - Static method in class org.openejb.server.telnet.Lookup
 
register() - Static method in class org.openejb.server.telnet.Ls
 
register() - Static method in class org.openejb.server.telnet.Stop
 
register() - Static method in class org.openejb.server.telnet.Version
 
registerFactory(String, ProxyFactory) - Static method in class org.openejb.util.proxy.ProxyManager
 
registerHandler(Object, EJBInvocationHandler) - Static method in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
registerHandler(Object, BaseEjbProxyHandler) - Static method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
registerSessionSynchronization(SessionSynchronization, TransactionContext) - Static method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
registerSynchronization(Synchronization) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
registryId - Variable in class org.openejb.client.EJBObjectHandler
 
registryId - Variable in class org.openejb.client.StatelessEJBObjectHandler
 
registryId - Variable in class org.openejb.core.stateless.StatelessEjbObjectHandler
 
release() - Static method in class org.openejb.core.ivm.IntraVmCopyMonitor
Not to be used lightly.
releaseSavepoint(Savepoint) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
releasing(Object, boolean) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object has been made transient.
remote - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo
 
remote - Variable in class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
 
remote - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
remote - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceLocationInfo
 
remoteClass - Variable in class org.openejb.client.EJBMetaDataImpl
The Class object for the enterprise Bean's remote interface.
remoteClass - Variable in class org.openejb.core.ivm.IntraVmMetaData
The Class of the bean's remote interface.
remoteJndiContexts - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
remoteRefName - Variable in class org.openejb.alt.assembler.classic.EjbLocalReferenceLocationInfo
 
remoteRefName - Variable in class org.openejb.alt.assembler.classic.EjbReferenceLocationInfo
 
remoteRefName - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceLocationInfo
 
remove(Method, Object[], Object) - Method in class org.openejb.client.EJBObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.core.entity.EntityEjbObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.core.stateful.StatefulEjbObjectHandler
 
remove(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbObjectHandler
 
removeAllCmpField() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllCmpField
removeAllConnector() - Method in class org.openejb.alt.config.sys.Openejb
Method removeAllConnector
removeAllContainer() - Method in class org.openejb.alt.config.sys.Openejb
Method removeAllContainer
removeAllContainerTransaction() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeAllContainerTransaction
removeAllDeployments() - Method in class org.openejb.alt.config.sys.Openejb
Method removeAllDeployments
removeAllEjbDeployment() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method removeAllEjbDeployment
removeAllEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllEjbLocalRef
removeAllEjbLocalRef() - Method in class org.openejb.alt.config.ejb11.Session
Method removeAllEjbLocalRef
removeAllEjbRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllEjbRef
removeAllEjbRef() - Method in class org.openejb.alt.config.ejb11.Session
Method removeAllEjbRef
removeAllEnterpriseBeansItem() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method removeAllEnterpriseBeansItem
removeAllEnvEntry() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllEnvEntry
removeAllEnvEntry() - Method in class org.openejb.alt.config.ejb11.Session
Method removeAllEnvEntry
removeAllJndiProvider() - Method in class org.openejb.alt.config.sys.Openejb
Method removeAllJndiProvider
removeAllMethod() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method removeAllMethod
removeAllMethod() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method removeAllMethod
removeAllMethodParam() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method removeAllMethodParam
removeAllMethodPermission() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeAllMethodPermission
removeAllQuery() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method removeAllQuery
removeAllResource() - Method in class org.openejb.alt.config.sys.Openejb
Method removeAllResource
removeAllResourceLink() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method removeAllResourceLink
removeAllResourceRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllResourceRef
removeAllResourceRef() - Method in class org.openejb.alt.config.ejb11.Session
Method removeAllResourceRef
removeAllRoleName() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method removeAllRoleName
removeAllSecurityRole() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeAllSecurityRole
removeAllSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Entity
Method removeAllSecurityRoleRef
removeAllSecurityRoleRef() - Method in class org.openejb.alt.config.ejb11.Session
Method removeAllSecurityRoleRef
removeAllServiceProvider() - Method in class org.openejb.alt.config.sys.ServicesJar
Method removeAllServiceProvider
removeAttribute(String) - Method in interface org.openejb.server.httpd.HttpSession
 
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Attempts to remove an EJBObject from the container system.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBHomeHandler
Attempts to remove an EJBObject from the container system.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBHomeHandler
------------------------------------ 5.3.2 Removing a session object A client may remove a session object using the remove() method on the javax.ejb.EJBObject interface, or the remove(Handle handle) method of the javax.ejb.EJBHome interface.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBHomeHandler
------------------------------------ 5.3.2 Removing a session object A client may remove a session object using the remove() method on the javax.ejb.EJBObject interface, or the remove(Handle handle) method of the javax.ejb.EJBHome interface.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.entity.EntityEjbHomeHandler
Attempts to remove an EJBObject from the container system.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Attempts to remove an EJBObject from the container system.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.stateful.StatefulEjbHomeHandler
------------------------------------ 5.3.2 Removing a session object A client may remove a session object using the remove() method on the javax.ejb.EJBObject interface, or the remove(Handle handle) method of the javax.ejb.EJBHome interface.
removeByPrimaryKey(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbHomeHandler
------------------------------------ 5.3.2 Removing a session object A client may remove a session object using the remove() method on the javax.ejb.EJBObject interface, or the remove(Handle handle) method of the javax.ejb.EJBHome interface.
removeCmpField(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeCmpField
removeConnectionEventListener(ConnectionEventListener) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
removeConnector(int) - Method in class org.openejb.alt.config.sys.Openejb
Method removeConnector
removeContainer(int) - Method in class org.openejb.alt.config.sys.Openejb
Method removeContainer
removeContainerTransaction(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeContainerTransaction
removeDeployments(int) - Method in class org.openejb.alt.config.sys.Openejb
Method removeDeployments
removeEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Removes the EJBObject
removeEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.core.entity.EntityContainer
 
removeEJBObject(Method, Object[], ThreadContext) - Method in class org.openejb.core.stateful.StatefulContainer
 
removeEjbDeployment(int) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method removeEjbDeployment
removeEjbLocalRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeEjbLocalRef
removeEjbLocalRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method removeEjbLocalRef
removeEjbRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeEjbRef
removeEjbRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method removeEjbRef
removeEnterpriseBeansItem(int) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method removeEnterpriseBeansItem
removeEnvEntry(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeEnvEntry
removeEnvEntry(int) - Method in class org.openejb.alt.config.ejb11.Session
Method removeEnvEntry
removeFromEnvironment(String) - Method in class org.openejb.client.JNDIContext
 
removeFromEnvironment(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
removeJndiProvider(int) - Method in class org.openejb.alt.config.sys.Openejb
Method removeJndiProvider
removeMethod(int) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method removeMethod
removeMethod(int) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method removeMethod
removeMethodParam(int) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method removeMethodParam
removeMethodPermission(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeMethodPermission
removeQuery(int) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method removeQuery
removeResource(int) - Method in class org.openejb.alt.config.sys.Openejb
Method removeResource
removeResourceLink(int) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method removeResourceLink
removeResourceRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeResourceRef
removeResourceRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method removeResourceRef
removeRoleName(int) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method removeRoleName
removeSecurityRole(int) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method removeSecurityRole
removeSecurityRoleRef(int) - Method in class org.openejb.alt.config.ejb11.Entity
Method removeSecurityRoleRef
removeSecurityRoleRef(int) - Method in class org.openejb.alt.config.ejb11.Session
Method removeSecurityRoleRef
removeServiceProvider(int) - Method in class org.openejb.alt.config.sys.ServicesJar
Method removeServiceProvider
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.client.EJBHomeHandler
Attempts to remove an EJBObject from the container system.
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.client.EntityEJBHomeHandler
Attempts to remove an EJBObject from the container system.
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.client.StatefulEJBHomeHandler
Attempts to remove an EJBObject from the container system.
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.client.StatelessEJBHomeHandler
 
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
Attempts to remove an EJBObject from the container system.
removeWithHandle(Method, Object[], Object) - Method in class org.openejb.core.stateless.StatelessEjbHomeHandler
 
removed(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object has been deleted.
removing(Object, Object) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
removing(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object is to be deleted.
rename(String, String) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
rename(Name, Name) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
rename(String, String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
rename(Name, Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
replaceNullOrBlankStringWithNonBreakingSpace(String) - Static method in class org.openejb.util.StringUtilities
Checks a String to see if it's value is null or blank, and if so returns a non-breaking space.
request(Request, Response, ServerMetaData) - Static method in class org.openejb.client.Client
 
request - Variable in class org.openejb.client.EJBInvocationHandler
TODO: Add comments
request(EJBRequest) - Method in class org.openejb.client.EJBInvocationHandler
 
request - Variable in class org.openejb.server.ejbd.CallContext
The EJBRequest object from the client
requestAuthorization(AuthenticationRequest) - Method in class org.openejb.client.JNDIContext
 
reset() - Method in class org.openejb.core.ivm.naming.ParsedName
 
reset() - Method in class org.openejb.server.ejbd.CallContext
Invalidates the data in this CallContext
reset() - Method in class org.openejb.server.httpd.HttpResponseImpl
resets the data to be sent to the browser
reset(int, String) - Method in class org.openejb.server.httpd.HttpResponseImpl
resets the data to be sent to the browser with the response code and response string
reset() - Method in class org.openejb.util.io.ObjectOutputStream
 
resetBeanFields(Object, DeploymentInfo) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Section 9.2.4 EJB 1.1: "The Container must ensure that the values of the container-managed fields are set to the Java language defaults (e.g.
resetMap - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
resetTimeOut() - Method in class org.openejb.core.stateful.BeanEntry
 
resolve(ParsedName) - Method in class org.openejb.core.ivm.naming.NameNode
 
resolveEntity(String, String) - Method in class org.openejb.alt.config.DTDResolver
 
resolveMethodInfo(MethodInfo, DeploymentInfo) - Method in class org.openejb.alt.assembler.classic.AssemblerTool
Returns all the Method objects specified by a MethodInfo object for a specific bean deployment.
resolveMethods(Vector, Class, MethodInfo) - Static method in class org.openejb.alt.assembler.classic.AssemblerTool
 
resourceID - Variable in class org.openejb.alt.assembler.classic.ResourceInfo
 
resourceID - Variable in class org.openejb.alt.assembler.classic.ResourceReferenceInfo
 
resourceRefs - Variable in class org.openejb.alt.assembler.classic.JndiEncInfo
 
resume(Transaction) - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
resume(Transaction) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
resumeTransaction(Transaction) - Method in class org.openejb.core.transaction.TransactionPolicy
 
reusingBean(EntityBean, ThreadContext) - Method in class org.openejb.core.entity.EntityInstanceManager
 
roleLink - Variable in class org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo
 
roleMappings - Variable in class org.openejb.alt.assembler.classic.SecurityServiceInfo
 
roleName - Variable in class org.openejb.alt.assembler.classic.SecurityRoleInfo
 
roleName - Variable in class org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo
 
roleNames - Variable in class org.openejb.alt.assembler.classic.MethodPermissionInfo
 
rollback() - Method in class org.openejb.core.CoreUserTransaction
 
rollback() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
rollback() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
rollback(Savepoint) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
rollback() - Method in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
rollback() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
rollback() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
rollbackTransaction(Transaction) - Method in class org.openejb.core.transaction.TransactionPolicy
 
run() - Method in class org.openejb.server.ServiceDaemon
 

S

SB - Static variable in interface org.openejb.server.telnet.TelnetCodes
Indicates that what follows is subnegotiation of the indicated option.
SE - Static variable in interface org.openejb.server.telnet.TelnetCodes
End of subnegotiation parameters.
SECURITY_METHOD - Static variable in class org.openejb.core.CoreContext
 
SECURITY_ROLE - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the security-role element in the XML config file.
SECURITY_ROLE_REF - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the security-role-ref element in the XML config file.
SECURITY_SERVICE - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
SECURITY_SERVICE - Static variable in interface org.openejb.alt.assembler.classic.ServiceTypeConstants
 
SECURITY_SERVICE - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the security-service element in the XML config file.
SERVICES - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the services element in the XML config file.
SERVICE_NAME - Static variable in class org.openejb.alt.assembler.classic.xml.Service
Represents the service-name element in the XML config file.
SESSION_BEAN_STATEFUL - Static variable in class org.openejb.client.EJBRequest
 
SESSION_BEAN_STATELESS - Static variable in class org.openejb.client.EJBRequest
 
SET_ENTITY_CONTEXT_METHOD - Static variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
SMALL_ICON - Static variable in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
Represents the small-icon element in the XML config file.
SP - Static variable in class org.openejb.server.httpd.HttpResponseImpl
a space character
STATEFUL - Static variable in interface org.openejb.Container
 
STATEFUL - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getComponentType method if this bean is a stateful session bean.
STATEFUL - Static variable in class org.openejb.alt.assembler.classic.EjbType
 
STATEFUL - Static variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
The type constant for a stateful session bean .
STATEFUL - Static variable in interface org.openejb.alt.config.Bean
 
STATEFUL - Static variable in class org.openejb.client.EJBMetaDataImpl
The constant that will be returned from the getComponentType method if this bean is a stateful session bean.
STATEFUL - Static variable in class org.openejb.core.ivm.IntraVmMetaData
Constant held by the IntraVmMetaData.type member variable to specify that this MetaData implementation represents a stateful SessionBean.
STATEFUL_BEAN - Static variable in class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer
Represents the stateful-bean element in the XML config file.
STATEFUL_SESSION_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.ContainerInfo
The container type constant for a stateful session bean container.
STATEFUL_SESSION_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the stateful-session-container element in the XML config file.
STATELESS - Static variable in interface org.openejb.Container
 
STATELESS - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getComponentType method if this bean is a stateless session bean.
STATELESS - Static variable in class org.openejb.alt.assembler.classic.EjbType
 
STATELESS - Static variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
The type constant for a stateless session bean .
STATELESS - Static variable in interface org.openejb.alt.config.Bean
 
STATELESS - Static variable in class org.openejb.client.EJBMetaDataImpl
The constant that will be returned from the getComponentType method if this bean is a stateless session bean.
STATELESS - Static variable in class org.openejb.core.ivm.IntraVmMetaData
Constant held by the IntraVmMetaData.type member variable to specify that this MetaData implementation represents a stateless SessionBean.
STATELESS_BEAN - Static variable in class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer
 
STATELESS_SESSION_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.ContainerInfo
The container type constant for a stateless session bean container.
STATELESS_SESSION_CONTAINER - Static variable in class org.openejb.alt.assembler.classic.xml.ContainerSystem
Represents the stateless-session-container element in the XML config file.
STOP_REQUEST_Quit - Static variable in interface org.openejb.client.RequestMethods
 
STOP_REQUEST_Stop - Static variable in interface org.openejb.client.RequestMethods
 
STOP_REQUEST_quit - Static variable in interface org.openejb.client.RequestMethods
 
STOP_REQUEST_stop - Static variable in interface org.openejb.client.RequestMethods
 
SafeProperties - class org.openejb.util.SafeProperties.
 
SafeProperties(Properties, String) - Constructor for class org.openejb.util.SafeProperties
Creates a new SafeProperties usign the Properties object passed in.
SafeToolkit - class org.openejb.util.SafeToolkit.
 
SafeToolkit(String) - Constructor for class org.openejb.util.SafeToolkit
Creates a new SafeToolkit dedicated to the specified system location.
SecurityRole - class org.openejb.alt.assembler.classic.xml.SecurityRole.
A subclass of SecurityRoleInfo filled with data from an XML file.
SecurityRole() - Constructor for class org.openejb.alt.assembler.classic.xml.SecurityRole
 
SecurityRole - class org.openejb.alt.config.ejb11.SecurityRole.
Class SecurityRole.
SecurityRole() - Constructor for class org.openejb.alt.config.ejb11.SecurityRole
 
SecurityRoleDescriptor - class org.openejb.alt.config.ejb11.SecurityRoleDescriptor.
Class SecurityRoleDescriptor.
SecurityRoleDescriptor() - Constructor for class org.openejb.alt.config.ejb11.SecurityRoleDescriptor
 
SecurityRoleInfo - class org.openejb.alt.assembler.classic.SecurityRoleInfo.
SecurityRoleInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
SecurityRoleInfo() - Constructor for class org.openejb.alt.assembler.classic.SecurityRoleInfo
 
SecurityRoleRef - class org.openejb.alt.config.ejb11.SecurityRoleRef.
Class SecurityRoleRef.
SecurityRoleRef() - Constructor for class org.openejb.alt.config.ejb11.SecurityRoleRef
 
SecurityRoleRefDescriptor - class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor.
Class SecurityRoleRefDescriptor.
SecurityRoleRefDescriptor() - Constructor for class org.openejb.alt.config.ejb11.SecurityRoleRefDescriptor
 
SecurityRoleReference - class org.openejb.alt.assembler.classic.xml.SecurityRoleReference.
A subclass of SecurityRoleReferenceInfo filled with data from an XML file.
SecurityRoleReference() - Constructor for class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
 
SecurityRoleReferenceInfo - class org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo.
SecurityRoleReferenceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
SecurityRoleReferenceInfo() - Constructor for class org.openejb.alt.assembler.classic.SecurityRoleReferenceInfo
 
SecurityService - class org.openejb.alt.assembler.classic.xml.SecurityService.
A subclass of SecurityServiceInfo filled with data from an XML file.
SecurityService() - Constructor for class org.openejb.alt.assembler.classic.xml.SecurityService
 
SecurityService - class org.openejb.alt.config.sys.SecurityService.
Class SecurityService.
SecurityService() - Constructor for class org.openejb.alt.config.sys.SecurityService
 
SecurityService - interface org.openejb.spi.SecurityService.
 
SecurityServiceDescriptor - class org.openejb.alt.config.sys.SecurityServiceDescriptor.
Class SecurityServiceDescriptor.
SecurityServiceDescriptor() - Constructor for class org.openejb.alt.config.sys.SecurityServiceDescriptor
 
SecurityServiceInfo - class org.openejb.alt.assembler.classic.SecurityServiceInfo.
SecurityServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
SecurityServiceInfo() - Constructor for class org.openejb.alt.assembler.classic.SecurityServiceInfo
 
Serializer - class org.openejb.spi.Serializer.
 
Serializer() - Constructor for class org.openejb.spi.Serializer
 
Server - class org.openejb.server.Server.
This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels.
Server() - Constructor for class org.openejb.server.Server
 
ServerFederation - class org.openejb.server.ServerFederation.
This class is passed in as the ApplicationServer implementation when OpenEJB is initialized.
ServerFederation() - Constructor for class org.openejb.server.ServerFederation
 
ServerMetaData - class org.openejb.client.ServerMetaData.
 
ServerMetaData() - Constructor for class org.openejb.client.ServerMetaData
 
ServerMetaData(URI) - Constructor for class org.openejb.client.ServerMetaData
 
ServerService - interface org.openejb.server.ServerService.
The Server will call the following methods.
ServerServiceAdapter - class org.openejb.server.httpd.ServerServiceAdapter.
 
ServerServiceAdapter(ServerService) - Constructor for class org.openejb.server.httpd.ServerServiceAdapter
 
Service - class org.openejb.alt.assembler.classic.xml.Service.
A subclass of ServiceInfo filled with data from an XML file.
Service() - Constructor for class org.openejb.alt.assembler.classic.xml.Service
 
Service - interface org.openejb.alt.config.Service.
This interface must be implemented by the following castor generated classes: ConnectionManager Connector Container JndiProvider ProxyFactory Resource SecurityService TransactionService Each of these classes have the methods of this interface, but Castor does not generate them as sharing a common interface.
Service - interface org.openejb.spi.Service.
 
ServiceAccessController - class org.openejb.server.ServiceAccessController.
The Server will call the following methods.
ServiceAccessController(ServerService) - Constructor for class org.openejb.server.ServiceAccessController
 
ServiceDaemon - class org.openejb.server.ServiceDaemon.
The Server will call the following methods.
ServiceDaemon(ServerService) - Constructor for class org.openejb.server.ServiceDaemon
 
ServiceException - exception org.openejb.server.ServiceException.
 
ServiceException() - Constructor for class org.openejb.server.ServiceException
Default constructor, which simply delegates exception handling up the inheritance chain to Exception.
ServiceException(String) - Constructor for class org.openejb.server.ServiceException
This constructor allows a message to be supplied indicating the source of the problem that occurred.
ServiceException(Throwable) - Constructor for class org.openejb.server.ServiceException
This constructor allows a "root cause" exception to be supplied, which may later be used by the wrapping application.
ServiceException(String, Throwable) - Constructor for class org.openejb.server.ServiceException
This constructor allows both a message identifying the problem that occurred as well as a "root cause" exception to be supplied, which may later be used by the wrapping application.
ServiceInfo - class org.openejb.alt.assembler.classic.ServiceInfo.
ServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ServiceInfo() - Constructor for class org.openejb.alt.assembler.classic.ServiceInfo
 
ServiceLogger - class org.openejb.server.ServiceLogger.
The Server will call the following methods.
ServiceLogger(ServerService) - Constructor for class org.openejb.server.ServiceLogger
 
ServiceManager - class org.openejb.server.ServiceManager.
This is the base class for orcistrating the other daemons which actually accept and react to calls coming in from different protocols or channels.
ServiceManager.ServiceFinder - class org.openejb.server.ServiceManager.ServiceFinder.
 
ServiceManager.ServiceFinder(String) - Constructor for class org.openejb.server.ServiceManager.ServiceFinder
 
ServiceManager.ServiceFinder(String, ClassLoader) - Constructor for class org.openejb.server.ServiceManager.ServiceFinder
 
ServicePool - class org.openejb.server.ServicePool.
The Server will call the following methods.
ServicePool(ServerService) - Constructor for class org.openejb.server.ServicePool
 
ServiceProvider - class org.openejb.alt.config.sys.ServiceProvider.
Class ServiceProvider.
ServiceProvider() - Constructor for class org.openejb.alt.config.sys.ServiceProvider
 
ServiceProviderDescriptor - class org.openejb.alt.config.sys.ServiceProviderDescriptor.
Class ServiceProviderDescriptor.
ServiceProviderDescriptor() - Constructor for class org.openejb.alt.config.sys.ServiceProviderDescriptor
 
ServiceTypeConstants - interface org.openejb.alt.assembler.classic.ServiceTypeConstants.
ServiceTypeConstants is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
ServiceUtils - class org.openejb.alt.config.ServiceUtils.
Utility methods for reading, writing, and configuring services
ServiceUtils() - Constructor for class org.openejb.alt.config.ServiceUtils
 
ServicesJar - class org.openejb.alt.config.sys.ServicesJar.
Class ServicesJar.
ServicesJar() - Constructor for class org.openejb.alt.config.sys.ServicesJar
 
ServicesJarDescriptor - class org.openejb.alt.config.sys.ServicesJarDescriptor.
Class ServicesJarDescriptor.
ServicesJarDescriptor() - Constructor for class org.openejb.alt.config.sys.ServicesJarDescriptor
 
Session - class org.openejb.alt.config.ejb11.Session.
Class Session.
Session() - Constructor for class org.openejb.alt.config.ejb11.Session
 
SessionBean - class org.openejb.alt.config.SessionBean.
 
SessionDescriptor - class org.openejb.alt.config.ejb11.SessionDescriptor.
Class SessionDescriptor.
SessionDescriptor() - Constructor for class org.openejb.alt.config.ejb11.SessionDescriptor
 
SessionSynchronizationCoordinator - class org.openejb.core.stateful.SessionSynchronizationCoordinator.
This class manages all the SessionSynchronization instances for a given transaction.
SessionSynchronizationCoordinator() - Constructor for class org.openejb.core.stateful.SessionSynchronizationCoordinator
 
SessionSynchronizationTxPolicy - class org.openejb.core.stateful.SessionSynchronizationTxPolicy.
Don't wrap the following method transaction types TX_NEVER TX_NOT_SUPPORTED They never execute in a transaction and there is nothing to syncronize on.
SessionSynchronizationTxPolicy(TransactionPolicy) - Constructor for class org.openejb.core.stateful.SessionSynchronizationTxPolicy
 
SharedLocalConnectionManager - class org.openejb.resource.SharedLocalConnectionManager.
This ConnectionManager provides a simple algorithm for managing shared-local transactions for multiple connectors.
SharedLocalConnectionManager() - Constructor for class org.openejb.resource.SharedLocalConnectionManager
 
SimplePassivater - class org.openejb.core.stateful.SimplePassivater.
 
SimplePassivater() - Constructor for class org.openejb.core.stateful.SimplePassivater
 
SocketConnectionFactory - class org.openejb.client.SocketConnectionFactory.
 
SocketConnectionFactory() - Constructor for class org.openejb.client.SocketConnectionFactory
 
SpecialProxyInfo - class org.openejb.core.ivm.SpecialProxyInfo.
Business methods that return EJBHome or EJBObject references to local beans (beans in the same container system) must have the return value converted to a ProxyInfo object so that the server can provide the client with a proper remote reference.
SpecialProxyInfo(Object) - Constructor for class org.openejb.core.ivm.SpecialProxyInfo
 
Stack - interface org.openejb.util.Stack.
 
Start - class org.openejb.server.Start.
 
Start() - Constructor for class org.openejb.server.Start
 
StatefulBean - class org.openejb.alt.assembler.classic.xml.StatefulBean.
A subclass of StatefulBeanInfo filled with data from an XML file.
StatefulBean() - Constructor for class org.openejb.alt.assembler.classic.xml.StatefulBean
 
StatefulBeanInfo - class org.openejb.alt.assembler.classic.StatefulBeanInfo.
StatefulBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
StatefulBeanInfo() - Constructor for class org.openejb.alt.assembler.classic.StatefulBeanInfo
 
StatefulBeanManagedTxPolicy - class org.openejb.core.stateful.StatefulBeanManagedTxPolicy.
 
StatefulBeanManagedTxPolicy(TransactionContainer) - Constructor for class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
 
StatefulBeanManagedTxPolicy() - Constructor for class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
 
StatefulContainer - class org.openejb.core.stateful.StatefulContainer.
Stateful SessionBean container
StatefulContainer() - Constructor for class org.openejb.core.stateful.StatefulContainer
 
StatefulContainerManagedTxPolicy - class org.openejb.core.stateful.StatefulContainerManagedTxPolicy.
Wraps the TxPolicies for Stateful Session beans with container-managed transaction demarkation that do not implement the SessionSynchronization interface.
StatefulContainerManagedTxPolicy(TransactionPolicy) - Constructor for class org.openejb.core.stateful.StatefulContainerManagedTxPolicy
 
StatefulContext - class org.openejb.core.stateful.StatefulContext.
This class imposes restrictions on what stateful SessionBean methods can access which SessionContext methods.
StatefulContext() - Constructor for class org.openejb.core.stateful.StatefulContext
 
StatefulEJBHomeHandler - class org.openejb.client.StatefulEJBHomeHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatefulEJBHomeHandler() - Constructor for class org.openejb.client.StatefulEJBHomeHandler
 
StatefulEJBHomeHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.StatefulEJBHomeHandler
 
StatefulEJBObjectHandler - class org.openejb.client.StatefulEJBObjectHandler.
 
StatefulEJBObjectHandler() - Constructor for class org.openejb.client.StatefulEJBObjectHandler
 
StatefulEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.StatefulEJBObjectHandler
 
StatefulEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Constructor for class org.openejb.client.StatefulEJBObjectHandler
 
StatefulEjbHomeHandler - class org.openejb.core.stateful.StatefulEjbHomeHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatefulEjbHomeHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.stateful.StatefulEjbHomeHandler
 
StatefulEjbObjectHandler - class org.openejb.core.stateful.StatefulEjbObjectHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatefulEjbObjectHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.stateful.StatefulEjbObjectHandler
 
StatefulInstanceManager - class org.openejb.core.stateful.StatefulInstanceManager.
 
StatefulInstanceManager() - Constructor for class org.openejb.core.stateful.StatefulInstanceManager
CONSTRUCTOR METHODS
StatefulSessionContainer - class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer.
A subclass of StatefulSessionContainerInfo filled with data from an XML file.
StatefulSessionContainer() - Constructor for class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer
 
StatefulSessionContainerInfo - class org.openejb.alt.assembler.classic.StatefulSessionContainerInfo.
StatefulSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
StatefulSessionContainerInfo() - Constructor for class org.openejb.alt.assembler.classic.StatefulSessionContainerInfo
 
StatelessBean - class org.openejb.alt.assembler.classic.xml.StatelessBean.
A subclass of StatelessBeanInfo filled with data from an XML file.
StatelessBean() - Constructor for class org.openejb.alt.assembler.classic.xml.StatelessBean
 
StatelessBeanInfo - class org.openejb.alt.assembler.classic.StatelessBeanInfo.
StatelessBeanInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
StatelessBeanInfo() - Constructor for class org.openejb.alt.assembler.classic.StatelessBeanInfo
 
StatelessBeanManagedTxPolicy - class org.openejb.core.stateless.StatelessBeanManagedTxPolicy.
Transaction policy for Stateless Session beans with bean-managed transaction demarcation.
StatelessBeanManagedTxPolicy(TransactionContainer) - Constructor for class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
 
StatelessBeanManagedTxPolicy() - Constructor for class org.openejb.core.stateless.StatelessBeanManagedTxPolicy
 
StatelessContainer - class org.openejb.core.stateless.StatelessContainer.
Stateless SessionBean container
StatelessContainer() - Constructor for class org.openejb.core.stateless.StatelessContainer
 
StatelessContext - class org.openejb.core.stateless.StatelessContext.
This class imposes restrictions on what stateless SessionBean methods can access which SessionContext methods.
StatelessContext() - Constructor for class org.openejb.core.stateless.StatelessContext
 
StatelessEJBHomeHandler - class org.openejb.client.StatelessEJBHomeHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessEJBHomeHandler() - Constructor for class org.openejb.client.StatelessEJBHomeHandler
 
StatelessEJBHomeHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.StatelessEJBHomeHandler
 
StatelessEJBObjectHandler - class org.openejb.client.StatelessEJBObjectHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessEJBObjectHandler() - Constructor for class org.openejb.client.StatelessEJBObjectHandler
 
StatelessEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData) - Constructor for class org.openejb.client.StatelessEJBObjectHandler
 
StatelessEJBObjectHandler(EJBMetaDataImpl, ServerMetaData, ClientMetaData, Object) - Constructor for class org.openejb.client.StatelessEJBObjectHandler
 
StatelessEjbHomeHandler - class org.openejb.core.stateless.StatelessEjbHomeHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessEjbHomeHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.stateless.StatelessEjbHomeHandler
 
StatelessEjbObjectHandler - class org.openejb.core.stateless.StatelessEjbObjectHandler.
This InvocationHandler and its proxy are serializable and can be used by HomeHandle, Handle, and MetaData to persist and revive handles.
StatelessEjbObjectHandler(RpcContainer, Object, Object) - Constructor for class org.openejb.core.stateless.StatelessEjbObjectHandler
 
StatelessInstanceManager - class org.openejb.core.stateless.StatelessInstanceManager.
This instance manager has a pool limit for each bean class the pooling policy applies to how many beans maybe pooled in the method ready; it will always return a bean instance for every thread (no waiting for available instances).
StatelessInstanceManager() - Constructor for class org.openejb.core.stateless.StatelessInstanceManager
CONSTRUCTOR METHODS
StatelessSessionContainer - class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer.
A subclass of StatelessSessionContainerInfo filled with data from an XML file.
StatelessSessionContainer() - Constructor for class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer
 
StatelessSessionContainerInfo - class org.openejb.alt.assembler.classic.StatelessSessionContainerInfo.
StatelessSessionContainerInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
StatelessSessionContainerInfo() - Constructor for class org.openejb.alt.assembler.classic.StatelessSessionContainerInfo
 
Status - class org.openejb.server.Status.
 
Status() - Constructor for class org.openejb.server.Status
 
Stop - class org.openejb.server.Stop.
This class is here for backwards compatibility
Stop() - Constructor for class org.openejb.server.Stop
 
Stop - class org.openejb.server.admin.Stop.
 
Stop() - Constructor for class org.openejb.server.admin.Stop
 
Stop - class org.openejb.server.telnet.Stop.
 
Stop() - Constructor for class org.openejb.server.telnet.Stop
 
StringUtilities - class org.openejb.util.StringUtilities.
A simple string utilities class.
Supports - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
SystemClassPath - class org.openejb.loader.SystemClassPath.
 
SystemClassPath() - Constructor for class org.openejb.loader.SystemClassPath
 
SystemException - exception org.openejb.SystemException.
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests.
SystemException() - Constructor for class org.openejb.SystemException
Constructs an empty SystemException instance.
SystemException(String) - Constructor for class org.openejb.SystemException
Constructs a SystemException with the specified message indicating the source of the problem that occurred.
SystemException(Throwable) - Constructor for class org.openejb.SystemException
Constructs a SystemException with the source of the problem that occurred.
SystemException(String, Throwable) - Constructor for class org.openejb.SystemException
Constructs a SystemException with the specified message indicating the source of the problem that occurred and the original "root cause" exception that was thrown when the problem occurred.
SystemInstance - class org.openejb.loader.SystemInstance.
This class aims to be the one and only static in the entire system A static, singleton, instance of this class can be created with the init(props) method It is assumed that only one singleton per classloader is possible in any given VM Thus loading this instance in a classloader will mean there can only be one OpenEJB instance for that classloader and all children classloaders.
searchForConfiguration() - Static method in class org.openejb.alt.config.ConfigUtils
Search for the config file.
searchForConfiguration(String) - Static method in class org.openejb.alt.config.ConfigUtils
 
searchForConfiguration(String, Properties) - Static method in class org.openejb.alt.config.ConfigUtils
 
securityIdentity - Variable in class org.openejb.core.ThreadContext
TODO: Add comment
securityRoleReferences - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
securityRoles - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
securityService - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
serialize(Object) - Static method in class org.openejb.spi.Serializer
 
serializeObject(Object, OutputStream) - Method in class org.openejb.util.io.ObjectOutputStream
 
serializeObject(Object) - Method in class org.openejb.util.io.ObjectOutputStream
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ConnectionManager
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Connector
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ContainerSystem
 
serializeToDOM(Node) - Method in interface org.openejb.alt.assembler.classic.xml.DomObject
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EjbReference
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EjbReferenceLocation
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EnterpriseBean
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EntityBean
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EntityContainer
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.EnvEntry
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Facilities
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.IntraVmServer
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.JndiContext
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.JndiEnc
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ManagedConnectionFactory
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Method
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.MethodPermission
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.MethodTransaction
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Query
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Resource
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ResourceReference
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.ResourceReferenceLocation
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.RoleMapping
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityRole
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityRoleReference
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.SecurityService
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.Service
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatefulBean
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatefulSessionContainer
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatelessBean
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.StatelessSessionContainer
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.TransactionService
 
serializeToDOM(Node) - Method in class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
 
server - Variable in class org.openejb.client.EJBInvocationHandler
The ServerMetaData object containing the information needed to send invokations to the EJB Server.
server - Static variable in class org.openejb.server.httpd.HttpResponseImpl
the server to send data from
service(HttpServletRequest, HttpServletResponse) - Method in interface org.openejb.loader.Loader
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.openejb.loader.LoaderServlet.LoaderWrapper
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.openejb.loader.LoaderServlet
 
service(InputStream, OutputStream) - Method in interface org.openejb.server.ServerService
 
service(Socket) - Method in interface org.openejb.server.ServerService
 
service(Socket) - Method in class org.openejb.server.ServiceAccessController
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ServiceAccessController
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ServiceDaemon
 
service(Socket) - Method in class org.openejb.server.ServiceDaemon
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ServiceLogger
 
service(Socket) - Method in class org.openejb.server.ServiceLogger
log_on_success ----------------- Different information can be logged when a server starts: PID : the server's PID (if it's an internal xinetd service, the PID has then a value of 0) ; HOST : the client address ; USERID : the identity of the remote user, according to RFC1413 defining identification protocol; EXIT : the process exit status; DURATION : the session duration.
service(Socket) - Method in class org.openejb.server.ServicePool
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ServicePool
 
service(InputStream, OutputStream) - Method in class org.openejb.server.admin.AdminDaemon
 
service(Socket) - Method in class org.openejb.server.admin.AdminDaemon
 
service(Socket) - Method in class org.openejb.server.ejbd.EjbDaemon
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ejbd.EjbDaemon
 
service(Socket) - Method in class org.openejb.server.ejbd.EjbServer
 
service(InputStream, OutputStream) - Method in class org.openejb.server.ejbd.EjbServer
 
service(Socket) - Method in class org.openejb.server.httpd.HttpEjbServer
 
service(InputStream, OutputStream) - Method in class org.openejb.server.httpd.HttpEjbServer
 
service(Socket) - Method in class org.openejb.server.httpd.HttpServer
 
service(InputStream, OutputStream) - Method in class org.openejb.server.httpd.HttpServer
 
service(InputStream, OutputStream) - Method in class org.openejb.server.telnet.TelnetServer
 
service(Socket) - Method in class org.openejb.server.telnet.TelnetServer
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.openejb.tomcat.TomcatLoader
 
serviceName - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
serviceType - Variable in class org.openejb.alt.assembler.classic.ServiceInfo
 
set(DeploymentInfo, Object, Object) - Method in class org.openejb.core.ThreadContext
 
set(int, Object) - Method in class org.openejb.util.ArrayEnumeration
 
setAncillaryState(Object, Object) - Method in class org.openejb.core.stateful.StatefulInstanceManager
Sets the ancillary state of the bean instance with the specified primaryKey Setting the ancillary state after modifing it is not necessary, because getAncillary state returns an object reference.
setApplicationServer(ApplicationServer) - Static method in class org.openejb.server.ServerFederation
Makes the ApplicationServer implementation specified the one that will be used for all actions on this thread.
setAssemblyDescriptor(AssemblyDescriptor) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'assemblyDescriptor'.
setAttribute(String, Object) - Method in interface org.openejb.server.httpd.HttpRequest
 
setAttribute(String, Object) - Method in class org.openejb.server.httpd.HttpRequestImpl
 
setAttribute(String, Object) - Method in interface org.openejb.server.httpd.HttpSession
Binds an object to this session, using the name specified.
setAutoCommit(boolean) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setBean(Bean) - Method in class org.openejb.alt.config.ValidationException
 
setBeanManagedTransaction(boolean) - Method in class org.openejb.core.DeploymentInfo
Sets this bean deployment to container-managed or bean-managed transaction demarcation.
setCallContext(CallContext) - Static method in class org.openejb.server.ejbd.CallContext
Sets the CallContext assigned to the current thread with the CallContext instance passed in
setCatalog(String) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setChecking(boolean) - Method in class org.openejb.core.ivm.naming.ENCReference
 
setClassDescriptor(ClassDescriptor) - Method in class org.openejb.util.io.FieldDescriptor
 
setClassName(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'className'.
setClientIdentity(Object) - Method in class org.openejb.client.ClientMetaData
 
setClientIdentity(Object) - Method in class org.openejb.client.EJBRequest
 
setCmpField(int, CmpField) - Method in class org.openejb.alt.config.ejb11.Entity
Method setCmpField
setCmpField(CmpField[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setCmpField
setCmrFields(String[]) - Method in class org.openejb.core.DeploymentInfo
 
setCode(int) - Method in class org.openejb.server.httpd.HttpResponseImpl
sets the HTTP response code to be sent to the browser.
setConnectionManager(ConnectionManager) - Method in class org.openejb.alt.config.sys.Openejb
Sets the value of field 'connectionManager'.
setConnector(int, Connector) - Method in class org.openejb.alt.config.sys.Openejb
Method setConnector
setConnector(Connector[]) - Method in class org.openejb.alt.config.sys.Openejb
Method setConnector
setContainer(int, Container) - Method in class org.openejb.alt.config.sys.Openejb
Method setContainer
setContainer(Container[]) - Method in class org.openejb.alt.config.sys.Openejb
Method setContainer
setContainer(Container) - Method in class org.openejb.core.DeploymentInfo
Container must have its Container set explicitly by the Assembler to avoid a chicken and egg problem: Which is created first the container or the DeploymentInfo This assembler will invoke this method when needed.
setContainerId(String) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Sets the value of field 'containerId'.
setContainerTransaction(int, ContainerTransaction) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setContainerTransaction
setContainerTransaction(ContainerTransaction[]) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setContainerTransaction
setContent(String) - Method in interface org.openejb.alt.config.Service
 
setContent(String) - Method in class org.openejb.alt.config.sys.ConnectionManager
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.Connector
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.Container
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.JndiProvider
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.Openejb
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.ProxyFactory
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.Resource
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.SecurityService
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'content'.
setContent(String) - Method in class org.openejb.alt.config.sys.TransactionService
Sets the value of field 'content'.
setContent(URLConnection) - Method in class org.openejb.server.httpd.HttpResponseImpl
 
setContentType(String) - Method in interface org.openejb.server.httpd.HttpResponse
sets the content type to be sent back to the browser
setContentType(String) - Method in class org.openejb.server.httpd.HttpResponseImpl
sets the content type to be sent back to the browser
setCredentials(Object) - Method in class org.openejb.client.AuthenticationRequest
Sets the clients credentials.
setCtype(String) - Method in class org.openejb.alt.config.sys.Container
Sets the value of field 'ctype'.
setCurrentOperation(byte) - Method in class org.openejb.core.ThreadContext
 
setDefaultFactory(String) - Static method in class org.openejb.util.proxy.ProxyManager
Sets the default factory.
setDeploymentCode(int) - Method in class org.openejb.client.EJBRequest
 
setDeploymentId(String) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Sets the value of field 'deploymentId'.
setDeploymentId(String) - Method in class org.openejb.client.EJBRequest
 
setDeploymentInfo(DeploymentInfo) - Method in class org.openejb.core.ThreadContext
 
setDeploymentInfo(DeploymentInfo) - Method in class org.openejb.server.ejbd.CallContext
Sets the DeploymentInfo assigned to this CallContext
setDeployments(int, Deployments) - Method in class org.openejb.alt.config.sys.Openejb
Method setDeployments
setDeployments(Deployments[]) - Method in class org.openejb.alt.config.sys.Openejb
Method setDeployments
setDescription(String) - Method in class org.openejb.alt.config.ejb11.CmpField
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.Query
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.SecurityRole
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'description'.
setDescription(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'description'.
setDetails(Object) - Method in class org.openejb.alt.config.ValidationException
 
setDetails(Object, Object) - Method in class org.openejb.alt.config.ValidationException
 
setDetails(Object, Object, Object) - Method in class org.openejb.alt.config.ValidationException
 
setDetails(Object, Object, Object, Object) - Method in class org.openejb.alt.config.ValidationException
 
setDetails(Object, Object, Object, Object, Object) - Method in class org.openejb.alt.config.ValidationException
 
setDetails(Object, Object, Object, Object, Object, Object) - Method in class org.openejb.alt.config.ValidationException
 
setDir(String) - Method in class org.openejb.alt.config.sys.Deployments
Sets the value of field 'dir'.
setDirectory(File) - Method in class org.openejb.util.FileUtils
 
setDisplayName(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'displayName'.
setDisplayName(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'displayName'.
setDisplayName(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'displayName'.
setDisplayName(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'displayName'.
setEJBHome(EJBHome) - Method in class org.openejb.core.ivm.IntraVmMetaData
Sets the EJBHome stub/proxy for this bean deployment.
setEJBHomeProxy(EJBHomeProxy) - Method in class org.openejb.client.EJBHomeHandle
 
setEJBHomeProxy(EJBHomeProxy) - Method in class org.openejb.client.EJBMetaDataImpl
 
setEJBHomeProxy(EJBHomeProxy) - Method in class org.openejb.client.EJBObjectHandler
 
setEJBObjectProxy(EJBObjectProxy) - Method in class org.openejb.client.EJBObjectHandle
 
setEJBRequest(EJBRequest) - Method in class org.openejb.server.ejbd.CallContext
Sets the EJBRequest this thread is satisfying.
setEjbClass(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'ejbClass'.
setEjbClass(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'ejbClass'.
setEjbClientJar(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'ejbClientJar'.
setEjbDeployment(int, EjbDeployment) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method setEjbDeployment
setEjbDeployment(EjbDeployment[]) - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method setEjbDeployment
setEjbLink(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'ejbLink'.
setEjbLink(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'ejbLink'.
setEjbLocalRef(int, EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEjbLocalRef
setEjbLocalRef(EjbLocalRef[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEjbLocalRef
setEjbLocalRef(int, EjbLocalRef) - Method in class org.openejb.alt.config.ejb11.Session
Method setEjbLocalRef
setEjbLocalRef(EjbLocalRef[]) - Method in class org.openejb.alt.config.ejb11.Session
Method setEjbLocalRef
setEjbName(String) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Sets the value of field 'ejbName'.
setEjbName(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'ejbName'.
setEjbName(String) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'ejbName'.
setEjbName(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'ejbName'.
setEjbRef(int, EjbRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEjbRef
setEjbRef(EjbRef[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEjbRef
setEjbRef(int, EjbRef) - Method in class org.openejb.alt.config.ejb11.Session
Method setEjbRef
setEjbRef(EjbRef[]) - Method in class org.openejb.alt.config.ejb11.Session
Method setEjbRef
setEjbRefName(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'ejbRefName'.
setEjbRefName(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'ejbRefName'.
setEjbRefType(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'ejbRefType'.
setEjbRefType(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'ejbRefType'.
setEnterpriseBeans(EnterpriseBeans) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'enterpriseBeans'.
setEnterpriseBeansItem(int, EnterpriseBeansItem) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method setEnterpriseBeansItem
setEnterpriseBeansItem(EnterpriseBeansItem[]) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method setEnterpriseBeansItem
setEntity(Entity) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItem
Sets the value of field 'entity'.
setEntityBean(EntityBean) - Method in class org.openejb.core.entity.EntityInstanceManager.SyncronizationWrapper
 
setEnvEntry(int, EnvEntry) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEnvEntry
setEnvEntry(EnvEntry[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setEnvEntry
setEnvEntry(int, EnvEntry) - Method in class org.openejb.alt.config.ejb11.Session
Method setEnvEntry
setEnvEntry(EnvEntry[]) - Method in class org.openejb.alt.config.ejb11.Session
Method setEnvEntry
setEnvEntryName(String) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Sets the value of field 'envEntryName'.
setEnvEntryType(String) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Sets the value of field 'envEntryType'.
setEnvEntryValue(String) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Sets the value of field 'envEntryValue'.
setFactory(String) - Static method in class org.openejb.client.ConnectionManager
 
setField(Field) - Method in class org.openejb.util.io.FieldDescriptor
 
setFieldName(String) - Method in class org.openejb.alt.config.ejb11.CmpField
Sets the value of field 'fieldName'.
setFields(FieldDescriptor[]) - Method in class org.openejb.util.io.ClassDescriptor
 
setFile(String) - Method in class org.openejb.alt.config.sys.PropertiesFile
Sets the value of field 'file'.
setHandlerSystemProperty() - Static method in class org.openejb.util.JarUtils
 
setHeader(String, String) - Method in interface org.openejb.server.httpd.HttpResponse
sets a header to be sent back to the browser
setHeader(String, String) - Method in class org.openejb.server.httpd.HttpResponseImpl
sets a header to be sent back to the browser
setHoldability(int) - Method in class org.openejb.resource.jdbc.JdbcConnection
JDBC 3
setHome(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'home'.
setHome(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'home'.
setHome(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'home'.
setId(String) - Method in interface org.openejb.alt.config.Service
 
setId(String) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.CmpField
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.EnvEntry
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.MethodParams
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.SecurityRole
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.ConnectionManager
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.Connector
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.Container
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.JndiProvider
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.ProxyFactory
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.Resource
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.SecurityService
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'id'.
setId(String) - Method in class org.openejb.alt.config.sys.TransactionService
Sets the value of field 'id'.
setIdentity(ClientMetaData) - Method in class org.openejb.client.AuthenticationResponse
 
setIntraVmCopyMode(boolean) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
This method enables/disables the copy process of the arguments and return value to and from a regular EJB invocation.
setInvocationHandler(InvocationHandler) - Method in class org.openejb.client.proxy.Jdk13InvocationHandler
Sets the InvocationHandler that will receive all the calls on the proxy
setInvocationHandler(Object, InvocationHandler) - Method in class org.openejb.client.proxy.Jdk13ProxyFactory
Sets the invocation handler for the specified proxy instance.
setInvocationHandler(Object, InvocationHandler) - Method in interface org.openejb.client.proxy.ProxyFactory
Sets the invocation handler for the specified proxy instance.
setInvocationHandler(Object, InvocationHandler) - Static method in class org.openejb.client.proxy.ProxyManager
Casts the object passed in to the appropriate proxy type and sets the InvocationHandler assigned to it.
setInvocationHandler(InvocationHandler) - Method in class org.openejb.util.proxy.Jdk13InvocationHandler
 
setInvocationHandler(Object, InvocationHandler) - Method in class org.openejb.util.proxy.Jdk13ProxyFactory
Sets the invocation handler for the specified proxy instance.
setInvocationHandler(InvocationHandler) - Method in class org.openejb.util.proxy.Proxy
 
setInvocationHandler(Object, InvocationHandler) - Method in interface org.openejb.util.proxy.ProxyFactory
Sets the invocation handler for the specified proxy instance.
setInvocationHandler(Object, InvocationHandler) - Static method in class org.openejb.util.proxy.ProxyManager
Casts the object passed in to the appropriate proxy type and sets the InvocationHandler assigned to it.
setIsReentrant(boolean) - Method in class org.openejb.core.DeploymentInfo
 
setJar(String) - Method in interface org.openejb.alt.config.Service
 
setJar(String) - Method in class org.openejb.alt.config.sys.ConnectionManager
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.Connector
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.Container
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.Deployments
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.JndiProvider
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.ProxyFactory
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.Resource
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.SecurityService
Sets the value of field 'jar'.
setJar(String) - Method in class org.openejb.alt.config.sys.TransactionService
Sets the value of field 'jar'.
setJndi(String) - Method in class org.openejb.alt.config.sys.Resource
Sets the value of field 'jndi'.
setJndiName(String) - Method in class org.openejb.alt.config.sys.Lookup
Sets the value of field 'jndiName'.
setJndiProvider(int, JndiProvider) - Method in class org.openejb.alt.config.sys.Openejb
Method setJndiProvider
setJndiProvider(JndiProvider[]) - Method in class org.openejb.alt.config.sys.Openejb
Method setJndiProvider
setJndiProviderId(String) - Method in class org.openejb.alt.config.sys.Lookup
Sets the value of field 'jndiProviderId'.
setKeyGenerator(KeyGenerator) - Method in class org.openejb.core.DeploymentInfo
 
setLargeIcon(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'largeIcon'.
setLargeIcon(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'largeIcon'.
setLargeIcon(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'largeIcon'.
setLastValidated(String, long) - Method in class org.openejb.alt.config.ValidationTable
 
setLocal(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'local'.
setLocal(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'local'.
setLocal(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'local'.
setLocal(boolean) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
setLocalHome(String) - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Sets the value of field 'localHome'.
setLocalHome(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'localHome'.
setLocalHome(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'localHome'.
setLocale(Locale) - Static method in class org.openejb.util.Messages
 
setLogWriter(PrintWriter) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
setLogWriter(PrintWriter) - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
setLogWriter(PrintWriter) - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
setLogWriter(PrintWriter) - Method in class org.openejb.resource.jdbc.JdbcManagedConnectionFactory
 
setLogWriter(PrintWriter) - Method in class org.openejb.resource.jdbc.ManagedConnectionFactoryPathHack
 
setLogWriter(PrintWriter) - Method in interface org.openejb.spi.ConnectionManagerFactory
Provides logging capabilities, which should be passed on to ConnectionManager instances created by this factory.
setLoginTimeout(int) - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
 
setLookup(Lookup) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'lookup'.
setMethod(int, Method) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method setMethod
setMethod(Method[]) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method setMethod
setMethod(int, Method) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method setMethod
setMethod(Method[]) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method setMethod
setMethodInstance(Method) - Method in class org.openejb.client.EJBRequest
 
setMethodIntf(String) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'methodIntf'.
setMethodName(String) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'methodName'.
setMethodName(String) - Method in class org.openejb.alt.config.ejb11.QueryMethod
Sets the value of field 'methodName'.
setMethodParam(int, String) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method setMethodParam
setMethodParam(String[]) - Method in class org.openejb.alt.config.ejb11.MethodParams
Method setMethodParam
setMethodParameters(Object[]) - Method in class org.openejb.client.EJBRequest
 
setMethodParams(MethodParams) - Method in class org.openejb.alt.config.ejb11.Method
Sets the value of field 'methodParams'.
setMethodParams(MethodParams) - Method in class org.openejb.alt.config.ejb11.QueryMethod
Sets the value of field 'methodParams'.
setMethodPermission(int, MethodPermission) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setMethodPermission
setMethodPermission(MethodPermission[]) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setMethodPermission
setMethodTransactionAttribute(Method, String) - Method in class org.openejb.core.DeploymentInfo
Sets the transaction attribute of the method in the bean's class.
setName(String) - Method in class org.openejb.util.io.FieldDescriptor
 
setObject(String, Object) - Method in class org.openejb.loader.SystemInstance
 
setObjectQl(String) - Method in class org.openejb.alt.config.ejb11.Query
Sets the value of field 'objectQl'.
setOpenejbJar(OpenejbJar) - Method in class org.openejb.alt.config.EjbJarUtils
 
setPersistenceType(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'persistenceType'.
setPrimKeyClass(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'primKeyClass'.
setPrimKeyField(String) - Method in class org.openejb.core.DeploymentInfo
 
setPrimaryKey(Object) - Method in class org.openejb.client.EJBRequest
 
setPrimaryKey(Object) - Method in class org.openejb.core.ThreadContext
 
setPrimkeyField(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'primkeyField'.
setPrinciple(Object) - Method in class org.openejb.client.AuthenticationRequest
Sets the client's principle.
setProperties(Properties) - Method in interface org.openejb.spi.ConnectionManagerFactory
Configures the factory itself.
setPropertiesFile(PropertiesFile) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'propertiesFile'.
setProperty(String, String) - Method in class org.openejb.loader.SystemInstance
 
setProvider(String) - Method in interface org.openejb.alt.config.Service
 
setProvider(String) - Method in class org.openejb.alt.config.sys.ConnectionManager
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.Connector
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.Container
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.JndiProvider
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.ProxyFactory
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.Resource
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.SecurityService
Sets the value of field 'provider'.
setProvider(String) - Method in class org.openejb.alt.config.sys.TransactionService
Sets the value of field 'provider'.
setProviderType(String) - Method in class org.openejb.alt.config.sys.ServiceProvider
Sets the value of field 'providerType'.
setProxy(Object) - Method in class org.openejb.core.ivm.IntraVmHandle
Sets the EJBHome or EJBObject stub/proxy that this handle is a reference to.
setProxyFactory(ProxyFactory) - Method in class org.openejb.alt.config.sys.Openejb
Sets the value of field 'proxyFactory'.
setQuery(int, Query) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method setQuery
setQuery(Query[]) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method setQuery
setQueryMethod(QueryMethod) - Method in class org.openejb.alt.config.ejb11.Query
Sets the value of field 'queryMethod'.
setReadObjectMethod(Method) - Method in class org.openejb.util.io.ClassDescriptor
 
setReadOnly(boolean) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setReentrant(boolean) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'reentrant'.
setReference(Reference) - Method in class org.openejb.resource.jdbc.JdbcConnectionFactory
setReference is called by deployment code
setRemote(String) - Method in class org.openejb.alt.config.ejb11.EjbRef
Sets the value of field 'remote'.
setRemote(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'remote'.
setRemote(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'remote'.
setRequest(HttpRequestImpl) - Method in class org.openejb.server.httpd.HttpResponseImpl
 
setRequestMethod(int) - Method in class org.openejb.client.EJBRequest
 
setRequestMethod(int) - Method in class org.openejb.client.JNDIRequest
 
setRequestString(String) - Method in class org.openejb.client.JNDIRequest
 
setResAuth(String) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Sets the value of field 'resAuth'.
setResId(String) - Method in class org.openejb.alt.config.ejb11.ResourceLink
Sets the value of field 'resId'.
setResRefName(String) - Method in class org.openejb.alt.config.ejb11.ResourceLink
Sets the value of field 'resRefName'.
setResRefName(String) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Sets the value of field 'resRefName'.
setResType(String) - Method in class org.openejb.alt.config.ejb11.ResourceRef
Sets the value of field 'resType'.
setResource(int, Resource) - Method in class org.openejb.alt.config.sys.Openejb
Method setResource
setResource(Resource[]) - Method in class org.openejb.alt.config.sys.Openejb
Method setResource
setResourceAdapter(ResourceAdapter) - Method in class org.openejb.resource.jdbc.BasicManagedConnectionFactory
 
setResourceLink(int, ResourceLink) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method setResourceLink
setResourceLink(ResourceLink[]) - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method setResourceLink
setResourceRef(int, ResourceRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method setResourceRef
setResourceRef(ResourceRef[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setResourceRef
setResourceRef(int, ResourceRef) - Method in class org.openejb.alt.config.ejb11.Session
Method setResourceRef
setResourceRef(ResourceRef[]) - Method in class org.openejb.alt.config.ejb11.Session
Method setResourceRef
setResponse(int, Object) - Method in class org.openejb.client.EJBResponse
 
setResponseCode(int) - Method in class org.openejb.client.AuthenticationResponse
 
setResponseCode(int) - Method in class org.openejb.client.JNDIResponse
 
setResponseString(String) - Method in class org.openejb.server.httpd.HttpResponseImpl
Sets the response string to be sent to the browser
setResult(Object) - Method in class org.openejb.client.JNDIResponse
 
setRoleLink(String) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Sets the value of field 'roleLink'.
setRoleName(int, String) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method setRoleName
setRoleName(String[]) - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method setRoleName
setRoleName(String) - Method in class org.openejb.alt.config.ejb11.SecurityRole
Sets the value of field 'roleName'.
setRoleName(String) - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Sets the value of field 'roleName'.
setRollbackOnly() - Method in class org.openejb.core.CoreContext
 
setRollbackOnly() - Method in class org.openejb.core.CoreUserTransaction
 
setRollbackOnly() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
setRollbackOnly() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransaction
 
setRollbackOnly() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
setSavepoint() - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setSavepoint(String) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setSecurityIdentity(Object) - Method in class org.openejb.core.ThreadContext
 
setSecurityIdentity(Object) - Method in class org.openejb.ri.sp.PseudoSecurityService
 
setSecurityIdentity(Object) - Method in interface org.openejb.spi.SecurityService
 
setSecurityRole(int, SecurityRole) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setSecurityRole
setSecurityRole(SecurityRole[]) - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method setSecurityRole
setSecurityRoleRef(int, SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Entity
Method setSecurityRoleRef
setSecurityRoleRef(SecurityRoleRef[]) - Method in class org.openejb.alt.config.ejb11.Entity
Method setSecurityRoleRef
setSecurityRoleRef(int, SecurityRoleRef) - Method in class org.openejb.alt.config.ejb11.Session
Method setSecurityRoleRef
setSecurityRoleRef(SecurityRoleRef[]) - Method in class org.openejb.alt.config.ejb11.Session
Method setSecurityRoleRef
setSecurityService(SecurityService) - Method in class org.openejb.alt.config.sys.Openejb
Sets the value of field 'securityService'.
setSerialVersionUID(long) - Method in class org.openejb.util.io.ClassDescriptor
 
setServer(ServerMetaData) - Method in class org.openejb.client.AuthenticationResponse
 
setServiceProvider(int, ServiceProvider) - Method in class org.openejb.alt.config.sys.ServicesJar
Method setServiceProvider
setServiceProvider(ServiceProvider[]) - Method in class org.openejb.alt.config.sys.ServicesJar
Method setServiceProvider
setSession(Session) - Method in class org.openejb.alt.config.ejb11.EnterpriseBeansItem
Sets the value of field 'session'.
setSessionType(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'sessionType'.
setSize(int) - Method in class org.openejb.util.ArrayStack
Sets the size of the stack and prunes entries from the top of the stack that exceed the stack's new size.
setSmallIcon(String) - Method in class org.openejb.alt.config.ejb11.EjbJar
Sets the value of field 'smallIcon'.
setSmallIcon(String) - Method in class org.openejb.alt.config.ejb11.Entity
Sets the value of field 'smallIcon'.
setSmallIcon(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'smallIcon'.
setStatusCode(int) - Method in interface org.openejb.server.httpd.HttpResponse
sets the HTTP response code to be sent to the browser.
setStatusCode(int) - Method in class org.openejb.server.httpd.HttpResponseImpl
 
setStatusMessage(String) - Method in interface org.openejb.server.httpd.HttpResponse
Sets the response string to be sent to the browser
setStatusMessage(String) - Method in class org.openejb.server.httpd.HttpResponseImpl
 
setSuperclass(ClassDescriptor) - Method in class org.openejb.util.io.ClassDescriptor
 
setThreadContext(ThreadContext) - Static method in class org.openejb.core.ThreadContext
 
setTransAttribute(String) - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Sets the value of field 'transAttribute'.
setTransactionIsolation(int) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setTransactionService(TransactionService) - Method in class org.openejb.alt.config.sys.Openejb
Sets the value of field 'transactionService'.
setTransactionTimeout(int) - Method in class org.openejb.core.CoreUserTransaction
 
setTransactionTimeout(int) - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
setTransactionTimeout(int) - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
setTransactionType(String) - Method in class org.openejb.alt.config.ejb11.Session
Sets the value of field 'transactionType'.
setTypeCode(char) - Method in class org.openejb.util.io.FieldDescriptor
 
setTypeMap(Map) - Method in class org.openejb.resource.jdbc.JdbcConnection
 
setUnspecified(Object) - Method in class org.openejb.core.ThreadContext
 
setValidated(String) - Method in class org.openejb.alt.config.ValidationTable
 
setWriteObjectMethod(Method) - Method in class org.openejb.util.io.ClassDescriptor
 
size() - Method in class org.openejb.util.ArrayEnumeration
 
size() - Method in class org.openejb.util.LinkedListStack
 
size() - Method in interface org.openejb.util.Stack
 
size() - Method in class org.openejb.util.io.ObjectOutputStream
Returns the current size of the buffer.
smallIcon - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
sqlConn - Variable in class org.openejb.resource.jdbc.JdbcLocalTransaction
 
start() - Method in interface org.openejb.server.ServerService
 
start() - Method in class org.openejb.server.ServiceAccessController
 
start() - Method in class org.openejb.server.ServiceDaemon
 
start() - Method in class org.openejb.server.ServiceLogger
 
start() - Method in class org.openejb.server.ServiceManager
 
start() - Method in class org.openejb.server.ServicePool
 
start() - Method in class org.openejb.server.Start
 
start() - Method in class org.openejb.server.admin.AdminDaemon
 
start() - Method in class org.openejb.server.ejbd.EjbServer
 
start() - Method in class org.openejb.server.httpd.HttpEjbServer
 
start() - Method in class org.openejb.server.httpd.HttpServer
 
start() - Method in class org.openejb.server.telnet.TelnetServer
 
statefulContainers - Variable in class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
statefulContainers - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
statelessContainers - Variable in class org.openejb.alt.assembler.classic.ContainerManagerInfo
 
statelessContainers - Variable in class org.openejb.alt.assembler.classic.ContainerSystemInfo
 
status() - Method in class org.openejb.server.Status
 
stop() - Method in interface org.openejb.server.ServerService
 
stop() - Method in class org.openejb.server.ServiceAccessController
 
stop() - Method in class org.openejb.server.ServiceDaemon
 
stop() - Method in class org.openejb.server.ServiceLogger
 
stop() - Method in class org.openejb.server.ServiceManager
 
stop() - Method in class org.openejb.server.ServicePool
 
stop() - Method in class org.openejb.server.admin.AdminDaemon
 
stop(String, int) - Static method in class org.openejb.server.admin.Stop
 
stop() - Method in class org.openejb.server.admin.Stop
 
stop() - Method in class org.openejb.server.ejbd.EjbServer
 
stop() - Method in class org.openejb.server.httpd.HttpEjbServer
 
stop() - Method in class org.openejb.server.httpd.HttpServer
 
stop() - Method in class org.openejb.server.telnet.TelnetServer
 
storeStatement(String) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
storing(Object, Object) - Method in class org.openejb.alt.containers.castor_cmp11.CMPLogger
 
storing(Object, boolean) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object is to be stored in persistent storage.
strictPooling - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
stringArrayToCommaDelimitedStringList(String[]) - Static method in class org.openejb.util.StringUtilities
Changes a string array into a comma delimted list
subTree - Variable in class org.openejb.core.ivm.naming.NameNode
 
suspend() - Method in class org.openejb.core.TransactionManagerWrapper
Delegates the call to the Transaction Manager passed into the constructor.
suspend() - Method in class org.openejb.ri.sp.PseudoTransactionService.MyTransactionManager
 
suspendTransaction() - Method in class org.openejb.core.transaction.TransactionPolicy
 
sys - Static variable in class org.openejb.alt.config.ConfigurationFactory
 

T

TEXT_XML - Static variable in class org.openejb.server.httpd.HttpRequestImpl
 
THREAD_CONTEXT_IMPL - Static variable in class org.openejb.core.EnvProps
By default the ThreadContext class uses its own class definition for instances but this can overriden by binding this variable to fully qualified class name of a type that subclasses ThreadContext.
TOSTRING - Static variable in class org.openejb.client.EJBInvocationHandler
 
TRACE - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP TRACE type
TRANSACTION_SERVICE - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
TRANSACTION_SERVICE - Static variable in interface org.openejb.alt.assembler.classic.ServiceTypeConstants
 
TRANSACTION_SERVICE - Static variable in class org.openejb.alt.assembler.classic.xml.Facilities
Represents the transaction-service element in the XML config file.
TRANSACTION_TYPE - Static variable in class org.openejb.alt.assembler.classic.xml.StatefulBean
Represents the transaction-type element in the XML config file.
TRANSACTION_TYPE - Static variable in class org.openejb.alt.assembler.classic.xml.StatelessBean
Represents the transaction-type element in the XML config file.
TRANS_ATTRIBUTE - Static variable in class org.openejb.alt.assembler.classic.xml.MethodTransaction
Represents the trans-attribute element in the XML config file.
TTY_BG_Black - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Blue - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Cyan - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Green - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Magenta - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Red - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_White - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_BG_Yellow - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Blink - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Bright - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Dim - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Black - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Blue - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Cyan - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Green - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Magenta - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Red - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_White - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_FG_Yellow - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Hidden - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Reset - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Reverse - Static variable in class org.openejb.server.telnet.TextConsole
 
TTY_Underscore - Static variable in class org.openejb.server.telnet.TextConsole
 
TX_MANDITORY - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of Manditory.
TX_NEVER - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of Never.
TX_NOT_SUPPORTED - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of NotSupported.
TX_REQUIRED - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of Required.
TX_REQUIRES_NEW - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of RequiresNew.
TX_SUPPORTS - Static variable in interface org.openejb.DeploymentInfo
The constant that will be returned from the getTransactionAttribute method if the bean's method has the transaction attribute of Supports.
TelnetCodes - interface org.openejb.server.telnet.TelnetCodes.
 
TelnetInputStream - class org.openejb.server.telnet.TelnetInputStream.
 
TelnetInputStream(InputStream, OutputStream) - Constructor for class org.openejb.server.telnet.TelnetInputStream
We haven yet implemented any Telnet options, so we just explicitly disable some common options for safety sake.
TelnetPrintStream - class org.openejb.server.telnet.TelnetPrintStream.
 
TelnetPrintStream(OutputStream) - Constructor for class org.openejb.server.telnet.TelnetPrintStream
 
TelnetServer - class org.openejb.server.telnet.TelnetServer.
 
TelnetServer() - Constructor for class org.openejb.server.telnet.TelnetServer
 
TempCodebase - class org.openejb.alt.config.TempCodebase.
 
TempCodebase(String) - Constructor for class org.openejb.alt.config.TempCodebase
 
Test - class org.openejb.server.telnet.Test.
 
Test() - Constructor for class org.openejb.server.telnet.Test
 
TextConsole - class org.openejb.server.telnet.TextConsole.
 
TextConsole() - Constructor for class org.openejb.server.telnet.TextConsole
 
ThreadContext - class org.openejb.core.ThreadContext.
TODO: Add comment
ThreadContext() - Constructor for class org.openejb.core.ThreadContext
 
TomcatClassPath - class org.openejb.loader.TomcatClassPath.
 
TomcatClassPath() - Constructor for class org.openejb.loader.TomcatClassPath
 
TomcatClassPath(ClassLoader) - Constructor for class org.openejb.loader.TomcatClassPath
 
TomcatEjbFactory - class org.openejb.client.TomcatEjbFactory.
Tomcat EJB factory.
TomcatEjbFactory() - Constructor for class org.openejb.client.TomcatEjbFactory
 
TomcatJndiSupport - class org.openejb.tomcat.TomcatJndiSupport.
 
TomcatJndiSupport(RpcContainer) - Constructor for class org.openejb.tomcat.TomcatJndiSupport
 
TomcatLoader - class org.openejb.tomcat.TomcatLoader.
 
TomcatLoader() - Constructor for class org.openejb.tomcat.TomcatLoader
 
TransactionContainer - interface org.openejb.core.transaction.TransactionContainer.
 
TransactionContext - class org.openejb.core.transaction.TransactionContext.
 
TransactionContext() - Constructor for class org.openejb.core.transaction.TransactionContext
 
TransactionContext(ThreadContext) - Constructor for class org.openejb.core.transaction.TransactionContext
 
TransactionManagerWrapper - class org.openejb.core.TransactionManagerWrapper.
This class intercepts requests to the TransactonManager so that it can provide wrappers for javax.transaction.Transaction objects.
TransactionManagerWrapper(TransactionManager) - Constructor for class org.openejb.core.TransactionManagerWrapper
Constructor
TransactionPolicy - class org.openejb.core.transaction.TransactionPolicy.
Use container callbacks so containers can implement any special behavior Callbacks are similar to sessionsynchronization with the addition of discardInstace createSystemException
TransactionPolicy() - Constructor for class org.openejb.core.transaction.TransactionPolicy
 
TransactionService - class org.openejb.alt.assembler.classic.xml.TransactionService.
A subclass of TransactionServiceInfo filled with data from an XML file.
TransactionService() - Constructor for class org.openejb.alt.assembler.classic.xml.TransactionService
 
TransactionService - class org.openejb.alt.config.sys.TransactionService.
Class TransactionService.
TransactionService() - Constructor for class org.openejb.alt.config.sys.TransactionService
 
TransactionService - interface org.openejb.spi.TransactionService.
 
TransactionServiceDescriptor - class org.openejb.alt.config.sys.TransactionServiceDescriptor.
Class TransactionServiceDescriptor.
TransactionServiceDescriptor() - Constructor for class org.openejb.alt.config.sys.TransactionServiceDescriptor
 
TransactionServiceInfo - class org.openejb.alt.assembler.classic.TransactionServiceInfo.
TransactionServiceInfo is part of the OpenEjbConfiguration object structure that provides the information about the configuration of OpenEJB and the container system.
TransactionServiceInfo() - Constructor for class org.openejb.alt.assembler.classic.TransactionServiceInfo
 
TxManditory - class org.openejb.core.transaction.TxManditory.
17.6.2.5 Mandatory The Container must invoke an enterprise Bean method whose transaction attribute is set to Mandatory in a client's transaction context.
TxManditory(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxManditory
 
TxManditory() - Constructor for class org.openejb.core.transaction.TxManditory
 
TxNever - class org.openejb.core.transaction.TxNever.
17.6.2.6 Never The Container invokes an enterprise Bean method whose transaction attribute is set to Never without a transaction context defined by the EJB spec.
TxNever(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxNever
 
TxNever() - Constructor for class org.openejb.core.transaction.TxNever
 
TxNotSupported - class org.openejb.core.transaction.TxNotSupported.
17.6.2.1 NotSupported The Container invokes an enterprise Bean method whose transaction attribute is set to NotSupported with an unspecified transaction context.
TxNotSupported(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxNotSupported
 
TxNotSupported() - Constructor for class org.openejb.core.transaction.TxNotSupported
 
TxRequired - class org.openejb.core.transaction.TxRequired.
17.6.2.2 Required The Container must invoke an enterprise Bean method whose transaction attribute is set to Required with a valid transaction context.
TxRequired(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxRequired
 
TxRequired() - Constructor for class org.openejb.core.transaction.TxRequired
 
TxRequiresNew - class org.openejb.core.transaction.TxRequiresNew.
17.6.2.4 RequiresNew The Container must invoke an enterprise Bean method whose transaction attribute is set to RequiresNew with a new transaction context.
TxRequiresNew(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxRequiresNew
 
TxRequiresNew() - Constructor for class org.openejb.core.transaction.TxRequiresNew
 
TxSupports - class org.openejb.core.transaction.TxSupports.
17.6.2.3 Supports The Container invokes an enterprise Bean method whose transaction attribute is set to Supports as follows.
TxSupports(TransactionContainer) - Constructor for class org.openejb.core.transaction.TxSupports
 
TxSupports() - Constructor for class org.openejb.core.transaction.TxSupports
 
tempCodebases - Static variable in class org.openejb.alt.config.TempCodebase
 
theProxy - Variable in class org.openejb.core.ivm.IntraVmHandle
The Proxy subclass that represents the bean deployment's EJBHome or EJBObject.
threadStorage - Static variable in class org.openejb.core.ThreadContext
TODO: Add comment
threads - Static variable in class org.openejb.server.ejbd.CallContext
Hashtable of threads executing in this server
throwAppExceptionToServer(Throwable) - Method in class org.openejb.core.transaction.TransactionPolicy
 
throwExceptionToServer(Throwable) - Method in class org.openejb.core.stateful.SessionSynchronizationCoordinator
Throw RemoteException to remote client; throw EJBException to local client.
throwExceptionToServer(Throwable) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
 
throwExceptionToServer(Throwable) - Method in class org.openejb.core.transaction.TransactionPolicy
Throw RemoteException to remote client; throw EJBException to local client.
throwTxExceptionToServer(Throwable) - Method in class org.openejb.core.stateful.StatefulBeanManagedTxPolicy
 
throwTxExceptionToServer(Throwable) - Method in class org.openejb.core.transaction.TransactionPolicy
 
timeOUT - Variable in class org.openejb.core.stateful.StatefulInstanceManager
Represents the time-out period for a stateful bean instance in milliseconds.
timeOutInterval - Variable in class org.openejb.core.stateful.BeanEntry
 
timeStamp - Variable in class org.openejb.core.stateful.BeanEntry
 
toByteArray() - Method in class org.openejb.util.io.ObjectOutputStream
Creates a newly allocated byte array.
toString() - Method in class org.openejb.client.EJBRequest
 
toString() - Method in class org.openejb.client.EJBResponse
 
toString() - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
toString() - Method in class org.openejb.core.ivm.naming.ParsedName
 
toString() - Method in class org.openejb.resource.jdbc.JdbcManagedConnection
 
toString() - Method in class org.openejb.server.httpd.HttpResponseImpl
Creates a string version of the response similar to: HTTP/1.1 200 OK
toString() - Method in class org.openejb.util.io.ClassDescriptor
Return a string describing this ClassDescriptor.
toolkit - Variable in class org.openejb.alt.assembler.classic.Assembler
 
toolkit - Static variable in class org.openejb.alt.assembler.classic.AssemblerTool
 
toolkit - Static variable in class org.openejb.alt.assembler.classic.xml.DomTools
 
toolkit - Variable in class org.openejb.core.entity.EntityInstanceManager
 
toolkit - Variable in class org.openejb.core.stateful.StatefulInstanceManager
 
toolkit - Variable in class org.openejb.core.stateless.StatelessInstanceManager
 
transAttribute - Variable in class org.openejb.alt.assembler.classic.MethodTransactionInfo
 
transaction - Variable in class org.openejb.core.stateful.BeanEntry
 
transactionService - Variable in class org.openejb.alt.assembler.classic.FacilitiesInfo
 
transactionType - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
translateTo(Object, Class) - Method in class org.openejb.ri.sp.PseudoSecurityService
 
translateTo(Object, Class) - Method in interface org.openejb.spi.SecurityService
Attempts to convert an opaque securityIdentity to a concrete target type.
txLogger - Static variable in class org.openejb.core.transaction.TransactionPolicy
 
txReadyPool - Variable in class org.openejb.core.entity.EntityInstanceManager
 
txReadyPoolMap - Variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
type - Variable in class org.openejb.ProxyInfo
 
type - Variable in class org.openejb.alt.assembler.classic.EnterpriseBeanInfo
 
type - Variable in class org.openejb.alt.assembler.classic.EnvEntryInfo
 
type - Variable in class org.openejb.client.EJBMetaDataImpl
 
type - Variable in class org.openejb.core.ivm.IntraVmMetaData
The type of bean that this MetaData implementation represents.
type - Variable in class org.openejb.util.io.FieldDescriptor
 
typeCode - Variable in class org.openejb.util.io.FieldDescriptor
 
typeString - Variable in class org.openejb.util.io.FieldDescriptor
 

U

UNSET_ENTITY_CONTEXT_METHOD - Static variable in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
 
UNSUPPORTED - Static variable in interface org.openejb.server.httpd.HttpRequest
the HTTP UNSUPPORTED type
USER_NAME - Static variable in class org.openejb.core.EnvProps
The UserName string for a connector
USER_TRANSACTION_METHOD - Static variable in class org.openejb.core.CoreContext
 
Unmarshaller - class org.openejb.alt.config.Unmarshaller.
 
Unmarshaller(Class, String) - Constructor for class org.openejb.alt.config.Unmarshaller
 
unbind(String) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
unbind(Name) - Method in class org.openejb.client.JNDIContext
Throws a javax.naming.OperationNotSupportedException.
unbind(String) - Method in class org.openejb.core.ivm.naming.IvmContext
 
unbind(Name) - Method in class org.openejb.core.ivm.naming.IvmContext
 
unbindThread(Object) - Method in class org.openejb.tomcat.TomcatJndiSupport
 
unknownCommand - Static variable in class org.openejb.server.telnet.Command
 
unloadTempCodebase(String) - Static method in class org.openejb.alt.config.TempCodebase
 
unmarshal(Class, String, String) - Static method in class org.openejb.alt.config.Unmarshaller
 
unmarshal(String) - Method in class org.openejb.alt.config.Unmarshaller
 
unmarshal(URL) - Method in class org.openejb.alt.config.Unmarshaller
 
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.CmpField
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.EjbDeployment
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.EjbJar
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.EjbRef
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.Entity
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.EnvEntry
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.Method
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.MethodParams
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.MethodPermission
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.OpenejbJar
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.Query
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.QueryMethod
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.ResourceLink
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.ResourceRef
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.SecurityRole
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.ejb11.Session
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.ConnectionManager
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Connector
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Container
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Deployments
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.JndiProvider
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Lookup
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Openejb
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.PropertiesFile
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.ProxyFactory
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.Resource
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.SecurityService
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.ServiceProvider
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.ServicesJar
Method unmarshal
unmarshal(Reader) - Static method in class org.openejb.alt.config.sys.TransactionService
Method unmarshal
unmarshalEjbLocalRef(Reader) - Static method in class org.openejb.alt.config.ejb11.EjbLocalRef
Method unmarshalEjbLocalRef
unmarshalFromDirectory(File) - Method in class org.openejb.alt.config.Unmarshaller
 
unmarshalFromJar(File) - Method in class org.openejb.alt.config.Unmarshaller
 
unregisterFactory(String) - Static method in class org.openejb.util.proxy.ProxyManager
 
unspecified - Variable in class org.openejb.core.ThreadContext
Unspecified is any object that a customer container may want to attach to the current thread context.
updated(Object) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object has been updated at the end of a "long" transaction.
using(Object, Database) - Method in class org.openejb.alt.containers.castor_cmp11.CastorCMP11_EntityContainer
Called to indicate that an object has been made persistent.

V

ValidationError - exception org.openejb.alt.config.ValidationError.
 
ValidationError(String) - Constructor for class org.openejb.alt.config.ValidationError
 
ValidationException - exception org.openejb.alt.config.ValidationException.
 
ValidationException(String) - Constructor for class org.openejb.alt.config.ValidationException
 
ValidationFailure - exception org.openejb.alt.config.ValidationFailure.
 
ValidationFailure(String) - Constructor for class org.openejb.alt.config.ValidationFailure
 
ValidationRule - interface org.openejb.alt.config.ValidationRule.
 
ValidationTable - class org.openejb.alt.config.ValidationTable.
Beans should be validated, but only when: - the validator version has changed since last validation - the jar has changed since last validation - the jar has never been validated This class works, but it causes problems elsewhere.
ValidationWarning - exception org.openejb.alt.config.ValidationWarning.
 
ValidationWarning(String) - Constructor for class org.openejb.alt.config.ValidationWarning
 
Version - class org.openejb.server.telnet.Version.
 
Version() - Constructor for class org.openejb.server.telnet.Version
 
valid - Variable in class org.openejb.core.ThreadContext
TODO: Add comment
valid() - Method in class org.openejb.core.ThreadContext
 
validate() - Method in interface org.openejb.alt.config.Service
 
validate(EjbSet) - Method in interface org.openejb.alt.config.ValidationRule
 
validate() - Method in class org.openejb.alt.config.ejb11.AssemblyDescriptor
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.CmpField
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.ContainerTransaction
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EjbDeployment
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EjbJar
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EjbLocalRef
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EjbRef
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EnterpriseBeans
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.Entity
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.EnvEntry
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.Method
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.MethodParams
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.MethodPermission
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.OpenejbJar
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.Query
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.QueryMethod
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.ResourceLink
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.ResourceRef
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.SecurityRole
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.SecurityRoleRef
Method validate
validate() - Method in class org.openejb.alt.config.ejb11.Session
Method validate
validate(EjbSet) - Method in class org.openejb.alt.config.rules.CheckClasses
 
validate(EjbSet) - Method in class org.openejb.alt.config.rules.CheckMethods
 
validate() - Method in class org.openejb.alt.config.sys.ConnectionManager
Method validate
validate() - Method in class org.openejb.alt.config.sys.Connector
Method validate
validate() - Method in class org.openejb.alt.config.sys.Container
Method validate
validate() - Method in class org.openejb.alt.config.sys.Deployments
Method validate
validate() - Method in class org.openejb.alt.config.sys.JndiProvider
Method validate
validate() - Method in class org.openejb.alt.config.sys.Lookup
Method validate
validate() - Method in class org.openejb.alt.config.sys.Openejb
Method validate
validate() - Method in class org.openejb.alt.config.sys.PropertiesFile
Method validate
validate() - Method in class org.openejb.alt.config.sys.ProxyFactory
Method validate
validate() - Method in class org.openejb.alt.config.sys.Resource
Method validate
validate() - Method in class org.openejb.alt.config.sys.SecurityService
Method validate
validate() - Method in class org.openejb.alt.config.sys.ServiceProvider
Method validate
validate() - Method in class org.openejb.alt.config.sys.ServicesJar
Method validate
validate() - Method in class org.openejb.alt.config.sys.TransactionService
Method validate
validateJar(EjbJarUtils, ClassLoader) - Method in class org.openejb.alt.config.EjbValidator
 
value - Variable in class org.openejb.alt.assembler.classic.EnvEntryInfo
 

W

WILL - Static variable in interface org.openejb.server.telnet.TelnetCodes
Indicates the desire to begin performing, or confirmation that you are now performing, the indicated option.
WONT - Static variable in interface org.openejb.server.telnet.TelnetCodes
Indicates the refusal to perform, or continue performing, the indicated option.
WebAppClassPath - class org.openejb.loader.WebAppClassPath.
 
WebAppClassPath() - Constructor for class org.openejb.loader.WebAppClassPath
 
WebAppClassPath(ClassLoader) - Constructor for class org.openejb.loader.WebAppClassPath
 
warning(String) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object, Object, Object, Object, Object, Object) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String, Throwable, Object[]) - Method in class org.openejb.util.Logger.I18N
An internationalized wrapper call to log4j's warning method
warning(String) - Method in class org.openejb.util.Logger
A wrapper call to log4j's warning method
warning(String, Throwable) - Method in class org.openejb.util.Logger
An wrapper call to log4j's warning method
write(Object, ObjectOutputStream) - Method in class org.openejb.util.io.FieldDescriptor
 
write(int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes the specified byte to this byte array output stream.
write(byte[], int, int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes len bytes from the specified byte array starting at offset off to this byte array output stream.
writeBoolean(boolean) - Method in class org.openejb.util.io.ObjectOutputStream
Writes a boolean to the underlying output stream as a 1-byte value.
writeByte(int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes out a byte to the underlying output stream as a 1-byte value.
writeBytes(String) - Method in class org.openejb.util.io.ObjectOutputStream
Writes out the string to the underlying output stream as a sequence of bytes.
writeChar(int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes a char to the underlying output stream as a 2-byte value, high byte first.
writeChars(String) - Method in class org.openejb.util.io.ObjectOutputStream
Writes a string to the underlying output stream as a sequence of characters.
writeClassInfo(ObjectOutputStream) - Method in class org.openejb.util.io.ClassDescriptor
 
writeConfig(String, Openejb) - Static method in class org.openejb.alt.config.ConfigUtils
 
writeDesc(ObjectOutputStream) - Method in class org.openejb.util.io.FieldDescriptor
 
writeDouble(double) - Method in class org.openejb.util.io.ObjectOutputStream
Converts the double argument to a long using the doubleToLongBits method in class Double, and then writes that long value to the underlying output stream as an 8-byte quantity, high byte first.
writeEjbJar(String) - Method in class org.openejb.alt.config.EjbJarUtils
 
writeException(Throwable) - Method in class org.openejb.util.io.ObjectOutputStream
 
writeExternal(ObjectOutput) - Method in class org.openejb.client.AuthenticationRequest
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.AuthenticationResponse
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.ClientMetaData
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBHomeHandle
 
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBHomeHandler
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBHomeProxyHandle
Writes the instanceHandle to the stream.
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBMetaDataImpl
 
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBObjectHandle
 
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBObjectProxyHandle
Writes the instanceHandle to the stream.
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBRequest
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.EJBResponse
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.JNDIRequest
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.JNDIResponse
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in interface org.openejb.client.Request
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in interface org.openejb.client.Response
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeExternal(ObjectOutput) - Method in class org.openejb.client.ServerMetaData
 
writeExternal(ObjectOutput) - Method in class org.openejb.core.ivm.IntraVmArtifact
Writes the instanceHandle to the stream.
writeExternal(ObjectOutput) - Method in class org.openejb.util.ArrayEnumeration
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings, and arrays.
writeFloat(float) - Method in class org.openejb.util.io.ObjectOutputStream
Converts the float argument to an int using the floatToIntBits method in class Float, and then writes that int value to the underlying output stream as a 4-byte quantity, high byte first.
writeInt(int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes an int to the underlying output stream as four bytes, high byte first.
writeLong(long) - Method in class org.openejb.util.io.ObjectOutputStream
Writes a long to the underlying output stream as eight bytes, high byte first.
writeMessage(OutputStream) - Method in class org.openejb.server.httpd.HttpResponseImpl
Takes care of sending the response line, headers and body HTTP/1.1 200 OK Server: Netscape-Enterprise/3.6 SP3 Date: Thu, 07 Jun 2001 17:30:42 GMT Content-Type: text/html Connection: close
writeMethodParameters(ObjectOutput, Class[], Object[]) - Method in class org.openejb.client.EJBRequest
 
writeObject(Object) - Method in class org.openejb.util.io.ObjectOutputStream
 
writeOpenejbJar(String, OpenejbJar) - Static method in class org.openejb.alt.config.EjbJarUtils
 
writeReplace() - Method in interface org.openejb.client.EJBHomeProxy
Write the Handler to the stream.
writeReplace() - Method in interface org.openejb.client.EJBObjectProxy
Write the Handler to the stream.
writeReplace() - Method in class org.openejb.core.ivm.IntraVmHandle
If the handle is being copied between bean instances in a RPC call we use the IntraVmArtifact If the handle is referenced by a stateful bean that is being passivated by the container, we allow this object to be serialized.
writeReplace() - Method in class org.openejb.core.ivm.IntraVmMetaData
If the meta data is being copied between bean instances in a RPC call we use the IntraVmArtifact
writeReplace() - Method in interface org.openejb.core.ivm.IntraVmProxy
If the proxy is being copied between bean instances in a RPC call we use the IntraVmArtifact If the proxy is referenced by a stateful bean that is being passivated by the container we allow this object to be serialized.
writeReplace() - Method in class org.openejb.core.ivm.naming.IvmContext
 
writeReset() - Method in class org.openejb.util.io.ObjectOutputStream
 
writeServicesJar(String, ServicesJar) - Static method in class org.openejb.alt.config.ServiceUtils
 
writeShort(int) - Method in class org.openejb.util.io.ObjectOutputStream
Writes a short to the underlying output stream as two bytes, high byte first.
writeString(String) - Method in class org.openejb.util.io.ObjectOutputStream
 
writeUTF(String) - Method in class org.openejb.util.io.ObjectOutputStream
 

X

XmlOpenEJBConfiguration - class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration.
 
XmlOpenEJBConfiguration() - Constructor for class org.openejb.alt.assembler.classic.xml.XmlOpenEJBConfiguration
 

_

_DONT_register() - Static method in class org.openejb.server.telnet.Prompt
 
_DONT_register() - Static method in class org.openejb.server.telnet.Test
 
_addJarToPath(URL) - Method in class org.openejb.loader.TomcatClassPath
 
_invoke(Object, Method, Object[]) - Method in class org.openejb.client.EJBHomeHandler
 
_invoke(Object, Method, Object[]) - Method in class org.openejb.client.EJBInvocationHandler
Overridden by subclasses and called by EJBInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]).
_invoke(Object, Method, Object[]) - Method in class org.openejb.client.EJBObjectHandler
 
_invoke(Object, Method, Object[]) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
Overridden by subclasses and called by BaseEjbProxyHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[]).
_invoke(Object, Method, Object[]) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
 
_invoke(Object, Method, Object[]) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
 
_logger - Variable in class org.openejb.util.Logger
 
_loggers - Static variable in class org.openejb.util.Logger
 
_messages - Static variable in class org.openejb.alt.config.Deploy
 
_messages - Static variable in class org.openejb.alt.config.EjbValidator
 
_messages - Variable in class org.openejb.util.Logger.I18N
 
_proxyError$(Throwable) - Method in class org.openejb.util.proxy.Proxy
 
_proxyError$(ApplicationException) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$lookupMethod(int, String, Class[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$lookupMethod(Class, Method[], int, String, Class[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_Object(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_boolean(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_byte(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_char(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_double(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_float(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_int(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_long(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_short(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_AppException$returns_void(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_Object(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_boolean(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_byte(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_char(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_double(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_float(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_int(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_long(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_short(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_proxyMethod$throws_default$returns_void(int, String, Class[], Object[]) - Method in class org.openejb.util.proxy.Proxy
 
_readConfig(String) - Static method in class org.openejb.alt.config.ConfigUtils
 
_writeReplace(Object) - Method in class org.openejb.core.ivm.BaseEjbProxyHandler
 
_writeReplace(Object) - Method in class org.openejb.core.ivm.EjbHomeProxyHandler
The writeReplace method is invoked on the proxy when it enters the serialization process.
_writeReplace(Object) - Method in class org.openejb.core.ivm.EjbObjectProxyHandler
The writeReplace method is invoked on the proxy when it enters the serialization process.

A B C D E F G H I J K L M N O P Q R S T U V W X _

Copyright © 1999-2007 OpenEJB. All Rights Reserved.