Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

oracle.jdeveloper.deploy.jsr88
Class EjbModule

java.lang.Object
  extended by oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
      extended by oracle.jdeveloper.deploy.jsr88.EjbModule
All Implemented Interfaces:
javax.enterprise.deploy.model.DeployableObject

public class EjbModule
extends AbstractDeployableObject

A DeployableObject implementation for EJB modules.

Since:
10.1.3

Field Summary
static java.lang.String EJB_JAR_PATH
           
static java.lang.String EJB_JAR_ROOT
           
 
Fields inherited from class oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
_altDD, _entries, _overrideUrl, _rootMap, _url, WEB_WS_STD_XML_ENTRY, WS_STD_XML_ENTRY
 
Constructor Summary
EjbModule(java.net.URL url, java.lang.String ddPath)
          Creates a new EjbModule
EjbModule(java.net.URL url, java.lang.String ddPath, java.net.URL overrideUrl)
           
 
Method Summary
protected  java.lang.String getDefaultRoot()
          Retrieves the name of the default deployment descriptor
 javax.enterprise.deploy.shared.ModuleType getType()
           
 
Methods inherited from class oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
cleanup, close, entries, findJarEntries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getEntry, getEntryAsFile, getEntryURL, getFile, getModuleDTDVersion, getModuleURL, getStdXmlEntry, getText, getWSStdXmlEntry, getXmlDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJB_JAR_PATH

public static final java.lang.String EJB_JAR_PATH
See Also:
Constant Field Values

EJB_JAR_ROOT

public static final java.lang.String EJB_JAR_ROOT
See Also:
Constant Field Values
Constructor Detail

EjbModule

public EjbModule(java.net.URL url,
                 java.lang.String ddPath)
Creates a new EjbModule

Parameters:
url - the URL representing the EJB jar file
ddPath - the alternate deployment descriptor, or null if the standard file should be used

EjbModule

public EjbModule(java.net.URL url,
                 java.lang.String ddPath,
                 java.net.URL overrideUrl)
Method Detail

getType

public javax.enterprise.deploy.shared.ModuleType getType()
Specified by:
getType in interface javax.enterprise.deploy.model.DeployableObject
Specified by:
getType in class AbstractDeployableObject

getDefaultRoot

protected java.lang.String getDefaultRoot()
Description copied from class: AbstractDeployableObject
Retrieves the name of the default deployment descriptor

Specified by:
getDefaultRoot in class AbstractDeployableObject
Returns:
the name of the default deployment descriptor for this DeployableObject

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-03

Copyright © 1997, 2009, Oracle. All rights reserved.