Class TopicInfoImpl
java.lang.Object
com.swiftmq.impl.topic.standard.announce.v400.TopicInfoImpl
- All Implemented Interfaces:
TopicInfo
-
Constructor Summary
ConstructorsConstructorDescriptionTopicInfoImpl(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 TypeMethodDescriptionintintString[]booleanvoidreadContent(DataInput in) toString()voidwriteContent(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:
getDestinationin interfaceTopicInfo
-
getRouterName
- Specified by:
getRouterNamein interfaceTopicInfo
-
isCreationInfo
public boolean isCreationInfo()- Specified by:
isCreationInfoin interfaceTopicInfo
-
getTopicName
- Specified by:
getTopicNamein interfaceTopicInfo
-
getTokenizedPredicate
- Specified by:
getTokenizedPredicatein interfaceTopicInfo
-
getNumberSubscriptions
public int getNumberSubscriptions()- Specified by:
getNumberSubscriptionsin interfaceTopicInfo
-
toString
-