Interface ResourceRef
- All Superinterfaces:
org.jvnet.hk2.config.ConfigBeanProxy
public interface ResourceRef
extends org.jvnet.hk2.config.ConfigBeanProxy
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
org.jvnet.hk2.config.ConfigBeanProxy.Duck -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDetermines whether the resource is active or ignored.@NotNull @Pattern(regexp="[^\':,][^\':,]*",message="Pattern: [^\':,][^\':,]*") StringgetRef()References the name attribute of a resources, such as anorg.glassfish.connectors.config.JdbcResourceororg.glassfish.connectors.config.JdbcConnectionPool.voidsetEnabled(String value) Sets the value of the enabled property.voidSets the value of the ref property.Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
Field Details
-
PATTERN_REF
- See Also:
-
-
Method Details
-
getEnabled
String getEnabled()Determines whether the resource is active or ignored.- Returns:
- possible object is
String
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-
getRef
@NotNull @Pattern(regexp="[^\':,][^\':,]*", message="Pattern: [^\':,][^\':,]*") @NotNull @Pattern(regexp="[^\':,][^\':,]*",message="Pattern: [^\':,][^\':,]*") String getRef()References the name attribute of a resources, such as anorg.glassfish.connectors.config.JdbcResourceororg.glassfish.connectors.config.JdbcConnectionPool.- Returns:
- possible object is
String
-
setRef
Sets the value of the ref property.- Parameters:
value- allowed object isString- Throws:
PropertyVetoException
-