Uses of Interface
tigase.vhosts.VHostManagerIfc
-
Packages that use VHostManagerIfc Package Description tigase.cluster tigase.io tigase.licence tigase.server The main package with top level API for server side components.tigase.server.xmppclient tigase.vhosts tigase.xmpp.impl Package containing implementation of all Session Manager plugins -
-
Uses of VHostManagerIfc in tigase.cluster
Fields in tigase.cluster declared as VHostManagerIfc Modifier and Type Field Description protected VHostManagerIfcVirtualComponent. vHostManagerMethods in tigase.cluster with parameters of type VHostManagerIfc Modifier and Type Method Description voidVirtualComponent. setVHostManager(VHostManagerIfc manager) -
Uses of VHostManagerIfc in tigase.io
Fields in tigase.io declared as VHostManagerIfc Modifier and Type Field Description protected VHostManagerIfcSSLContextContainer. vHostManager -
Uses of VHostManagerIfc in tigase.licence
Fields in tigase.licence declared as VHostManagerIfc Modifier and Type Field Description protected static VHostManagerIfcLicenceCheckerUpdater. vhostHoldsVHostManagerIfcimplementation which manages all virtual host related funcionality in Tigase -
Uses of VHostManagerIfc in tigase.server
Fields in tigase.server declared as VHostManagerIfc Modifier and Type Field Description protected VHostManagerIfcBasicComponent. vHostManagerMethods in tigase.server with parameters of type VHostManagerIfc Modifier and Type Method Description voidBasicComponent. setVHostManager(VHostManagerIfc manager) -
Uses of VHostManagerIfc in tigase.server.xmppclient
Fields in tigase.server.xmppclient declared as VHostManagerIfc Modifier and Type Field Description protected VHostManagerIfcSeeOtherHost. vHostManager -
Uses of VHostManagerIfc in tigase.vhosts
Classes in tigase.vhosts that implement VHostManagerIfc Modifier and Type Class Description classVHostManagerDescribe class VHostManager here.Methods in tigase.vhosts with parameters of type VHostManagerIfc Modifier and Type Method Description voidVHostListener. setVHostManager(VHostManagerIfc manager)Sets the VHostManager which works on this server installation. -
Uses of VHostManagerIfc in tigase.xmpp.impl
Fields in tigase.xmpp.impl declared as VHostManagerIfc Modifier and Type Field Description protected VHostManagerIfcPresenceSubscription. vHostManager
-