Methods Summary |
---|
public java.lang.String | getDisableTimeoutInMinutes()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 java.lang.String | getVirtualServers()
|
public void | setDisableTimeoutInMinutes(java.lang.String timeout)
|
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.
|
public void | setVirtualServers(java.lang.String virtualServers)See {@link #getVirtualServers}.
|