public class JMSOfflineStateDurSubDataEntry extends MetaDataEntry implements IReplicatable
| Modifier and Type | Field and Description |
|---|---|
String |
m_durableSubscriptionName |
Boolean |
m_isSubscribed
if true then this durable topic is currently subscribed with the m_durableSubscriptionName
unique name.
|
Boolean |
m_isSubscriberOnline
if true then this durable topic is currently subscribed with the m_durableSubscriptionName
unique name, and the topic subscriber is currently online.
|
String |
m_subscriberClientID
the consumer client id which identifies each durable subsriber with a specific space name and
topic name (e.g.
|
String |
m_topicName
The topic name that the durable subscriber should subscribe to and which is subscribed with
the m_durableSubscriptionName unique name.
|
| Constructor and Description |
|---|
JMSOfflineStateDurSubDataEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
__getEntryInfo, __setEntryInfo, _readExternal, _writeExternal, isFifo, isNOWriteLeaseMode, isTransient, makePersistent, makeTransient, setFifo, setNOWriteLeaseMode, setTransientpublic String m_durableSubscriptionName
public String m_topicName
public Boolean m_isSubscribed
public Boolean m_isSubscriberOnline
public String m_subscriberClientID
Copyright © GigaSpaces.