com.sun.enterprise.config.util
Class ServerHelper

java.lang.Object
  extended by com.sun.enterprise.config.util.ServerHelper

public class ServerHelper
extends java.lang.Object

The Server.java file is getting pretty bloated. Offload some utilities here.

Author:
Byron Nevins

Constructor Summary
ServerHelper(Server theServer, Config theConfig)
           
 
Method Summary
 java.lang.String getAdminHost()
           
static com.sun.grizzly.config.dom.NetworkListener getAdminListener(Config config)
           
 int getAdminPort()
           
 boolean isRunning()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerHelper

public ServerHelper(Server theServer,
                    Config theConfig)
Method Detail

getAdminPort

public final int getAdminPort()

getAdminHost

public final java.lang.String getAdminHost()

isRunning

public final boolean isRunning()

getAdminListener

public static com.sun.grizzly.config.dom.NetworkListener getAdminListener(Config config)


Copyright © 2012 GlassFish Community. All Rights Reserved.