Uses of Interface
com.sun.enterprise.config.serverbeans.SystemProperty
-
Packages that use SystemProperty Package Description com.sun.enterprise.config.serverbeans -
-
Uses of SystemProperty in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return SystemProperty Modifier and Type Method Description static SystemPropertySystemPropertyBag.Duck. getSystemProperty(SystemPropertyBag me, String name)SystemPropertySystemPropertyBag. getSystemProperty(String name)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type SystemProperty Modifier and Type Method Description List<SystemProperty>Cluster. getSystemProperty()Gets the value of the systemProperty property.List<SystemProperty>Config. getSystemProperty()Gets the value of the systemProperty property.List<SystemProperty>Domain. getSystemProperty()Gets the value of the systemProperty property.List<SystemProperty>Server. getSystemProperty()Gets the value of the systemProperty property.List<SystemProperty>SystemPropertyBag. getSystemProperty()Gets the list of system-property.
-