| Modifier and Type | Method and Description |
|---|---|
UsersSubscription[] |
PresenceNodeSubscriptions.getSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
PresenceNodeSubscriptions.serialize(Map<tigase.xmpp.BareJID,UsersSubscription> fragment) |
| Modifier and Type | Field and Description |
|---|---|
protected ConcurrentMap<tigase.xmpp.BareJID,UsersSubscription> |
NodeSubscriptions.subs |
| Modifier and Type | Method and Description |
|---|---|
protected UsersSubscription |
NodeSubscriptions.get(tigase.xmpp.BareJID bareJid) |
UsersSubscription[] |
NodeSubscriptions.getSubscriptions()
Method description
|
UsersSubscription[] |
ISubscriptions.getSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
Map<tigase.xmpp.BareJID,UsersSubscription> |
NodeSubscriptions.getSubscriptionsMap()
Method description
|
Map<String,UsersSubscription> |
PubSubDAOPool.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersSubscription> |
PubSubDAOJDBC.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
Map<String,UsersSubscription> |
IPubSubDAO.getUserSubscriptions(tigase.xmpp.BareJID serviceJid,
tigase.xmpp.BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
void |
PubSubDAOPool.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription subscription) |
void |
PubSubDAOJDBC.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription subscription) |
void |
IPubSubDAO.updateNodeSubscription(tigase.xmpp.BareJID serviceJid,
long nodeId,
UsersSubscription userSubscription) |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeSubscriptions.init(Queue<UsersSubscription> data) |
String |
NodeSubscriptions.serialize(Map<tigase.xmpp.BareJID,UsersSubscription> fragment)
Method description
|
String |
ISubscriptions.serialize(Map<tigase.xmpp.BareJID,UsersSubscription> fragment) |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadLocal<Map<tigase.xmpp.BareJID,UsersSubscription>> |
NodeSubscriptions.changedSubs |
| Modifier and Type | Method and Description |
|---|---|
protected UsersSubscription |
NodeSubscriptions.get(tigase.xmpp.BareJID bareJid) |
UsersSubscription[] |
NodeSubscriptions.getSubscriptions()
Method description
|
| Modifier and Type | Method and Description |
|---|---|
Map<tigase.xmpp.BareJID,UsersSubscription> |
NodeSubscriptions.getChanged() |
| Modifier and Type | Method and Description |
|---|---|
UsersSubscription[] |
PubSubOldDAOJDBC.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
UsersSubscription[] |
PubSubOldDAO.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName)
Method description
|
UsersSubscription[] |
IPubSubOldDAO.getNodeSubscriptions(tigase.xmpp.BareJID serviceJid,
String nodeName) |
| Modifier and Type | Method and Description |
|---|---|
UsersSubscription |
UsersSubscription.clone()
Method description
|
Copyright © 2008–2014 Tigase. All rights reserved.