|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpenEJBException | |
---|---|
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 | The classes and interfaces directly under this package define the basic parts of the OpenEJB assembler system architecture. |
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 | The classes and interfaces directly under this package define the basic parts of the OpenEJB configuration architecture. |
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.core | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
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 | The IntraVM server. |
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.stateful | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.core.stateless | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.server | |
org.openejb.spi | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.tomcat | |
org.openejb.util | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
org.openejb.util.proxy | The core classes of the container system implementing the interfaces defined by the OpenEJB container system architecture. |
Uses of OpenEJBException in org.openejb |
---|
Subclasses of OpenEJBException in org.openejb | |
---|---|
class |
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. |
class |
InvalidateReferenceException
This type is thrown when the EnterpriseBean throws a RuntimeException or system exception that results in the eviction of the bean instance. |
class |
SystemException
This exception is thrown when the container has encountered an unresolvable system exception that make this Container unable to process requests. |
Methods in org.openejb that throw OpenEJBException | |
---|---|
void |
Container.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
void |
Container.init(java.lang.Object containerId,
java.util.HashMap deployments,
java.util.Properties properties)
This method is used to initalized a new container with its name, deployments and properties. |
static void |
OpenEJB.init(java.util.Properties props)
|
static void |
OpenEJB.init(java.util.Properties initProps,
ApplicationServer appServer)
|
java.lang.Object |
RpcContainer.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
Invokes a method on an instance of the specified bean deployment. |
Uses of OpenEJBException in org.openejb.alt.assembler.classic |
---|
Methods in org.openejb.alt.assembler.classic that throw OpenEJBException | |
---|---|
void |
AssemblerTool.applyProxyFactory(IntraVmServerInfo ivmInfo)
This method constructs a ProxyFactory from teh IntraVmServerInfo conf class and automatically registers that ProxyFactory with the ProxyManager as the default proxy. |
javax.resource.spi.ConnectionManager |
AssemblerTool.assembleConnectionManager(ConnectionManagerInfo cmInfo)
This class will assemble a ConnectionManager instace from a ConnectionManagerInfo configuration object. |
javax.resource.spi.ManagedConnectionFactory |
AssemblerTool.assembleManagedConnectionFactory(ManagedConnectionFactoryInfo mngedConFactInfo)
This method will assemble a ManagedConnectionFactory instance from a ManagedConnecitonFactoryInfo configuration object. |
javax.naming.InitialContext |
AssemblerTool.assembleRemoteJndiContext(JndiContextInfo context)
|
SecurityService |
AssemblerTool.assembleSecurityService(SecurityServiceInfo securityInfo)
This method assembles the SecurityService from the SecuirtyServiceInfo configuration object. |
javax.transaction.TransactionManager |
AssemblerTool.assembleTransactionManager(TransactionServiceInfo txInfo)
This method assembles the TransactionManager from the TransactionServiceInfo configuration object. |
void |
Assembler.build()
|
java.lang.Object |
ContainerBuilder.build()
|
javax.naming.Context |
JndiEncBuilder.build()
|
protected void |
AssemblerTool.checkImplementation(java.lang.Class intrfce,
java.lang.Class factory,
java.lang.String serviceType,
java.lang.String serviceName)
|
OpenEjbConfiguration |
OpenEjbConfigurationFactory.getOpenEjbConfiguration()
|
void |
AssemblerTool.handleException(java.lang.String errorCode)
|
void |
AssemblerTool.handleException(java.lang.String errorCode,
java.lang.Object arg0)
|
void |
AssemblerTool.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1)
|
void |
AssemblerTool.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
|
void |
AssemblerTool.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
|
void |
Assembler.init(java.util.Properties props)
|
void |
OpenEjbConfigurationFactory.init(java.util.Properties props)
|
Constructors in org.openejb.alt.assembler.classic that throw OpenEJBException | |
---|---|
JndiEncBuilder(JndiEncInfo jndiEnc,
java.lang.String transactionType,
EjbType ejbType)
Constructs the builder and normalizes the input data. |
Uses of OpenEJBException in org.openejb.alt.assembler.classic.xml |
---|
Methods in org.openejb.alt.assembler.classic.xml that throw OpenEJBException | |
---|---|
protected static DomObject |
DomTools.collectChildElementByType(org.w3c.dom.Node node,
java.lang.Class classType,
java.lang.String elementType)
Convenience method for obtaining a single child element from the node passed in. |
protected static DomObject[] |
DomTools.collectChildElementsByType(org.w3c.dom.Node node,
java.lang.Class classType,
java.lang.String elementType)
Convenience method for obtaining all the child elements of the node passed in. |
OpenEjbConfiguration |
DomOpenEjbConfigurationFactory.getOpenEjbConfiguration()
|
void |
DomOpenEjbConfigurationFactory.init(java.util.Properties props)
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. |
void |
ConnectionManager.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
DomObject.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
Connector.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
ContainerSystem.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this InfoObject from the DOM Node passed in. |
void |
XmlOpenEJBConfiguration.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this InfoObject from the DOM Node passed in. |
void |
EjbReference.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
EjbReferenceLocation.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
EntityBean.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
EntityContainer.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
EnvEntry.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
Facilities.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
IntraVmServer.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
JndiContext.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
JndiEnc.initializeFromDOM(org.w3c.dom.Node node)
|
void |
ManagedConnectionFactory.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
Method.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
MethodPermission.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
MethodTransaction.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
Query.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
Resource.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
ResourceReference.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
ResourceReferenceLocation.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
RoleMapping.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
SecurityRole.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
SecurityRoleReference.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
SecurityService.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
StatefulBean.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
StatefulSessionContainer.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
StatelessBean.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
StatelessSessionContainer.initializeFromDOM(org.w3c.dom.Node node)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
TransactionService.initializeFromDOM(org.w3c.dom.Node node)
|
static void |
Container.initializeFromDOM(org.w3c.dom.Node node,
ContainerInfo container)
Parses out the values needed by this DomObject from the DOM Node passed in. |
static void |
EnterpriseBean.initializeFromDOM(org.w3c.dom.Node node,
EnterpriseBeanInfo beanInfo)
Parses out the values needed by this DomObject from the DOM Node passed in. |
static void |
Service.initializeFromDOM(org.w3c.dom.Node node,
ServiceInfo serviceInfo)
Parses out the values needed by this DomObject from the DOM Node passed in. |
void |
ConnectionManager.serializeToDOM(org.w3c.dom.Node node)
|
void |
DomObject.serializeToDOM(org.w3c.dom.Node node)
|
void |
Connector.serializeToDOM(org.w3c.dom.Node node)
|
void |
ContainerSystem.serializeToDOM(org.w3c.dom.Node node)
|
void |
XmlOpenEJBConfiguration.serializeToDOM(org.w3c.dom.Node node)
|
void |
EjbReference.serializeToDOM(org.w3c.dom.Node node)
|
void |
EjbReferenceLocation.serializeToDOM(org.w3c.dom.Node node)
|
void |
EnterpriseBean.serializeToDOM(org.w3c.dom.Node node)
|
void |
EntityBean.serializeToDOM(org.w3c.dom.Node node)
|
void |
EntityContainer.serializeToDOM(org.w3c.dom.Node node)
|
void |
EnvEntry.serializeToDOM(org.w3c.dom.Node node)
|
void |
Facilities.serializeToDOM(org.w3c.dom.Node node)
|
void |
IntraVmServer.serializeToDOM(org.w3c.dom.Node node)
|
void |
JndiContext.serializeToDOM(org.w3c.dom.Node node)
|
void |
JndiEnc.serializeToDOM(org.w3c.dom.Node node)
|
void |
ManagedConnectionFactory.serializeToDOM(org.w3c.dom.Node node)
|
void |
Method.serializeToDOM(org.w3c.dom.Node node)
|
void |
MethodPermission.serializeToDOM(org.w3c.dom.Node node)
|
void |
MethodTransaction.serializeToDOM(org.w3c.dom.Node node)
|
void |
Query.serializeToDOM(org.w3c.dom.Node node)
|
void |
Resource.serializeToDOM(org.w3c.dom.Node node)
|
void |
ResourceReference.serializeToDOM(org.w3c.dom.Node node)
|
void |
ResourceReferenceLocation.serializeToDOM(org.w3c.dom.Node node)
|
void |
RoleMapping.serializeToDOM(org.w3c.dom.Node node)
|
void |
SecurityRole.serializeToDOM(org.w3c.dom.Node node)
|
void |
SecurityRoleReference.serializeToDOM(org.w3c.dom.Node node)
|
void |
SecurityService.serializeToDOM(org.w3c.dom.Node node)
|
void |
Service.serializeToDOM(org.w3c.dom.Node node)
|
void |
StatefulBean.serializeToDOM(org.w3c.dom.Node node)
|
void |
StatefulSessionContainer.serializeToDOM(org.w3c.dom.Node node)
|
void |
StatelessBean.serializeToDOM(org.w3c.dom.Node node)
|
void |
StatelessSessionContainer.serializeToDOM(org.w3c.dom.Node node)
|
void |
TransactionService.serializeToDOM(org.w3c.dom.Node node)
|
Uses of OpenEJBException in org.openejb.alt.config |
---|
Methods in org.openejb.alt.config that throw OpenEJBException | |
---|---|
static Openejb |
ConfigUtils._readConfig(java.lang.String confFile)
|
static java.util.Properties |
ServiceUtils.assemblePropertiesFor(java.lang.String confItem,
java.lang.String itemId,
java.lang.String itemContent,
java.lang.String confFile,
ServiceProvider service)
|
static boolean |
EjbJarUtils.checkForOpenejbJar(java.lang.String jarFile)
|
static java.lang.String |
EjbJarUtils.copyJar(java.lang.String jar,
boolean overwrite)
|
protected static java.io.File |
TempCodebase.createTempCopy(java.lang.String codebase)
|
OpenejbJar |
AutoDeployer.deploy(EjbJarUtils ejbJarUtils,
java.lang.String jarLocation,
java.lang.ClassLoader classLoader)
|
protected static java.lang.ClassLoader |
TempCodebase.getCodebaseTempClassLoader(java.lang.String codebase)
Ensures that a class loader for each code base used in the system is created at most one time. |
OpenEjbConfiguration |
ConfigurationFactory.getOpenEjbConfiguration()
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. |
static ServiceProvider |
ServiceUtils.getServiceProvider(Service service)
|
static ServiceProvider |
ServiceUtils.getServiceProvider(java.lang.String id)
org.openejb#Default JDBC Connector Default JDBC Connector org.postgresql#JDBCService |
protected static java.lang.ClassLoader |
TempCodebase.getTempClassLoader(java.lang.String codebase)
Ensures that a class loader for each code base used in the system is created at most one time. |
static TempCodebase |
TempCodebase.getTempCodebase(java.lang.String codebase)
|
static void |
EjbJarUtils.handleException(java.lang.String errorCode)
|
static void |
ConfigurationFactory.handleException(java.lang.String errorCode)
|
static void |
EjbJarUtils.handleException(java.lang.String errorCode,
java.lang.Object arg0)
|
static void |
ConfigurationFactory.handleException(java.lang.String errorCode,
java.lang.Object arg0)
|
static void |
ConfigurationFactory.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1)
|
static void |
ConfigurationFactory.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2)
|
static void |
EjbJarUtils.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
|
static void |
ConfigurationFactory.handleException(java.lang.String errorCode,
java.lang.Object arg0,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Object arg3)
|
void |
AutoDeployer.init()
|
void |
ConfigurationFactory.init(java.util.Properties props)
|
void |
Deploy.init(java.lang.String openejbConfigFile)
|
Service |
ConfigurationFactory.initService(Service service,
java.lang.String defaultName)
|
Service |
ConfigurationFactory.initService(Service service,
java.lang.String defaultName,
java.lang.Class type)
Service loading... |
java.lang.Class |
TempCodebase.loadClass(java.lang.String className)
|
static java.util.Properties |
ServiceUtils.loadProperties(java.io.InputStream in,
java.util.Properties defaults)
|
static java.util.Properties |
ServiceUtils.loadProperties(java.lang.String pFile)
|
static java.util.Properties |
ServiceUtils.loadProperties(java.lang.String propertiesFile,
java.util.Properties defaults)
|
static java.lang.String |
EjbJarUtils.moveJar(java.lang.String jar,
boolean overwrite)
|
static Openejb |
ConfigUtils.readConfig()
|
static Openejb |
ConfigUtils.readConfig(java.lang.String confFile)
|
static ServicesJar |
ServiceUtils.readServicesJar(java.lang.String providerName)
Opens the specified jar file, locates the service-jar.xml file, unmarshals it to a java object and returns it. |
static java.lang.String |
ConfigUtils.searchForConfiguration()
Search for the config file. |
static java.lang.String |
ConfigUtils.searchForConfiguration(java.lang.String path)
|
static java.lang.String |
ConfigUtils.searchForConfiguration(java.lang.String path,
java.util.Properties props)
|
static java.lang.Object |
Unmarshaller.unmarshal(java.lang.Class clazz,
java.lang.String xmlFile,
java.lang.String jarLocation)
|
java.lang.Object |
Unmarshaller.unmarshal(java.lang.String location)
|
java.lang.Object |
Unmarshaller.unmarshal(java.net.URL url)
|
java.lang.Object |
Unmarshaller.unmarshalFromDirectory(java.io.File directory)
|
java.lang.Object |
Unmarshaller.unmarshalFromJar(java.io.File jarFile)
|
static void |
ConfigUtils.writeConfig(java.lang.String confFile,
Openejb confObject)
|
void |
EjbJarUtils.writeEjbJar(java.lang.String xmlFile)
|
static void |
EjbJarUtils.writeOpenejbJar(java.lang.String xmlFile,
OpenejbJar openejbJarObject)
|
static void |
ServiceUtils.writeServicesJar(java.lang.String xmlFile,
ServicesJar servicesJarObject)
|
Constructors in org.openejb.alt.config that throw OpenEJBException | |
---|---|
Deploy()
|
|
EjbJarUtils(java.lang.String jarLocation)
|
|
EjbValidator()
|
|
TempCodebase(java.lang.String codebase)
|
Uses of OpenEJBException in org.openejb.alt.containers.castor_cmp11 |
---|
Methods in org.openejb.alt.containers.castor_cmp11 that throw OpenEJBException | |
---|---|
protected java.lang.Object |
CastorCMP11_EntityContainer.businessMethod(java.lang.reflect.Method callMethod,
java.lang.reflect.Method runMethod,
java.lang.Object[] args,
ThreadContext callContext)
Processes a business method invokation |
protected ProxyInfo |
CastorCMP11_EntityContainer.createEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
This method is responsible for delegating the ejbCreate() and ejbPostCreate() methods on the an entity bean. |
static KeyGenerator |
KeyGeneratorFactory.createKeyGenerator(DeploymentInfo di)
|
void |
CastorCMP11_EntityContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
protected java.lang.Object |
CastorCMP11_EntityContainer.findEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
This method is used to execute the find methods which are considered global in scope. |
void |
CastorCMP11_EntityContainer.init(java.lang.Object id,
java.util.HashMap registry,
java.util.Properties properties)
Construct this container with the specified container id, deployments, container manager and properties. |
java.lang.Object |
CastorCMP11_EntityContainer.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
Invokes a method on an instance of the specified bean deployment. |
protected void |
CastorCMP11_EntityContainer.removeEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
Removes the EJBObject |
Uses of OpenEJBException in org.openejb.core |
---|
Methods in org.openejb.core that throw OpenEJBException | |
---|---|
void |
RpcContainerWrapper.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
|
void |
RpcContainerWrapper.init(java.lang.Object containerId,
java.util.HashMap deployments,
java.util.Properties properties)
|
java.lang.Object |
RpcContainerWrapper.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
|
Uses of OpenEJBException in org.openejb.core.entity |
---|
Methods in org.openejb.core.entity that throw OpenEJBException | |
---|---|
protected ProxyInfo |
EntityContainer.createEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
|
void |
EntityContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
protected void |
EntityContainer.didCreateBean(ThreadContext callContext,
javax.ejb.EntityBean bean)
|
protected void |
EntityContainer.didRemove(javax.ejb.EntityBean bean,
ThreadContext callContext)
|
protected java.lang.Object |
EntityContainer.findMethod(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
This method is used to execute the find methods which are considered global in scope. |
protected javax.ejb.EntityBean |
EntityInstanceManager.getPooledInstance(ThreadContext callContext)
Obtains a bean instance from the proper bean pool. |
protected java.lang.Object |
EntityContainer.homeMethod(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
This method is used to execute the home methods which are considered global in scope. |
void |
EntityInstanceManager.init(EntityContainer myContainer,
java.util.HashMap deployments,
java.util.Properties props)
|
void |
EntityContainer.init(java.lang.Object id,
java.util.HashMap registry,
java.util.Properties properties)
Construct this container with the specified container id, deployments, container manager and properties. |
protected java.lang.Object |
EntityContainer.invoke(java.lang.reflect.Method callMethod,
java.lang.reflect.Method runMethod,
java.lang.Object[] args,
ThreadContext callContext)
|
java.lang.Object |
EntityContainer.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
Invokes a method on an instance of the specified bean deployment. |
protected void |
EntityInstanceManager.loadingBean(javax.ejb.EntityBean bean,
ThreadContext callContext)
called prior to invoking ejbLoad on the bean. |
javax.ejb.EntityBean |
EntityInstanceManager.obtainInstance(ThreadContext callContext)
Obtains a bean instance from the either the method ready pool or the Tx method ready pool. |
void |
EntityInstanceManager.poolInstance(ThreadContext callContext,
javax.ejb.EntityBean bean)
Returns a bean instance to the method ready or tx method ready pool. |
protected void |
EntityContainer.removeEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
|
protected void |
EntityInstanceManager.reusingBean(javax.ejb.EntityBean bean,
ThreadContext callContext)
|
Constructors in org.openejb.core.entity that throw OpenEJBException | |
---|---|
EntityInstanceManager.SyncronizationWrapper(javax.ejb.EntityBean ebean,
EntityInstanceManager.Key key,
boolean available,
ThreadContext ctx)
|
Uses of OpenEJBException in org.openejb.core.ivm |
---|
Methods in org.openejb.core.ivm that throw OpenEJBException | |
---|---|
protected void |
BaseEjbProxyHandler.checkAuthorization(java.lang.reflect.Method method)
Checks if the caller of the specified method is authorized to access and execute it. |
Uses of OpenEJBException in org.openejb.core.ivm.naming |
---|
Constructors in org.openejb.core.ivm.naming with parameters of type OpenEJBException | |
---|---|
NamingException(java.lang.String message,
OpenEJBException delegateArg)
|
Uses of OpenEJBException in org.openejb.core.stateful |
---|
Methods in org.openejb.core.stateful that throw OpenEJBException | |
---|---|
protected ProxyInfo |
StatefulContainer.createEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
|
void |
StatefulContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
java.lang.Object |
StatefulInstanceManager.getAncillaryState(java.lang.Object primaryKey)
Gets the ancillary state object of the instance with the specified primaryKey. |
protected BeanEntry |
StatefulInstanceManager.getBeanEntry(java.lang.Object primaryKey)
Used by get/setAncillaryState( ) methods |
void |
StatefulContainer.init(java.lang.Object id,
java.util.HashMap registry,
java.util.Properties properties)
|
void |
StatefulInstanceManager.init(java.util.Properties props)
Fully instaniates this instance manager and assigns it to the specified ContainerManager. |
protected java.lang.Object |
StatefulContainer.invoke(java.lang.reflect.Method callMethod,
java.lang.reflect.Method runMethod,
java.lang.Object[] args,
javax.ejb.EnterpriseBean bean,
ThreadContext callContext)
|
java.lang.Object |
StatefulContainer.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
Invokes a method on an instance of the specified bean deployment. |
javax.ejb.EnterpriseBean |
StatefulInstanceManager.newInstance(java.lang.Object primaryKey,
java.lang.Class beanClass)
Instantiates and returns an new instance of the specified bean class. |
javax.ejb.EnterpriseBean |
StatefulInstanceManager.newInstance(java.lang.Object primaryKey,
java.lang.Object ancillaryState,
java.lang.Class beanClass)
Instantiates and returns an new instance of the specified bean class. |
javax.ejb.SessionBean |
StatefulInstanceManager.obtainInstance(java.lang.Object primaryKey,
ThreadContext callContext)
Gets a previously instantiated instance of the bean class with the specified primaryKey |
void |
StatefulInstanceManager.poolInstance(java.lang.Object primaryKey,
javax.ejb.EnterpriseBean bean)
Hands an instance of the bean class over to this instance manager to be managed until the instace is needed again. |
protected void |
StatefulContainer.removeEJBObject(java.lang.reflect.Method callMethod,
java.lang.Object[] args,
ThreadContext callContext)
|
void |
StatefulInstanceManager.setAncillaryState(java.lang.Object primaryKey,
java.lang.Object ancillaryState)
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. |
Uses of OpenEJBException in org.openejb.core.stateless |
---|
Methods in org.openejb.core.stateless that throw OpenEJBException | |
---|---|
void |
StatelessContainer.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
Adds a bean to this container. |
javax.ejb.EnterpriseBean |
StatelessInstanceManager.getInstance(ThreadContext callContext)
|
void |
StatelessContainer.init(java.lang.Object id,
java.util.HashMap registry,
java.util.Properties properties)
Construct this container with the specified container id, deployments, container manager and properties. |
void |
StatelessInstanceManager.init(java.util.Properties props)
|
protected java.lang.Object |
StatelessContainer.invoke(java.lang.reflect.Method callMethod,
java.lang.reflect.Method runMethod,
java.lang.Object[] args,
javax.ejb.EnterpriseBean bean,
ThreadContext callContext)
|
java.lang.Object |
StatelessContainer.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
Invokes a method on an instance of the specified bean deployment. |
void |
StatelessInstanceManager.poolInstance(ThreadContext callContext,
javax.ejb.EnterpriseBean bean)
|
Uses of OpenEJBException in org.openejb.server |
---|
Subclasses of OpenEJBException in org.openejb.server | |
---|---|
class |
ServiceException
|
Uses of OpenEJBException in org.openejb.spi |
---|
Methods in org.openejb.spi that throw OpenEJBException | |
---|---|
void |
Assembler.build()
|
OpenEJBConnectionManager |
ConnectionManagerFactory.createConnectionManager(java.lang.String name,
ConnectionManagerConfig config,
javax.resource.spi.ManagedConnectionFactory factory)
Create a ConnectionManager to use for the specified ManagedConnectionFactory. |
static Assembler |
AssemblerFactory.getAssembler(java.util.Properties props)
|
void |
Assembler.init(java.util.Properties props)
|
Uses of OpenEJBException in org.openejb.tomcat |
---|
Methods in org.openejb.tomcat that throw OpenEJBException | |
---|---|
void |
TomcatJndiSupport.deploy(java.lang.Object deploymentID,
DeploymentInfo info)
|
void |
TomcatJndiSupport.init(java.lang.Object containerId,
java.util.HashMap deployments,
java.util.Properties properties)
|
java.lang.Object |
TomcatJndiSupport.invoke(java.lang.Object deployID,
java.lang.reflect.Method callMethod,
java.lang.Object[] args,
java.lang.Object primKey,
java.lang.Object securityIdentity)
|
Constructors in org.openejb.tomcat that throw OpenEJBException | |
---|---|
TomcatJndiSupport(RpcContainer container)
|
Uses of OpenEJBException in org.openejb.util |
---|
Methods in org.openejb.util that throw OpenEJBException | |
---|---|
static void |
JarUtils.addFileToJar(java.lang.String jarFile,
java.lang.String file)
|
static void |
OpenEJBErrorHandler.classCodebaseNotFound(java.lang.String systemLocation,
java.lang.String className,
java.lang.String codebase,
java.lang.Exception e)
The {0} cannot locate the class {1}, the codebase '{2}' cannot be accessed. |
static void |
OpenEJBErrorHandler.classNotAccessible(java.lang.String systemLocation,
java.lang.String className)
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. |
static void |
OpenEJBErrorHandler.classNotFound(java.lang.String systemLocation,
java.lang.String className)
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. |
static void |
OpenEJBErrorHandler.classNotIntantiateable(java.lang.String systemLocation,
java.lang.String className)
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. |
static void |
OpenEJBErrorHandler.classNotIntantiateableForUnknownReason(java.lang.String systemLocation,
java.lang.String className,
java.lang.String exceptionClassName,
java.lang.String message)
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. |
static void |
OpenEJBErrorHandler.classNotIntantiateableFromCodebaseForUnknownReason(java.lang.String systemLocation,
java.lang.String className,
java.lang.String codebase,
java.lang.String exceptionClassName,
java.lang.String message)
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. |
java.lang.Class |
SafeToolkit.forName(java.lang.String className)
Attempts to find and load the specified class. |
java.lang.Class |
SafeToolkit.forName(java.lang.String className,
java.lang.String codebase)
Attempts to find and load the specified class, using the specified codebase. |
static java.lang.ClassLoader |
SafeToolkit.getClassLoader(java.lang.String codebase)
Ensures that a class loader for each code base used in the system is created at most one time. |
static java.lang.ClassLoader |
SafeToolkit.getCodebaseClassLoader(java.lang.String codebase)
Ensures that a class loader for each code base used in the system is created at most one time. |
static java.io.File |
JarUtils.getJarContaining(java.lang.String path)
|
static java.util.jar.JarFile |
JarUtils.getJarFile(java.lang.String jarFile)
|
java.lang.String |
SafeProperties.getProperty(java.lang.String key)
Returns the value of the key. |
java.lang.String |
SafeProperties.getProperty(java.lang.String key,
java.lang.String defaultValue)
Returns the value of the key. |
boolean |
SafeProperties.getPropertyAsBoolean(java.lang.String key)
Returns the value of the key as an boolean. |
java.lang.Boolean |
SafeProperties.getPropertyAsBoolean(java.lang.String key,
java.lang.Boolean defaultValue)
Returns the value of the key as an boolean. |
int |
SafeProperties.getPropertyAsInt(java.lang.String key)
Returns the value of the key as an int. |
int |
SafeProperties.getPropertyAsInt(java.lang.String key,
int defaultValue)
Returns the value of the key as an int. |
java.lang.Integer |
SafeProperties.getPropertyAsInteger(java.lang.String key)
Returns the value of the key as an Integer. |
java.lang.Integer |
SafeProperties.getPropertyAsInteger(java.lang.String key,
java.lang.Integer defaultValue)
Returns the value of the key as an Integer. |
SafeProperties |
SafeToolkit.getSafeProperties(java.util.Properties props)
Returns a new SafeProperties instance dedicated to this toolkit. |
static java.lang.Class |
SafeToolkit.loadClass(java.lang.String className,
java.lang.String codebase)
Loads the class using the class loader for the specific codebase. |
static java.lang.Class |
SafeToolkit.loadClass(java.lang.String className,
java.lang.String codebase,
boolean cache)
|
java.lang.Object |
SafeToolkit.newInstance(java.lang.Class clazz)
Attempts to instaniate the specified class. |
java.lang.Object |
SafeToolkit.newInstance(java.lang.String className)
Attempts to find and load the specified class then instaniate it. |
java.lang.Object |
SafeToolkit.newInstance(java.lang.String className,
java.lang.String codebase)
Attempts to find and load the specified class then instaniate it. |
static void |
OpenEJBErrorHandler.propertiesObjectIsNull(java.lang.String systemLocation)
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. |
static void |
OpenEJBErrorHandler.propertyFileNotFound(java.lang.String propertyfileName,
java.lang.String systemLocation)
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. |
static void |
OpenEJBErrorHandler.propertyNotFound(java.lang.String propertyName,
java.lang.String propertyfileName)
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. |
static void |
OpenEJBErrorHandler.propertyValueIsIllegal(java.lang.String propertyName,
java.lang.String value)
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. |
static void |
OpenEJBErrorHandler.propertyValueIsIllegal(java.lang.String propertyName,
java.lang.String value,
java.lang.String message)
Creates and throws an OpenEJBException with the following message: "Environment entry '{0}' contains illegal value {1}. |
Constructors in org.openejb.util that throw OpenEJBException | |
---|---|
SafeProperties(java.util.Properties props,
java.lang.String systemLocation)
Creates a new SafeProperties usign the Properties object passed in. |
Uses of OpenEJBException in org.openejb.util.proxy |
---|
Methods in org.openejb.util.proxy that throw OpenEJBException | |
---|---|
void |
Jdk13ProxyFactory.init(java.util.Properties props)
|
void |
ProxyFactory.init(java.util.Properties props)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |