oracle.jdeveloper.deploy.jsr88
Class EjbModule
java.lang.Object
  
oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
      
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
 
 
 
| 
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 | 
 
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
 
EjbModule
public EjbModule(java.net.URL url,
                 java.lang.String ddPath)
- Creates a new EjbModule
- Parameters:
 url - the URL representing the EJB jar fileddPath - 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)
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
 
 
 
Copyright © 1997, 2009, Oracle. All rights reserved.