Uses of Class
tigase.vhosts.VHostItem

Packages that use VHostItem
tigase.server   
tigase.vhosts   
tigase.xmpp   
 

Uses of VHostItem in tigase.server
 

Methods in tigase.server that return VHostItem
 VHostItem AbstractMessageReceiver.getVHostItem(java.lang.String domain)
           
 

Uses of VHostItem in tigase.vhosts
 

Fields in tigase.vhosts with type parameters of type VHostItem
protected  java.util.LinkedHashMap<java.lang.String,VHostItem> VhostConfigRepository.vhosts
           
 

Methods in tigase.vhosts that return VHostItem
 VHostItem VHostItem.getUnmodifiableVHostItem()
           
 VHostItem VHostRepository.getVHost(java.lang.String domain)
          The method returns all domain configuration parameters for a given domain or null if the domain does not exist in the repository.
 VHostItem VhostConfigRepository.getVHost(java.lang.String domain)
           
 VHostItem VHostManagerIfc.getVHostItem(java.lang.String domain)
           
 VHostItem VHostManager.getVHostItem(java.lang.String domain)
           
 

Methods in tigase.vhosts that return types with arguments of type VHostItem
 java.util.Collection<VHostItem> VHostRepository.localDomains()
           
 java.util.Collection<VHostItem> VhostConfigRepository.localDomains()
           
 

Methods in tigase.vhosts with parameters of type VHostItem
 void VHostRepository.addVHost(VHostItem vhost)
          The method adds a new or updates existing virtual hosts in the repository.
 void VhostConfigRepository.addVHost(VHostItem vhost)
           
 

Uses of VHostItem in tigase.xmpp
 

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

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



Copyright © 2009 Tigase. All Rights Reserved.