public interface ResourceRef extends ConfigBeanProxy
ConfigBeanProxy.Duck| Modifier and Type | Method and Description |
|---|---|
String |
getEnabled()
Determines whether the resource is active or ignored.
|
@NotNull @Pattern(regexp="[^\':,][^\':,]*") String |
getRef()
References the name attribute of a resources, such as an
org.glassfish.connectors.config.JdbcResource or
org.glassfish.connectors.config.JdbcConnectionPool. |
void |
setEnabled(String value)
Sets the value of the enabled property.
|
void |
setRef(String value)
Sets the value of the ref property.
|
createChild, deepCopy, getParent, getParentString getEnabled()
Stringvoid setEnabled(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoException@NotNull @Pattern(regexp="[^\':,][^\':,]*") @NotNull @Pattern(regexp="[^\':,][^\':,]*") String getRef()
org.glassfish.connectors.config.JdbcResource or
org.glassfish.connectors.config.JdbcConnectionPool.Stringvoid setRef(String value) throws PropertyVetoException
value - allowed object is StringPropertyVetoExceptionCopyright © 2019. All rights reserved.