Class TopicInfoImpl
java.lang.Object
com.swiftmq.impl.topic.standard.announce.v400.TopicInfoImpl
- All Implemented Interfaces:
TopicInfo
-
Constructor Summary
ConstructorDescriptionTopicInfoImpl
(String routerName, String topicName, String[] tokenizedPredicate, int numberSubscriptions) TopicInfoImpl
(String destination, String routerName, String topicName, String[] tokenizedPredicate, boolean creationInfo) TopicInfoImpl
(String destination, String routerName, String topicName, String[] tokenizedPredicate, int numberSubscriptions) -
Method Summary
Modifier and TypeMethodDescriptionint
int
String[]
boolean
void
readContent
(DataInput in) toString()
void
writeContent
(DataOutput out)
-
Constructor Details
-
TopicInfoImpl
-
TopicInfoImpl
-
TopicInfoImpl
-
TopicInfoImpl
public TopicInfoImpl()
-
-
Method Details
-
getDumpId
public int getDumpId() -
writeContent
- Throws:
IOException
-
readContent
- Throws:
IOException
-
getDestination
- Specified by:
getDestination
in interfaceTopicInfo
-
getRouterName
- Specified by:
getRouterName
in interfaceTopicInfo
-
isCreationInfo
public boolean isCreationInfo()- Specified by:
isCreationInfo
in interfaceTopicInfo
-
getTopicName
- Specified by:
getTopicName
in interfaceTopicInfo
-
getTokenizedPredicate
- Specified by:
getTokenizedPredicate
in interfaceTopicInfo
-
getNumberSubscriptions
public int getNumberSubscriptions()- Specified by:
getNumberSubscriptions
in interfaceTopicInfo
-
toString
-