Package jade.core.replication
Interface AddressNotificationSlice
-
- All Superinterfaces:
Serializable,Serializable,Service.Slice
- All Known Implementing Classes:
AddressNotificationProxy
public interface AddressNotificationSlice extends Service.Slice
The horizontal interface for the JADE kernel-level service distributing the Service Manager address list throughout the platform.- Author:
- Giovanni Rimassa - FRAMeTech s.r.l.
-
-
Field Summary
Fields Modifier and Type Field Description static StringH_ADDSERVICEMANAGERADDRESSThis command name represents the notification of the removal of an address from the Service Manager of the platform.static StringH_GETSERVICEMANAGERADDRESSstatic StringNAMEThe name of this service.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddServiceManagerAddress(String addr)StringgetServiceManagerAddress()-
Methods inherited from interface jade.core.Service.Slice
getNode, getService, serve
-
-
-
-
Field Detail
-
NAME
static final String NAME
The name of this service.- See Also:
- Constant Field Values
-
H_ADDSERVICEMANAGERADDRESS
static final String H_ADDSERVICEMANAGERADDRESS
This command name represents the notification of the removal of an address from the Service Manager of the platform.- See Also:
- Constant Field Values
-
H_GETSERVICEMANAGERADDRESS
static final String H_GETSERVICEMANAGERADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
addServiceManagerAddress
void addServiceManagerAddress(String addr) throws IMTPException
- Throws:
IMTPException
-
getServiceManagerAddress
String getServiceManagerAddress() throws IMTPException
- Throws:
IMTPException
-
-