com.sun.enterprise.config.serverbeans
Interface SystemApplications

All Superinterfaces:
Applications, org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.component.Injectable

public interface SystemApplications
extends Applications

Element describing the system-applications in domain.xml


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.enterprise.config.serverbeans.Applications
Applications.Duck
 
Method Summary
 java.util.List<ApplicationName> getModules()
          Gets the value of the lifecycleModuleOrJ2EeApplicationOrEjbModuleOrWebModuleOrConnectorModuleOrAppclientModuleOrMbeanOrExtensionModuleorApplication property.
 
Methods inherited from interface com.sun.enterprise.config.serverbeans.Applications
getApplication, getApplications, getApplicationsWithSnifferType, getApplicationsWithSnifferType, getModule, getModules
 
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
 
Methods inherited from interface org.jvnet.hk2.component.Injectable
injectedInto
 

Method Detail

getModules

java.util.List<ApplicationName> getModules()
Gets the value of the lifecycleModuleOrJ2EeApplicationOrEjbModuleOrWebModuleOrConnectorModuleOrAppclientModuleOrMbeanOrExtensionModuleorApplication property. Objects of the following type(s) are allowed in the list LifecycleModule J2eeApplication EjbModule WebModule ConnectorModule AppclientModule Mbean ExtensionModule Application

Specified by:
getModules in interface Applications


Copyright © 2012 GlassFish Community. All Rights Reserved.