Package jade.core.nodeMonitoring
Interface UDPNodeMonitoringSlice
-
- All Superinterfaces:
Serializable,Serializable,Service.Slice
- All Known Implementing Classes:
UDPNodeMonitoringProxy
public interface UDPNodeMonitoringSlice extends Service.Slice
-
-
Field Summary
Fields Modifier and Type Field Description static StringH_ACTIVATEUDPstatic StringH_DEACTIVATEUDP
-
Method Summary
All Methods Instance Methods Abstract 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 interface jade.core.Service.Slice
getNode, getService, serve
-
-
-
-
Field Detail
-
H_ACTIVATEUDP
static final String H_ACTIVATEUDP
- See Also:
- Constant Field Values
-
H_DEACTIVATEUDP
static final String H_DEACTIVATEUDP
- See Also:
- Constant Field Values
-
-
Method Detail
-
activateUDP
void activateUDP(String label, String host, int port, int pingDelay, long key) throws IMTPException, ServiceException
- Throws:
IMTPExceptionServiceException
-
deactivateUDP
void deactivateUDP(String label, long key) throws IMTPException
- Throws:
IMTPException
-
-