Uses of Class
tigase.pubsub.NodeType

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

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.cached
 

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



Copyright © 2008-2009 Tigase. All Rights Reserved.