public interface ResourceRef
extends org.jvnet.hk2.config.ConfigBeanProxy
| 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.
|
String 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 © 2017–2020 Eclipse Foundation. All rights reserved.