FileDocCategorySizeDatePackage
DeployedItemRefConfig.javaAPI DocGlassfish v2 API3704Fri May 04 22:30:32 BST 2007com.sun.appserv.management.config

DeployedItemRefConfig

public interface DeployedItemRefConfig implements RefConfig
Represents an <application-ref> element found within a <server> 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 java.lang.StringgetDisableTimeoutInMinutes()
The time, in minutes, that it takes this application to reach a quiescent state after having been disabled.

since
AppServer 9.0

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 java.lang.StringgetVirtualServers()

return
comma-delimited list of virtual servers

public voidsetDisableTimeoutInMinutes(java.lang.String timeout)

see
#getDisableTimeoutInMinutes
since
AppServer 9.0

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.

public voidsetVirtualServers(java.lang.String virtualServers)
See {@link #getVirtualServers}.