Package jade.core.nodeMonitoring
Class UDPNodeMonitoringProxy
- java.lang.Object
-
- jade.core.SliceProxy
-
- jade.core.nodeMonitoring.UDPNodeMonitoringProxy
-
- All Implemented Interfaces:
UDPNodeMonitoringSlice,Service.Slice,Serializable,Serializable
public class UDPNodeMonitoringProxy extends SliceProxy implements UDPNodeMonitoringSlice
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.core.nodeMonitoring.UDPNodeMonitoringSlice
H_ACTIVATEUDP, H_DEACTIVATEUDP
-
-
Constructor Summary
Constructors Constructor Description UDPNodeMonitoringProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivateUDP(String label, String host, int port, int pingDelay, long key)voiddeactivateUDP(String label, long key)-
Methods inherited from class jade.core.SliceProxy
getNode, getService, serve, setNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jade.core.Service.Slice
getNode, getService, serve
-
-
-
-
Method Detail
-
activateUDP
public void activateUDP(String label, String host, int port, int pingDelay, long key) throws IMTPException, ServiceException
- Specified by:
activateUDPin interfaceUDPNodeMonitoringSlice- Throws:
IMTPExceptionServiceException
-
deactivateUDP
public void deactivateUDP(String label, long key) throws IMTPException
- Specified by:
deactivateUDPin interfaceUDPNodeMonitoringSlice- Throws:
IMTPException
-
-