Package jade.core.messaging
Class TopicManagementProxy
- java.lang.Object
-
- jade.core.SliceProxy
-
- jade.core.messaging.TopicManagementProxy
-
- All Implemented Interfaces:
TopicManagementSlice,Service.Slice,Serializable,Serializable
public class TopicManagementProxy extends SliceProxy implements TopicManagementSlice
Slice Proxy for the TopicManagementService- Author:
- Giovanni Caire - Telecom Italia
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface jade.core.messaging.TopicManagementSlice
H_DEREGISTER, H_REGISTER
-
-
Constructor Summary
Constructors Constructor Description TopicManagementProxy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidderegister(AID aid, AID topic)voidregister(AID aid, AID topic)-
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
-
register
public void register(AID aid, AID topic) throws IMTPException
- Specified by:
registerin interfaceTopicManagementSlice- Throws:
IMTPException
-
deregister
public void deregister(AID aid, AID topic) throws IMTPException
- Specified by:
deregisterin interfaceTopicManagementSlice- Throws:
IMTPException
-
-