Java Doc for ApplicationMetaData.java in  » EJB-Server-JBoss-4.2.1 » server » org » jboss » metadata » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server JBoss 4.2.1 » server » org.jboss.metadata 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.jboss.metadata.MetaData
      org.jboss.metadata.ApplicationMetaData

ApplicationMetaData
public class ApplicationMetaData extends MetaData (Code)
The top level meta data from the jboss.xml and ejb-jar.xml descriptor.
author:
   Sebastien Alborini
author:
   Peter Antman
author:
   Scott Stark
author:
   Christian Riege
author:
   Christoph G. Jung.
author:
   Thomas Diesler.
version:
   $Revision: 57209 $


Field Summary
final public static  intEJB_1x
    
final public static  intEJB_2x
    
protected  intejbMinorVersion
    
protected  intejbVersion
    

Constructor Summary
public  ApplicationMetaData()
    

Method Summary
public  voidaddPluginData(String pluginName, Object pluginData)
    
public  AssemblyDescriptorMetaDatagetAssemblyDescriptor()
    
public  BeanMetaDatagetBeanByEjbName(String ejbName)
    
public  StringgetConfigFile()
    
public  StringgetConfigName()
    
public  ConfigurationMetaDatagetConfigurationMetaDataByName(String name)
    
public  IteratorgetConfigurations()
    
public  booleangetEnforceEjbRestrictions()
    
public  IteratorgetEnterpriseBeans()
    
public  booleangetExceptionRollback()
    
public  InvokerProxyBindingMetaDatagetInvokerProxyBindingMetaDataByName(String name)
    
public  IteratorgetInvokerProxyBindings()
    
public  StringgetJmxName()
    
public  MessageDestinationMetaDatagetMessageDestination(String name)
    
public  ObjectgetPluginData(String pluginName)
    
public  IteratorgetRelationships()
     Get the container managed relations in this application.
public  StringgetResourceByName(String name)
    
public  URLClassLoadergetResourceCl()
    
public  StringgetSecurityDomain()
    
public  StringgetUnauthenticatedPrincipal()
    
public  URLgetUrl()
    
public  StringgetWebServiceContextRoot()
    
public  StringgetWsdlPublishLocationByName(String name)
    
public  voidimportEjbJarXml(Element element)
    
public  voidimportJbossXml(Element element)
    
public  booleanisEJB1x()
    
public  booleanisEJB21()
    
public  booleanisEJB2x()
    
public  booleanisExcludeMissingMethods()
    
public  booleanisWebServiceDeployment()
    
public  voidsetConfigFile(String configFile)
    
public  voidsetConfigName(String configName)
    
public  voidsetResourceClassLoader(URLClassLoader resourceCl)
    
public  voidsetSecurityDomain(String securityDomain)
    
public  voidsetUnauthenticatedPrincipal(String unauthenticatedPrincipal)
    
public  voidsetUrl(URL u)
    
public  voidsetWebServiceContextRoot(String webServiceContextRoot)
    
public  voidsetWebServiceDeployment(boolean webServiceDeployment)
    

Field Detail
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




Constructor Detail
ApplicationMetaData
public ApplicationMetaData()(Code)




Method Detail
addPluginData
public void addPluginData(String pluginName, Object pluginData)(Code)



getAssemblyDescriptor
public AssemblyDescriptorMetaData getAssemblyDescriptor()(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



getConfigFile
public String getConfigFile()(Code)



getConfigName
public String getConfigName()(Code)



getConfigurationMetaDataByName
public ConfigurationMetaData getConfigurationMetaDataByName(String name)(Code)



getConfigurations
public Iterator getConfigurations()(Code)



getEnforceEjbRestrictions
public boolean getEnforceEjbRestrictions()(Code)



getEnterpriseBeans
public Iterator getEnterpriseBeans()(Code)



getExceptionRollback
public boolean getExceptionRollback()(Code)



getInvokerProxyBindingMetaDataByName
public InvokerProxyBindingMetaData getInvokerProxyBindingMetaDataByName(String name)(Code)



getInvokerProxyBindings
public Iterator getInvokerProxyBindings()(Code)



getJmxName
public String getJmxName()(Code)



getMessageDestination
public MessageDestinationMetaData getMessageDestination(String name)(Code)



getPluginData
public Object getPluginData(String pluginName)(Code)



getRelationships
public Iterator getRelationships()(Code)
Get the container managed relations in this application. Items are instance of RelationMetaData.



getResourceByName
public String getResourceByName(String name)(Code)



getResourceCl
public URLClassLoader getResourceCl()(Code)
Get the ClassLoader to load additional resources



getSecurityDomain
public String getSecurityDomain()(Code)



getUnauthenticatedPrincipal
public String getUnauthenticatedPrincipal()(Code)



getUrl
public URL getUrl()(Code)



getWebServiceContextRoot
public String getWebServiceContextRoot()(Code)



getWsdlPublishLocationByName
public String getWsdlPublishLocationByName(String name)(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)



setUrl
public void setUrl(URL u)(Code)



setWebServiceContextRoot
public void setWebServiceContextRoot(String webServiceContextRoot)(Code)



setWebServiceDeployment
public void setWebServiceDeployment(boolean webServiceDeployment)(Code)



Fields inherited from org.jboss.metadata.MetaData
final public static byte TX_MANDATORY(Code)(Java Doc)
final public static byte TX_NEVER(Code)(Java Doc)
final public static byte TX_NOT_SUPPORTED(Code)(Java Doc)
final public static byte TX_REQUIRED(Code)(Java Doc)
final public static byte TX_REQUIRES_NEW(Code)(Java Doc)
final public static byte TX_SUPPORTS(Code)(Java Doc)
final public static byte TX_UNKNOWN(Code)(Java Doc)
protected static Logger log(Code)(Java Doc)

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)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.