public final class LimiterEndpoint extends JndiBinding
Metadata class representing a JNDI binding to a Rhino limiter endpoint.
Constructor and Description |
---|
LimiterEndpoint(String jndiName,
Object value)
Create a new JNDI binding metadata object for a binding to a limiter endpoint.
|
Modifier and Type | Method and Description |
---|---|
BindingType |
getType()
Get the type of the binding.
|
String |
toString() |
equals, getJndiName, getValue, hashCode
public BindingType getType()
JndiBinding
Get the type of the binding.
getType
in class JndiBinding
BindingType.LIMITER_ENDPOINT
.