Class TopicAnnounceSender
java.lang.Object
com.swiftmq.impl.topic.standard.announce.TopicAnnounceSender
- All Implemented Interfaces:
POAnnounceSenderVisitor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
announceSubscriptions
(TopicInfo remoteTI) void
close()
void
destinationActivated
(RoutingEvent event) void
destinationAdded
(Route route) void
destinationAdded
(RoutingEvent event) void
destinationDeactivated
(RoutingEvent event) void
destinationRemoved
(RoutingEvent event) void
entityAdded
(Entity parent, Entity newEntity) void
entityRemoved
(Entity parent, Entity delEntity) void
routerRemoved
(String routername) void
topicCreated
(String topicName) void
topicRemoved
(String topicName) toString()
void
versionNoteReceived
(VersionNotification vn) void
void
void
void
void
void
void
void
visit
(POTopicCreated po) void
visit
(POTopicRemoved po) void
void
-
Constructor Details
-
TopicAnnounceSender
-
-
Method Details
-
destinationAdded
public void destinationAdded(RoutingEvent event) -
destinationActivated
public void destinationActivated(RoutingEvent event) -
destinationDeactivated
public void destinationDeactivated(RoutingEvent event) -
destinationRemoved
public void destinationRemoved(RoutingEvent event) -
entityAdded
public void entityAdded(Entity parent, Entity newEntity) -
entityRemoved
public void entityRemoved(Entity parent, Entity delEntity) -
versionNoteReceived
public void versionNoteReceived(VersionNotification vn) -
destinationAdded
public void destinationAdded(Route route) -
routerRemoved
-
topicCreated
-
topicRemoved
-
announceSubscriptions
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
visit
- Specified by:
visit
in interfacePOAnnounceSenderVisitor
-
close
public void close() -
toString
-