com.sun.enterprise.v3.admin.adapter
Class AdminEndpointDecider

java.lang.Object
  extended by com.sun.enterprise.v3.admin.adapter.AdminEndpointDecider

public final class AdminEndpointDecider
extends Object

Makes various decisions about the admin adapters.

Since:
GlassFish V3 (March 2008)
Author:
केदार (km@dev.java.net)

Field Summary
static int ADMIN_PORT
           
 
Constructor Summary
AdminEndpointDecider(Config cfg, Logger log)
           
 
Method Summary
 String getAsadminContextRoot()
           
 List<String> getAsadminHosts()
           
 String getGuiContextRoot()
           
 List<String> getGuiHosts()
           
 InetAddress getListenAddress()
           
 int getListenPort()
           
 int getMaxThreadPoolSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADMIN_PORT

public static final int ADMIN_PORT
See Also:
Constant Field Values
Constructor Detail

AdminEndpointDecider

public AdminEndpointDecider(Config cfg,
                            Logger log)
Method Detail

getListenPort

public int getListenPort()

getListenAddress

public InetAddress getListenAddress()

getMaxThreadPoolSize

public int getMaxThreadPoolSize()

getAsadminHosts

public List<String> getAsadminHosts()

getGuiHosts

public List<String> getGuiHosts()

getAsadminContextRoot

public String getAsadminContextRoot()

getGuiContextRoot

public String getGuiContextRoot()


Copyright © 2012. All Rights Reserved.