Uses of Interface
com.sun.enterprise.config.serverbeans.Application

Packages that use Application
com.sun.enterprise.config.serverbeans   
 

Uses of Application in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return Application
static Application Applications.Duck.getApplication(Applications apps, String moduleID)
           
 Application Applications.getApplication(String moduleID)
          Return the application with the given module ID (name), or null if no such application exists.
static Application Domain.Duck.getSystemApplicationReferencedFrom(Domain d, String sn, String appName)
           
static Application ConfigBeansUtilities.getSystemApplicationReferencedFrom(String sn, String appName)
           
 Application Domain.getSystemApplicationReferencedFrom(String sn, String appName)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Application
static List<Application> ConfigBeansUtilities.getAllDefinedSystemApplications()
           
 List<Application> Domain.getAllDefinedSystemApplications()
           
static List<Application> Domain.Duck.getAllDefinedSystemApplications(Domain me)
           
 List<Application> Applications.getApplications()
           
static List<Application> Applications.Duck.getApplications(Applications apps)
           
static List<Application> Domain.Duck.getApplicationsInTarget(Domain me, String target)
           
 List<Application> Domain.getApplicationsInTarget(String target)
           
static List<Application> Applications.Duck.getApplicationsWithSnifferType(Applications apps, String snifferType)
           
static List<Application> Applications.Duck.getApplicationsWithSnifferType(Applications apps, String snifferType, boolean onlyStandaloneModules)
           
 List<Application> Applications.getApplicationsWithSnifferType(String snifferType)
           
 List<Application> Applications.getApplicationsWithSnifferType(String snifferType, boolean onlyStandaloneModules)
           
static List<Application> Domain.Duck.getSystemApplicationsReferencedFrom(Domain d, String sn)
           
static List<Application> ConfigBeansUtilities.getSystemApplicationsReferencedFrom(String sn)
          Returns the list of system-applications that are referenced from the given server.
 List<Application> Domain.getSystemApplicationsReferencedFrom(String sn)
          Returns the list of system-applications that are referenced from the given server.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type Application
static File Application.Duck.application(Application instance)
           
static boolean Application.Duck.containsSnifferType(Application app, String snifferType)
           
static File Application.Duck.deploymentPlan(Application instance)
           
static DeployCommandParameters Application.Duck.getDeployParameters(Application app, ApplicationRef appRef)
           
static Properties Application.Duck.getDeployProperties(Application instance)
           
static Module Application.Duck.getModule(Application instance, String name)
           
static Map<String,Properties> Application.Duck.getModulePropertiesMap(Application me)
           
static boolean Application.Duck.isLifecycleModule(Application me)
           
static boolean Application.Duck.isOSGiModule(Application me)
           
static boolean Application.Duck.isStandaloneModule(Application me)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.