public interface ResourceBinding
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBindingName()
Returns the current binding name for the resource.
|
java.lang.Object |
getProperty(java.lang.String name)
Returns a property value.
|
java.util.Collection<java.lang.String> |
getPropertyNames()
Returns an immutable collection of property names that will return a
non-null value from
getProperty(java.lang.String) . |
java.lang.String |
getReferenceName()
Returns the reference name, or null if this event is not for a reference.
|
java.lang.String |
getTypeName()
Returns the type of the resource name (for example,
javax.sql.DataSource ). |
void |
setBindingName(java.lang.String name)
Sets the binding name for the resource.
|
java.lang.String getReferenceName()
java.lang.String getTypeName()
javax.sql.DataSource
).java.lang.String getBindingName()
java.lang.Object getProperty(java.lang.String name)
name
- the property namegetPropertyNames()
java.util.Collection<java.lang.String> getPropertyNames()
getProperty(java.lang.String)
.void setBindingName(java.lang.String name)