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

ServerConfig

public interface ServerConfig implements com.sun.appserv.management.config.TemplateResolver, com.sun.appserv.management.base.Container, PropertiesAccess, SystemPropertiesAccess, NamedConfigElement
Base interface for server configuration for the <server> element. Does not provide ability to access resource or application-ref; see {@link StandaloneServerConfig} and {@link ClusteredServerConfig}.

Fields Summary
Constructors Summary
Methods Summary
public java.util.MapgetDeployedItemRefConfigMap()
Calls Container.getContaineeMap( XTypes.DEPLOYED_ITEM_REF_CONFIG ).

return
Map of all DeployedItemRefConfig MBean proxies, keyed by name.
see
com.sun.appserv.management.base.Container#getContaineeMap

public java.lang.StringgetLBWeight()
EE only Return the load balancer weight for this server. This is used by both IIOP and HTTP load balancer. Default value is 1.

since
AppServer 9.0

public java.lang.StringgetReferencedConfigName()
Get the name of the config element referenced by this server.

public java.lang.StringgetReferencedNodeAgentName()
Get the name of the node-agent element referenced by this server.

public java.util.MapgetResourceRefConfigMap()
Calls Container.getContaineeMap( XTypes.RESOURCE_REF_CONFIG ).

return
Map of all ResourceRefConfig MBean proxies, keyed by name.
see
com.sun.appserv.management.base.Container#getContaineeMap

public voidsetLBWeight(java.lang.String weight)
EE only Set the load balancer weight for this server to the specified value.

since
AppServer 9.0