|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.BasicComponent
tigase.server.AbstractComponentRegistrator<VHostListener>
tigase.vhosts.VHostManager
public class VHostManager
Describe class VHostManager here. Created: Fri Nov 21 14:28:20 2008
| Field Summary | |
|---|---|
static String |
VHOSTS_REPO_CLASS_PROP_KEY
Field description |
static String |
VHOSTS_REPO_CLASS_PROP_VAL
Field description |
static String |
VHOSTS_REPO_CLASS_PROPERTY
Field description |
| Fields inherited from class tigase.server.AbstractComponentRegistrator |
|---|
components |
| Fields inherited from class tigase.server.BasicComponent |
|---|
admins, ALL_PROP_KEY, COMMAND_PROP_NODE, scriptCommands, SCRIPTS_DIR_PROP_DEF, SCRIPTS_DIR_PROP_KEY, vHostManager |
| Fields inherited from interface tigase.disco.XMPPService |
|---|
CMD_FEATURES, DEF_FEATURES, INFO_XMLNS, ITEMS_XMLNS |
| Constructor Summary | |
|---|---|
VHostManager()
Creates a new VHostManager instance. |
|
| Method Summary | |
|---|---|
void |
addComponentDomain(String domain)
Method description |
void |
componentAdded(VHostListener component)
Method description |
void |
componentRemoved(VHostListener component)
Method description |
List<tigase.xmpp.JID> |
getAllVHosts()
Method description |
ServerComponent[] |
getComponentsForLocalDomain(String domain)
Method description |
ServerComponent[] |
getComponentsForNonLocalDomain(String domain)
Method description |
Map<String,Object> |
getDefaults(Map<String,Object> params)
Method description |
tigase.xmpp.BareJID |
getDefVHostItem()
Method description |
String |
getDiscoCategoryType()
Method description |
String |
getDiscoDescription()
Method description |
void |
getStatistics(StatisticsList list)
Method description |
VHostItem |
getVHostItem(String domain)
Method description |
void |
initBindings(Bindings binds)
Method description |
boolean |
isAnonymousEnabled(String domain)
Method description |
boolean |
isCorrectType(ServerComponent component)
Method description |
boolean |
isLocalDomain(String domain)
Method description |
boolean |
isLocalDomainOrComponent(String domain)
Method description |
void |
removeComponentDomain(String domain)
Method description |
void |
setName(String name)
Method description |
void |
setProperties(Map<String,Object> properties)
Method description |
| Methods inherited from class tigase.server.AbstractComponentRegistrator |
|---|
addComponent, deleteComponent, getComponent, newPacketId, release |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface tigase.server.ServerComponent |
|---|
getComponentId, getName, initializationCompleted, isInitializationComplete, processPacket, release |
| Field Detail |
|---|
public static final String VHOSTS_REPO_CLASS_PROP_KEY
public static final String VHOSTS_REPO_CLASS_PROP_VAL
public static final String VHOSTS_REPO_CLASS_PROPERTY
| Constructor Detail |
|---|
public VHostManager()
VHostManager instance.
| Method Detail |
|---|
public void addComponentDomain(String domain)
addComponentDomain in interface VHostManagerIfcaddComponentDomain in class BasicComponentdomain - public void componentAdded(VHostListener component)
componentAdded in class AbstractComponentRegistrator<VHostListener>component - public void componentRemoved(VHostListener component)
componentRemoved in class AbstractComponentRegistrator<VHostListener>component - public ServerComponent[] getComponentsForLocalDomain(String domain)
getComponentsForLocalDomain in interface VHostManagerIfcdomain -
public ServerComponent[] getComponentsForNonLocalDomain(String domain)
getComponentsForNonLocalDomain in interface VHostManagerIfcdomain -
public Map<String,Object> getDefaults(Map<String,Object> params)
getDefaults in interface ConfigurablegetDefaults in class BasicComponentparams -
public String getDiscoCategoryType()
getDiscoCategoryType in class BasicComponentpublic String getDiscoDescription()
getDiscoDescription in class BasicComponentpublic void getStatistics(StatisticsList list)
getStatistics in interface StatisticsContainerlist - public List<tigase.xmpp.JID> getAllVHosts()
getAllVHosts in interface VHostManagerIfcpublic VHostItem getVHostItem(String domain)
getVHostItem in interface VHostManagerIfcgetVHostItem in class BasicComponentdomain -
public tigase.xmpp.BareJID getDefVHostItem()
getDefVHostItem in interface VHostManagerIfcgetDefVHostItem in class BasicComponentpublic void initBindings(Bindings binds)
initBindings in class BasicComponentbinds - public boolean isAnonymousEnabled(String domain)
isAnonymousEnabled in interface VHostManagerIfcdomain -
public boolean isCorrectType(ServerComponent component)
isCorrectType in class AbstractComponentRegistrator<VHostListener>component -
public boolean isLocalDomain(String domain)
isLocalDomain in interface VHostManagerIfcisLocalDomain in class BasicComponentdomain -
public boolean isLocalDomainOrComponent(String domain)
isLocalDomainOrComponent in interface VHostManagerIfcisLocalDomainOrComponent in class BasicComponentdomain -
public void removeComponentDomain(String domain)
removeComponentDomain in interface VHostManagerIfcremoveComponentDomain in class BasicComponentdomain - public void setName(String name)
setName in interface ServerComponentsetName in class BasicComponentname - public void setProperties(Map<String,Object> properties)
setProperties in interface ConfigurablesetProperties in class BasicComponentproperties -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||