| Package | Description |
|---|---|
| tigase.pubsub | |
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached |
| Modifier and Type | Method and Description |
|---|---|
NodeType |
AbstractNodeConfig.getNodeType()
Method description
|
static NodeType |
NodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeType[] |
NodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractNodeConfig.setNodeType(NodeType nodeType)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
Long |
PubSubDAOJDBC.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
Long collectionId) |
void |
PubSubRepositoryWrapper.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection) |
void |
IPubSubRepository.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection)
Method description
|
T |
PubSubDAOPool.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
T collectionId) |
T |
IPubSubDAO.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
T collectionId)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
CachedPubSubRepository.createNode(tigase.xmpp.BareJID serviceJid,
String nodeName,
tigase.xmpp.BareJID ownerJid,
AbstractNodeConfig nodeConfig,
NodeType nodeType,
String collection) |
Copyright © 2008–2017 Tigase. All rights reserved.