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, getParent
String getEnabled()
String
void setEnabled(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
@NotNull @Pattern(regexp="[^\':,][^\':,]*") @NotNull @Pattern(regexp="[^\':,][^\':,]*") String getRef()
org.glassfish.connectors.config.JdbcResource
or
org.glassfish.connectors.config.JdbcConnectionPool
.String
void setRef(String value) throws PropertyVetoException
value
- allowed object is String
PropertyVetoException
Copyright © 2019. All rights reserved.