Uses of Class
tigase.pubsub.NodeType

Packages that use NodeType
tigase.pubsub   
tigase.pubsub.repository   
tigase.pubsub.repository.stateless   
 

Uses of NodeType in tigase.pubsub
 

Methods in tigase.pubsub that return NodeType
 NodeType AbstractNodeConfig.getNodeType()
           
static NodeType NodeType.valueOf(java.lang.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.
 

Methods in tigase.pubsub with parameters of type NodeType
 void AbstractNodeConfig.setNodeType(NodeType nodeType)
           
 

Uses of NodeType in tigase.pubsub.repository
 

Methods in tigase.pubsub.repository with parameters of type NodeType
 void PubSubDAO.createNode(java.lang.String nodeName, java.lang.String ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)
           
 void IPubSubRepository.createNode(java.lang.String nodeName, java.lang.String ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)
           
 void IPubSubDAO.createNode(java.lang.String nodeName, java.lang.String ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)
           
 

Uses of NodeType in tigase.pubsub.repository.stateless
 

Methods in tigase.pubsub.repository.stateless with parameters of type NodeType
 void StatelessPubSubRepository.createNode(java.lang.String nodeName, java.lang.String ownerJid, AbstractNodeConfig nodeConfig, NodeType nodeType, java.lang.String collection)
           
 



Copyright © 2008 Tigase. All Rights Reserved.