com.sun.enterprise.config.serverbeans
Class Applications.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.Applications.Duck
Enclosing interface:
Applications

public static class Applications.Duck
extends Object


Constructor Summary
Applications.Duck()
           
 
Method Summary
static Application getApplication(Applications apps, String moduleID)
           
static List<Application> getApplications(Applications apps)
           
static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType)
           
static List<Application> getApplicationsWithSnifferType(Applications apps, String snifferType, boolean onlyStandaloneModules)
           
static
<T> T
getModule(Applications apps, Class<T> type, String moduleID)
           
static
<T> List<T>
getModules(Applications apps, Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Applications.Duck

public Applications.Duck()
Method Detail

getModules

public static <T> List<T> getModules(Applications apps,
                                     Class<T> type)

getModule

public static <T> T getModule(Applications apps,
                              Class<T> type,
                              String moduleID)

getApplications

public static List<Application> getApplications(Applications apps)

getApplication

public static Application getApplication(Applications apps,
                                         String moduleID)

getApplicationsWithSnifferType

public static List<Application> getApplicationsWithSnifferType(Applications apps,
                                                               String snifferType)

getApplicationsWithSnifferType

public static List<Application> getApplicationsWithSnifferType(Applications apps,
                                                               String snifferType,
                                                               boolean onlyStandaloneModules)


Copyright © 2012 GlassFish Community. All Rights Reserved.