ServerRefConfigpublic interface ServerRefConfig implements com.sun.appserv.management.base.Container, HealthCheckerConfigCR, RefConfigrepresents the <server-ref> element. |
Fields Summary |
---|
public static final String | J2EE_TYPEThe j2eeType as returned by {@link com.sun.appserv.management.base.AMX#getJ2EEType}. |
Methods Summary |
---|
public int | getDisableTimeoutInMinutes()returns the time, in minutes, that it takes this application to reach
a quiescent state after having been disabled
| public boolean | getLBEnabled()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 void | setDisableTimeoutInMinutes(int timeoutInMins)Set the time, in minutes, that it takes this application to reach
a quiescent state after having been disabled
| public void | setLBEnabled(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.
|
|