Java Doc for J2eeApplication.java in  » 6.0-JDK-Core » j2eeserver » org » netbeans » modules » j2ee » deployment » devmodules » api » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Home
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
26.ERP CRM Financial
27.ESB
28.Forum
29.Game
30.GIS
31.Graphic 3D
32.Graphic Library
33.Groupware
34.HTML Parser
35.IDE
36.IDE Eclipse
37.IDE Netbeans
38.Installer
39.Internationalization Localization
40.Inversion of Control
41.Issue Tracking
42.J2EE
43.J2ME
44.JBoss
45.JMS
46.JMX
47.Library
48.Mail Clients
49.Music
50.Net
51.Parser
52.PDF
53.Portal
54.Profiler
55.Project Management
56.Report
57.RSS RDF
58.Rule Engine
59.Science
60.Scripting
61.Search Engine
62.Security
63.Sevlet Container
64.Source Control
65.Swing Library
66.Template Engine
67.Test Coverage
68.Testing
69.UML
70.Web Crawler
71.Web Framework
72.Web Mail
73.Web Server
74.Web Services
75.Web Services apache cxf 2.2.6
76.Web Services AXIS2
77.Wiki Engine
78.Workflow Engines
79.XML
80.XML UI
Java Source Code / Java Documentation » 6.0 JDK Core » j2eeserver » org.netbeans.modules.j2ee.deployment.devmodules.api 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
      org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeApplication

J2eeApplication
public class J2eeApplication extends J2eeModule (Code)
Abstraction of J2EE Application. Provides access to basic server-neutral properties of the application: J2EE version, module type, deployment descriptor and its child modules.

It is not possible to instantiate this class directly. Implementators have to implement the J2eeApplicationImplementation first and then use the J2eeModuleFactory to create a J2eeApplication instance.
author:
   Pavel Buzek





Method Summary
public  voidaddModuleListener(ModuleListener listener)
     Registers the specified ModuleListener for notification about the module changes.
public  J2eeModule[]getModules()
     Returns a list of all the J2EEModules which this J2eeApplication contains.
public  voidremoveModuleListener(ModuleListener listener)
     Unregister the specified ModuleListener.



Method Detail
addModuleListener
public void addModuleListener(ModuleListener listener)(Code)
Registers the specified ModuleListener for notification about the module changes.
Parameters:
  listener - ModuleListener



getModules
public J2eeModule[] getModules()(Code)
Returns a list of all the J2EEModules which this J2eeApplication contains. list of all the child J2EEModules



removeModuleListener
public void removeModuleListener(ModuleListener listener)(Code)
Unregister the specified ModuleListener.
Parameters:
  listener - ModuleListener



Fields inherited from org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
final public static String APP_XML(Code)(Java Doc)
final public static Object CLIENT(Code)(Java Doc)
final public static String CLIENT_XML(Code)(Java Doc)
final public static Object CONN(Code)(Java Doc)
final public static String CONNECTOR_XML(Code)(Java Doc)
final public static Object EAR(Code)(Java Doc)
final public static Object EJB(Code)(Java Doc)
final public static String EJBJAR_XML(Code)(Java Doc)
final public static String EJBSERVICES_XML(Code)(Java Doc)
final public static String J2EE_13(Code)(Java Doc)
final public static String J2EE_14(Code)(Java Doc)
final public static String JAVA_EE_5(Code)(Java Doc)
final public static String MIME_J2EE_MODULE_TARGET(Code)(Java Doc)
final public static String PROP_MODULE_VERSION(Code)(Java Doc)
final public static String PROP_RESOURCE_DIRECTORY(Code)(Java Doc)
final public static Object WAR(Code)(Java Doc)
final public static String WEBSERVICES_XML(Code)(Java Doc)
final public static String WEB_XML(Code)(Java Doc)

Methods inherited from org.netbeans.modules.j2ee.deployment.devmodules.api.J2eeModule
public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
public FileObject getArchive() throws java.io.IOException(Code)(Java Doc)
public Iterator getArchiveContents() throws java.io.IOException(Code)(Java Doc)
public FileObject getContentDirectory() throws java.io.IOException(Code)(Java Doc)
public File getDeploymentConfigurationFile(String name)(Code)(Java Doc)
synchronized J2eeModuleProvider getJ2eeModuleProvider()(Code)(Java Doc)
public MetadataModel<T> getMetadataModel(Class<T> type)(Code)(Java Doc)
public Object getModuleType()(Code)(Java Doc)
public String getModuleVersion()(Code)(Java Doc)
public File getResourceDirectory()(Code)(Java Doc)
public String getUrl()(Code)(Java Doc)
public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc)
synchronized void setJ2eeModuleProvider(J2eeModuleProvider j2eeModuleProvider)(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)

w___w___w_._j_a__v__a___2s___._c__o_m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.