| |
|
| java.lang.Object org.jboss.metadata.MetaData org.jboss.metadata.ApplicationMetaData
EJB_1x | final public static int EJB_1x(Code) | | |
EJB_2x | final public static int EJB_2x(Code) | | |
ejbMinorVersion | protected int ejbMinorVersion(Code) | | |
ejbVersion | protected int ejbVersion(Code) | | version of the dtd used to create ejb-jar.xml
|
ApplicationMetaData | public ApplicationMetaData()(Code) | | |
getBeanByEjbName | public BeanMetaData getBeanByEjbName(String ejbName)(Code) | | Get an EJB by its declared <ejb-name> tag
Parameters: ejbName - EJB to return BeanMetaData pertaining to the given ejb-name,null if none found |
getEnforceEjbRestrictions | public boolean getEnforceEjbRestrictions()(Code) | | |
getExceptionRollback | public boolean getExceptionRollback()(Code) | | |
getInvokerProxyBindings | public Iterator getInvokerProxyBindings()(Code) | | |
getRelationships | public Iterator getRelationships()(Code) | | Get the container managed relations in this application.
Items are instance of RelationMetaData.
|
getResourceCl | public URLClassLoader getResourceCl()(Code) | | Get the ClassLoader to load additional resources
|
getUnauthenticatedPrincipal | public String getUnauthenticatedPrincipal()(Code) | | |
getWebServiceContextRoot | public String getWebServiceContextRoot()(Code) | | |
importEjbJarXml | public void importEjbJarXml(Element element) throws DeploymentException(Code) | | Import data provided by ejb-jar.xml
throws: DeploymentException - When there was an error encounteredwhile parsing ejb-jar.xml |
importJbossXml | public void importJbossXml(Element element) throws DeploymentException(Code) | | |
isEJB1x | public boolean isEJB1x()(Code) | | |
isEJB21 | public boolean isEJB21()(Code) | | |
isEJB2x | public boolean isEJB2x()(Code) | | |
isExcludeMissingMethods | public boolean isExcludeMissingMethods()(Code) | | |
isWebServiceDeployment | public boolean isWebServiceDeployment()(Code) | | |
setConfigFile | public void setConfigFile(String configFile)(Code) | | |
setConfigName | public void setConfigName(String configName)(Code) | | |
setResourceClassLoader | public void setResourceClassLoader(URLClassLoader resourceCl)(Code) | | Set the ClassLoader to load additional resources
|
setSecurityDomain | public void setSecurityDomain(String securityDomain)(Code) | | Set the security domain for this web application
|
setUnauthenticatedPrincipal | public void setUnauthenticatedPrincipal(String unauthenticatedPrincipal)(Code) | | |
setWebServiceContextRoot | public void setWebServiceContextRoot(String webServiceContextRoot)(Code) | | |
setWebServiceDeployment | public void setWebServiceDeployment(boolean webServiceDeployment)(Code) | | |
Methods inherited from org.jboss.metadata.MetaData | public Object clone()(Code)(Java Doc) public static Iterator getChildrenByTagName(Element element, String tagName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName)(Code)(Java Doc) public static String getElementAttribute(Element element, String attrName, boolean replace)(Code)(Java Doc) public static String getElementContent(Element element)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr)(Code)(Java Doc) public static String getFirstElementContent(Element element, String defaultStr, boolean replace)(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static Element getOptionalChild(Element element, String tagName, Element defaultElement) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name) throws DeploymentException(Code)(Java Doc) public static boolean getOptionalChildBooleanContent(Element element, String name, boolean defaultValue) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getOptionalChildContent(Element element, String tagName, String defaultValue) throws DeploymentException(Code)(Java Doc) public static Element getUniqueChild(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public static String getUniqueChildContent(Element element, String tagName) throws DeploymentException(Code)(Java Doc) public void importEjbJarXml(Element element) throws DeploymentException(Code)(Java Doc) public void importJbossXml(Element element) throws DeploymentException(Code)(Java Doc) public void importXml(Element element) throws DeploymentException(Code)(Java Doc) protected boolean jdk13Enabled()(Code)(Java Doc)
|
|
|
|