Searched defs:getModules (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DSystemApplications.java74 public List<ApplicationName> getModules(); method in interface:SystemApplications
H A DApplications.java80 public List<ApplicationName> getModules(); method in interface:Applications
83 * Gets a subset of {@link #getModules()} that has the given type.
86 <T> List<T> getModules(Class<T> type); method in interface:Applications
111 public static <T> List<T> getModules(Applications apps, Class<T> type) { method in class:Applications.Duck
113 for (Object module : apps.getModules()) {
128 for (ApplicationName module : apps.getModules())
137 return getModules(apps, Application.class);
145 for (ApplicationName module : apps.getModules())
165 getModules(apps, Application.class);
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DApplications.java56 public Map<String, Module> getModules(Class param1); method in interface:Applications
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/helper/
H A DAuthContextHelper.java137 public abstract <M> M[] getModules(M[] template,String authContextID) throws AuthException; method in class:AuthContextHelper
/glassfish-3.1.2/security/jaspic-provider-framework/src/main/java/com/sun/jaspic/config/jaas/
H A DJAASAuthContextHelper.java198 public <M> M[] getModules(M[] template, String authContextID) throws AuthException { method in class:JAASAuthContextHelper
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentManager.java201 return getModules(moduleType, targetList, DFDeploymentProperties.RUNNING);
227 return getModules(moduleType, targetList, DFDeploymentProperties.NON_RUNNING);
254 return getModules(moduleType, targetList, DFDeploymentProperties.ALL);
291 private TargetModuleID[] getModules(ModuleType moduleType, Target[] targetList, String state) throws TargetException, IllegalStateException { method in class:SunDeploymentManager
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DApplication.java956 public Set<ModuleDescriptor<BundleDescriptor>> getModules() { method in class:Application
1100 for (ModuleDescriptor<BundleDescriptor> aModule : getModules()) {
1121 for (ModuleDescriptor<BundleDescriptor> aModule : getModules()) {
1151 for (ModuleDescriptor<BundleDescriptor> aModule : getModules()) {
1319 if (getModules().size()>1) {
1325 return getModules().iterator().next().getDescriptor();
1343 for (ModuleDescriptor aModule : getModules()) {
1366 for (ModuleDescriptor<BundleDescriptor> aModule : getModules()) {
1631 for (ModuleDescriptor md : application.getModules()) {
1714 for (ModuleDescriptor<BundleDescriptor> aModule : getModules()) {
[all...]

Completed in 61 milliseconds