Uses of Interface
com.sun.enterprise.config.serverbeans.SystemPropertyBag
Packages that use SystemPropertyBag
-
Uses of SystemPropertyBag in com.sun.enterprise.config.modularity
Methods in com.sun.enterprise.config.modularity with parameters of type SystemPropertyBagModifier and TypeMethodDescriptionvoidConfigModularityUtils.addSystemPropertyForToken(List<ConfigCustomizationToken> tokens, SystemPropertyBag bag) -
Uses of SystemPropertyBag in com.sun.enterprise.config.serverbeans
Subinterfaces of SystemPropertyBag in com.sun.enterprise.config.serverbeansModifier and TypeInterfaceDescriptioninterfaceA cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.interfaceThe configuration defines the configuration of a server instance that can be shared by other server instances.interfaceinterfaceJakarta EE Application Server Configuration Each Application Server instance is a Jakarta EE compliant container.Methods in com.sun.enterprise.config.serverbeans with parameters of type SystemPropertyBagModifier and TypeMethodDescriptionstatic 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)