Interface DGServerRef
-
- All Superinterfaces:
ConfigBeanProxy,jakarta.validation.Payload,Ref
public interface DGServerRef extends ConfigBeanProxy, Ref, jakarta.validation.Payload
Reference for a deployment group- Author:
- Steve Millidge (Payara Foundation)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=DGServerRef.class) StringgetRef()Gets the value of the ref property.voidsetRef(String value)Sets the value of the ref property.-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-
-
-
Method Detail
-
getRef
@NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*", message="{server.invalid.name}", payload=DGServerRef.class) @RemoteKey(message="{resourceref.invalid.server-ref}", type=Server.class) @NotNull @Pattern(regexp="[A-Za-z0-9_][A-Za-z0-9\\-_\\.;]*",message="{server.invalid.name}",payload=DGServerRef.class) String getRef()Gets the value of the ref property. A reference to the name of a server defined elsewhere
-
setRef
void setRef(String value) throws PropertyVetoException
Sets the value of the ref property.- Specified by:
setRefin interfaceRef- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
-