Searched refs:getHttpListener (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DHttpService.java71 public Map<String, HttpListener> getHttpListener(); method in interface:HttpService
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DHttpService.java94 * getHttpListener().add(newItem);
104 List<HttpListener> getHttpListener(); method in interface:HttpService
283 for (HttpListener v : target.getHttpListener()) {
/glassfish-3.1.2/admin/cli-optional/src/main/java/com/sun/enterprise/admin/cli/optional/
H A DDomainXmlVerifier.java158 List<HttpListener> httpListeners = httpSvc.getHttpListener();
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DGrizzlyConfigSchemaMigrator.java260 for (final HttpListener httpListener : httpService.getHttpListener()) {
459 for (final HttpListener listener : currentConfig.getHttpService().getHttpListener()) {
475 param.getHttpListener().remove(param.getHttpListenerById(listener.getId()));
697 if (!currentConfig.getHttpService().getHttpListener().isEmpty()) {

Completed in 22 milliseconds