Uses of Interface
com.sun.enterprise.config.serverbeans.SystemPropertyBag
-
Packages that use SystemPropertyBag Package Description com.sun.enterprise.config.modularity com.sun.enterprise.config.serverbeans -
-
Uses of SystemPropertyBag in com.sun.enterprise.config.modularity
Methods in com.sun.enterprise.config.modularity with parameters of type SystemPropertyBag Modifier and Type Method Description voidConfigModularityUtils. addSystemPropertyForToken(List<ConfigCustomizationToken> tokens, SystemPropertyBag bag) -
Uses of SystemPropertyBag in com.sun.enterprise.config.serverbeans
Subinterfaces of SystemPropertyBag in com.sun.enterprise.config.serverbeans Modifier and Type Interface Description interfaceClusterA cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.interfaceConfigThe configuration defines the configuration of a server instance that can be shared by other server instances.interfaceDomaininterfaceServerJava EE Application Server Configuration Each Application Server instance is a Java EE compliant container.Methods in com.sun.enterprise.config.serverbeans with parameters of type SystemPropertyBag Modifier and Type Method Description static booleanSystemPropertyBag.Duck. containsProperty(SystemPropertyBag me, String name)static SystemPropertySystemPropertyBag.Duck. getSystemProperty(SystemPropertyBag me, String name)static StringSystemPropertyBag.Duck. getSystemPropertyValue(SystemPropertyBag me, String name)static StringSystemPropertyBag.Duck. getSystemPropertyValue(SystemPropertyBag me, String name, String defaultValue)
-