public class IfaceTableHandler extends BaseRouterHandler
BIDICONFIG, PASSWORD, USERNAME
Constructor and Description |
---|
IfaceTableHandler() |
IfaceTableHandler(MaxEndPointInfo endPointInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RouterPropsInfo> |
getProperties() |
byte[] |
invoke(java.util.Map<java.lang.String,?> metaData,
byte[] data)
Writes data for a given interface name.
|
public IfaceTableHandler(MaxEndPointInfo endPointInfo)
public IfaceTableHandler()
public byte[] invoke(java.util.Map<java.lang.String,?> metaData, byte[] data) throws MXException
invoke
in interface RouterHandler
invoke
in class BaseRouterHandler
data
- the xml transaction in byte arrayMXException
- if there's a problem in writing data to queue.RouterHandler.invoke(java.util.Map, byte[])
public java.util.List<RouterPropsInfo> getProperties()