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

DeployedItemRefConfigCR

public interface DeployedItemRefConfigCR implements ConfigRemover
Represents the capability to create or remove ("CR") an instance of the <application-ref> element.

Fields Summary
public static final String
REF_KEY
Key for use with createDeployedItemRefConfig()
public static final String
ENABLED_KEY
Key for use with createDeployedItemRefConfig()
public static final String
VIRTUAL_SERVERS_KEY
Key for use with createDeployedItemRefConfig()
public static final String
LB_ENABLED_KEY
public static final String
DISABLE_TIMEOUT_IN_MINUTES_KEY
Constructors Summary
Methods Summary
public DeployedItemRefConfigcreateDeployedItemRefConfig(java.lang.String referencedApplicationName, java.util.Map optional)
Creates a new application-ref element.

param
referencedApplicationName Application name.
param
optional Map of optional aattributes whose keys are defined here.
return
A proxy to the DeployedItemRefConfig MBean that manages the config of newly created application-ref.

public DeployedItemRefConfigcreateDeployedItemRefConfig(boolean enabled, java.lang.String referencedApplicationName, java.lang.String virtualServers, boolean lbEnabled, int disableTimeoutInMinutes)
Creates a new application-ref element.

param
enabled
param
referencedApplicationName Application name.
param
virtualServers Comma separated list of virtual servers.
param
lbEnabled
param
disableTimeoutInMinutes
return
A proxy to the DeployedItemRefConfig MBean that manages the config of newly created application-ref.

public DeployedItemRefConfigcreateDeployedItemRefConfig(java.lang.String referencedApplicationName)
Creates a new application-ref element.

param
referencedApplicationName Application name.
return
A proxy to the DeployedItemRefConfig MBean that manages the config of newly created application-ref.

public voidremoveDeployedItemRefConfig(java.lang.String referencedApplicationName)
Remove an existing <application-ref>

param
referencedApplicationName the name of the application to remove