public final class MaxEndPointInfo
extends java.lang.Object
Constructor and Description |
---|
MaxEndPointInfo(java.lang.String endPointName,
java.lang.String description,
java.lang.String handlerName)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the endpoint description
|
java.lang.String |
getEndPointName()
Get the endpoint name
|
java.lang.String |
getHandlerName()
Get the handler name
|
java.util.Map<java.lang.String,MaxEndPointPropInfo> |
getProperties()
Get the Map of properties associated with this endpoint.
|
MaxEndPointPropInfo |
getProperty(java.lang.String property)
Get the value associated with a property
|
void |
setProperty(java.lang.String property,
java.lang.String value,
int over)
Set the property value
|
public MaxEndPointInfo(java.lang.String endPointName, java.lang.String description, java.lang.String handlerName)
endPointName
- the endpoint namedescription
- the endpoint descriptionhandlerName
- the handler namepublic java.lang.String getEndPointName()
public java.lang.String getHandlerName()
public java.util.Map<java.lang.String,MaxEndPointPropInfo> getProperties()
public void setProperty(java.lang.String property, java.lang.String value, int over)
property
- the property namevalue
- the property valueover
- can this property being overridenpublic MaxEndPointPropInfo getProperty(java.lang.String property)
property
- the propertypublic java.lang.String getDescription()