Class LimiterEndpoint
- java.lang.Object
-
- com.opencloud.rhino.slee.environment.JndiBinding
-
- com.opencloud.rhino.slee.environment.LimiterEndpoint
-
public final class LimiterEndpoint extends JndiBinding
Metadata class representing a JNDI binding to a Rhino limiter endpoint.
- Since:
- Rhino 2.4.0
-
-
Constructor Summary
Constructors Constructor Description LimiterEndpoint(String jndiName, Object value)
Create a new JNDI binding metadata object for a binding to a limiter endpoint.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BindingType
getType()
Get the type of the binding.String
toString()
-
Methods inherited from class com.opencloud.rhino.slee.environment.JndiBinding
equals, getJndiName, getValue, hashCode
-
-
-
-
Method Detail
-
getType
public BindingType getType()
Description copied from class:JndiBinding
Get the type of the binding.
- Specified by:
getType
in classJndiBinding
- Returns:
BindingType.LIMITER_ENDPOINT
.
-
-