Searched refs:getAllInstances (Results 1 - 6 of 6) sorted by relevance

/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DTarget.java194 List<Server> allInstances = getAllInstances();
207 public List<Server> getAllInstances() { method in class:Target
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DMbeanService.java120 public List<String> getAllInstances() { method in class:MbeanService
121 return convertList(tgt.getAllInstances());
H A DSetCommand.java469 replicationInstances = targetService.getAllInstances();
483 replicationInstances = targetService.getAllInstances();
H A DMonitoringReporter.java352 List<Server> allServers = targetService.getAllInstances();
H A DDynamicInterceptor.java203 result.addAllInstances(MbeanService.getInstance().getAllInstances());
283 instances.addAll(MbeanService.getInstance().getAllInstances());
/glassfish-3.1.2/cluster/admin/src/main/java/com/sun/enterprise/v3/admin/cluster/
H A DGlassFishClusterExecutor.java170 List<Server> allInstances = targetService.getAllInstances();

Completed in 135 milliseconds