FileDocCategorySizeDatePackage
ServerRefConfig.javaAPI DocGlassfish v2 API3554Fri May 04 22:30:36 BST 2007com.sun.appserv.management.config

ServerRefConfig

public interface ServerRefConfig implements com.sun.appserv.management.base.Container, HealthCheckerConfigCR, RefConfig
represents the <server-ref> element.

Fields Summary
public static final String
J2EE_TYPE
The j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}.
Constructors Summary
Methods Summary
public intgetDisableTimeoutInMinutes()
returns the time, in minutes, that it takes this application to reach a quiescent state after having been disabled

public booleangetLBEnabled()
EE only Return the boolean flag that causes any and all load-balancers using this application to consider this application unavailable to them. Defaults to unavailable (false).

public voidsetDisableTimeoutInMinutes(int timeoutInMins)
Set the time, in minutes, that it takes this application to reach a quiescent state after having been disabled

public voidsetLBEnabled(boolean lbEnabled)
EE only Set the boolean flag that causes any and all load-balancers using this application to consider this application unavailable to them.