Uses of Interface
org.glassfish.api.admin.config.Named
-
-
Uses of Named in com.sun.enterprise.config.serverbeans
Subinterfaces of Named 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.interfaceClusterExtensionSuper interface for any extension element to theClusterconfigurationinterfaceConfigThe configuration defines the configuration of a server instance that can be shared by other server instances.interfaceJmxConnectorThe jmx-connector element defines the configuration of a JSR 160 compliant remote JMX Connector.interfaceMbeanNote on the Name of the MBean : It is a String that represents the name of the MBean.interfaceModuleTag Interface for any moduleinterfaceNodeA cluster defines a homogeneous set of server instances that share the same applications, resources, and configuration.interfaceServerJava EE Application Server Configuration Each Application Server instance is a Java EE compliant container.interfaceServerResourceTag interface for all types of resource.interfaceVirtualMachineExtensionTag interface for VirtualMachine configuration. -
Uses of Named in com.sun.enterprise.config.serverbeans.customvalidators
Methods in com.sun.enterprise.config.serverbeans.customvalidators with parameters of type Named Modifier and Type Method Description booleanConfigRefValidator. isValid(Named bean, jakarta.validation.ConstraintValidatorContext constraintValidatorContext)booleanNotDuplicateTargetNameValidator. isValid(Named bean, jakarta.validation.ConstraintValidatorContext context) -
Uses of Named in com.sun.enterprise.v3.admin
Methods in com.sun.enterprise.v3.admin that return Named Modifier and Type Method Description Named[]V2DottedNameSupport. getNamedNodes(List<? extends Named> target, List<? extends Named> references, String name)Method parameters in com.sun.enterprise.v3.admin with type arguments of type Named Modifier and Type Method Description Named[]V2DottedNameSupport. getNamedNodes(List<? extends Named> target, List<? extends Named> references, String name) -
Uses of Named in fish.payara.enterprise.config.serverbeans
Subinterfaces of Named in fish.payara.enterprise.config.serverbeans Modifier and Type Interface Description interfaceDeploymentGroup -
Uses of Named in org.glassfish.api.monitoring
Subinterfaces of Named in org.glassfish.api.monitoring Modifier and Type Interface Description interfaceContainerMonitoringDefault monitoring configuration for containers.
-