com.sun.enterprise.config.serverbeans
Class Applications.Duck
java.lang.Object
com.sun.enterprise.config.serverbeans.Applications.Duck
- Enclosing interface:
- Applications
public static class Applications.Duck
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Applications.Duck
public Applications.Duck()
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.