Package jade.core.replication
Class AddressNotificationProxy
- java.lang.Object
-
- jade.core.SliceProxy
-
- jade.core.replication.AddressNotificationProxy
-
- All Implemented Interfaces:
AddressNotificationSlice,Service.Slice,Serializable,Serializable
public class AddressNotificationProxy extends SliceProxy implements AddressNotificationSlice
The remote proxy for the JADE kernel-level service distributing the Service Manager address list throughout the platform.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.core.replication.AddressNotificationSlice
H_ADDSERVICEMANAGERADDRESS, H_GETSERVICEMANAGERADDRESS, NAME
-
-
Constructor Summary
Constructors Constructor Description AddressNotificationProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddServiceManagerAddress(String addr)StringgetServiceManagerAddress()-
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
-
addServiceManagerAddress
public void addServiceManagerAddress(String addr) throws IMTPException
- Specified by:
addServiceManagerAddressin interfaceAddressNotificationSlice- Throws:
IMTPException
-
getServiceManagerAddress
public String getServiceManagerAddress() throws IMTPException
- Specified by:
getServiceManagerAddressin interfaceAddressNotificationSlice- Throws:
IMTPException
-
-