Uses of Class
com.sun.enterprise.config.serverbeans.customvalidators.ReferenceConstraint.RemoteKey
-
Packages that use ReferenceConstraint.RemoteKey Package Description com.sun.enterprise.config.serverbeans fish.payara.enterprise.config.serverbeans org.glassfish.connectors.config org.glassfish.jdbc.config -
-
Uses of ReferenceConstraint.RemoteKey in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with annotations of type ReferenceConstraint.RemoteKey Modifier and Type Method Description @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\./;#]*") StringJmxConnector. getAuthRealmName()Deprecated.@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") StringCluster. getConfigRef()points to a named config.@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") StringServer. getConfigRef()Gets the value of the configRef property.@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*") StringClusterRef. getRef()Gets the value of the ref property.@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=ServerRef.class) StringServerRef. getRef()Gets the value of the ref property. -
Uses of ReferenceConstraint.RemoteKey in fish.payara.enterprise.config.serverbeans
Methods in fish.payara.enterprise.config.serverbeans with annotations of type ReferenceConstraint.RemoteKey Modifier and Type Method Description @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=DGServerRef.class) StringDGServerRef. getRef()Gets the value of the ref property. -
Uses of ReferenceConstraint.RemoteKey in org.glassfish.connectors.config
Methods in org.glassfish.connectors.config with annotations of type ReferenceConstraint.RemoteKey Modifier and Type Method Description @NotNull StringConnectorResource. getPoolName()Gets the value of the poolName property. -
Uses of ReferenceConstraint.RemoteKey in org.glassfish.jdbc.config
Methods in org.glassfish.jdbc.config with annotations of type ReferenceConstraint.RemoteKey Modifier and Type Method Description @NotNull StringJdbcResource. getPoolName()Gets the value of the poolName property.
-