Uses of Class
tigase.vhosts.VHostItem

Packages that use VHostItem
tigase.server The main package with top level API for server side components. 
tigase.vhosts   
tigase.xmpp   
 

Uses of VHostItem in tigase.server
 

Methods in tigase.server that return VHostItem
 VHostItem BasicComponent.getVHostItem(String domain)
          Method description
 

Uses of VHostItem in tigase.vhosts
 

Methods in tigase.vhosts that return VHostItem
static VHostItem VHostRepoDefaults.getItemInstance()
          Method description
 VHostItem VhostConfigRepository.getItemInstance()
           
 VHostItem VHostJDBCRepository.getItemInstance()
          Method description
 VHostItem VHostItem.getUnmodifiableVHostItem()
          Method description
 VHostItem VHostManagerIfc.getVHostItem(String domain)
          Returns an object with all domain properties for given domain.
 VHostItem VHostManager.getVHostItem(String domain)
          Method description
 

Methods in tigase.vhosts with parameters of type VHostItem
 String VHostJDBCRepository.validateItem(VHostItem item)
          Performs validation of given VHostItem
 

Uses of VHostItem in tigase.xmpp
 

Fields in tigase.xmpp declared as VHostItem
protected  VHostItem RepositoryAccess.domain
          Field description
 

Methods in tigase.xmpp that return VHostItem
 VHostItem RepositoryAccess.getDomain()
          Method description
 

Methods in tigase.xmpp with parameters of type VHostItem
 void RepositoryAccess.setDomain(VHostItem domain)
          Method description
 



Copyright © 2013 Tigase. All rights reserved.