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

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

public static class HttpService.Duck
extends Object


Constructor Summary
HttpService.Duck()
           
 
Method Summary
static HttpListener getHttpListenerById(HttpService target, String id)
          Deprecated. 
static List<String> getNonAdminVirtualServerList(HttpService target)
           
static VirtualServer getVirtualServerByName(HttpService target, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpService.Duck

public HttpService.Duck()
Method Detail

getVirtualServerByName

public static VirtualServer getVirtualServerByName(HttpService target,
                                                   String name)

getNonAdminVirtualServerList

public static List<String> getNonAdminVirtualServerList(HttpService target)

getHttpListenerById

@Deprecated
public static HttpListener getHttpListenerById(HttpService target,
                                                          String id)
Deprecated. 



Copyright © 2012 GlassFish Community. All Rights Reserved.