jrunx.ri
Class EnterpriseApplicationFactory
jrunx.kernel.ServiceAdapter
|
+--jrun.j2ee.J2EEModuleFactory
|
+--jrun.ea.EnterpriseApplicationFactory
|
+--jrunx.ri.EnterpriseApplicationFactory
- All Implemented Interfaces:
- EnterpriseApplicationFactoryMBean, EnterpriseApplicationFactoryMBean, J2EEModuleFactoryMBean, javax.naming.Referenceable, java.io.Serializable, Service, ServiceMBean
- Direct Known Subclasses:
- EnterpriseApplicationFactory1_2
- public class EnterpriseApplicationFactory
- extends EnterpriseApplicationFactory
- implements EnterpriseApplicationFactoryMBean
- Author:
- Paul Reilly
- See Also:
- Serialized Form
| Fields inherited from class jrunx.kernel.ServiceAdapter |
DEFAULT_DEACTIVATED, DEFAULT_DOMAIN, DOMAIN_NAME_SEPARATOR, DOMAIN_NAME_SUFFIX, domainName, jndiBindable, LOGGER_CACHE_TIME, SCHEDULER_SERVICE, SECURITY_MANAGER, server, status, TRANSACTION_MANAGER |
|
Method Summary |
protected java.util.Collection |
createJavaModule(java.net.URL url,
java.lang.String deploymentOrigin,
EnterpriseApplication enterpriseApplicaion,
ModuleMetaData moduleMetaData)
|
protected java.util.Collection |
createWebModule(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String earName,
ModuleMetaData moduleMetaData)
|
java.net.URL |
getResource(java.net.URL url,
java.lang.String fingerPrint)
Subclasses should implement this method to provide additional
logic for finding resources. |
| Methods inherited from class jrun.ea.EnterpriseApplicationFactory |
create, createConnectorModules, createEJBModules, createServiceModule, getApplicationContainerFactoryName, getEJBContainerFactoryName, getJ2EEConnectorFactoryName, getObjectName, getServiceFactoryName, getWebApplicationFactoryName, isIIOP, loadApplicationMetaData, loadJRunApplicationMetaData, makeCopyIfNecessary, setApplicationContainerFactoryName, setEJBContainerFactoryName, setIIOP, setJ2EEConnectorFactoryName, setServiceFactoryName, setWebApplicationFactoryName |
| Methods inherited from class jrun.j2ee.J2EEModuleFactory |
addMandatoryFingerPrint, addOptionalFingerPrint, addPotentialFingerPrint, cacheResource, cacheResources, clearResources, createXMLReader, getMandatoryFingerPrintList, getOptionalFingerPrintList, getPotentialFingerPrintList, getResource, getResources, getTemporaryDirectory, isPersistXML, isValidateXML, matchesFingerPrints, register, setMandatoryFingerPrint, setOptionalFingerPrint, setPersistXML, setPotentialFingerPrint, setTemporaryDirectory, setValidateXML |
| Methods inherited from class jrunx.kernel.ServiceAdapter |
bind, destroy, findObjectInstance, findObjectInstance, findObjectInstance, getBindToJNDI, getDeactivated, getDomainName, getDomainSearchPath, getJRunService, getLogger, getName, getParentService, getReference, getResourceManager, getServerName, getServerProperties, getStatus, init, invokeMethod, isInPartition, isPartition, lookup, postDeregister, postRegister, preDeregister, preRegister, requestServer, scheduleRunnable, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, start, stop, toString, unbind, unscheduleRunnable, updateStatus |
| Methods inherited from interface jrun.j2ee.J2EEModuleFactoryMBean |
addMandatoryFingerPrint, addPotentialFingerPrint, clearResources, create, getMandatoryFingerPrintList, getPotentialFingerPrintList, getResources, getTemporaryDirectory, isPersistXML, isValidateXML, setMandatoryFingerPrint, setPersistXML, setPotentialFingerPrint, setTemporaryDirectory, setValidateXML |
| Methods inherited from interface jrunx.kernel.ServiceMBean |
bind, getBindToJNDI, getDeactivated, getDomainName, getJRunService, getLogger, getName, getParentService, getServerName, requestServer, setBindToJNDI, setDeactivated, setDomainName, setName, setParentService, unbind |
EnterpriseApplicationFactory
public EnterpriseApplicationFactory()
getResource
public java.net.URL getResource(java.net.URL url,
java.lang.String fingerPrint)
- Description copied from class:
J2EEModuleFactory
- Subclasses should implement this method to provide additional
logic for finding resources. For example looking in the parent
directory of the URL.
- Specified by:
getResource in interface J2EEModuleFactoryMBean- Overrides:
getResource in class J2EEModuleFactory
createJavaModule
protected java.util.Collection createJavaModule(java.net.URL url,
java.lang.String deploymentOrigin,
EnterpriseApplication enterpriseApplicaion,
ModuleMetaData moduleMetaData)
throws DeploymentException
- Overrides:
createJavaModule in class EnterpriseApplicationFactory
createWebModule
protected java.util.Collection createWebModule(java.net.URL url,
java.lang.String deploymentOrigin,
java.lang.String earName,
ModuleMetaData moduleMetaData)
throws DeploymentException
- Overrides:
createWebModule in class EnterpriseApplicationFactory
Copyright � 2002 Macromedia Corporation. All Rights Reserved.