Package jade.core.messaging
Interface TopicManagementSlice
-
- All Superinterfaces:
Serializable,Serializable,Service.Slice
- All Known Implementing Classes:
TopicManagementProxy
public interface TopicManagementSlice extends Service.Slice
- Author:
- Giovanni Caire - Telecom Italia
-
-
Field Summary
Fields Modifier and Type Field Description static StringH_DEREGISTERstatic StringH_REGISTER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidderegister(AID aid, AID topic)voidregister(AID aid, AID topic)-
Methods inherited from interface jade.core.Service.Slice
getNode, getService, serve
-
-
-
-
Field Detail
-
H_REGISTER
static final String H_REGISTER
- See Also:
- Constant Field Values
-
H_DEREGISTER
static final String H_DEREGISTER
- See Also:
- Constant Field Values
-
-
Method Detail
-
register
void register(AID aid, AID topic) throws IMTPException
- Throws:
IMTPException
-
deregister
void deregister(AID aid, AID topic) throws IMTPException
- Throws:
IMTPException
-
-