|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VHostListener
Interface VHostListener needs to be implemented by every class wanting to accept and process XMPP packets sent to virtual domains. It allows for basic component settings and retrieve information and configuration about virtual domains server by the installation. Created: Fri Nov 21 14:29:49 2008
Method Summary | |
---|---|
boolean |
handlesLocalDomains()
Indicates whether the component accepts packets to all local domains. |
boolean |
handlesNameSubdomains()
Indicates whether the component can handle packets to 'name' subdomain. |
boolean |
handlesNonLocalDomains()
Indicates whether the component can handle all packets to non-local domains. |
void |
setVHostManager(VHostManagerIfc manager)
Sets the VHostManager which works on this server installation. |
Methods inherited from interface tigase.server.ServerComponent |
---|
getComponentId, getName, initializationCompleted, processPacket, release, setName |
Method Detail |
---|
void setVHostManager(VHostManagerIfc manager)
manager
- is a reference to VHostManager available on the server
installation.boolean handlesLocalDomains()
boolean handlesNonLocalDomains()
boolean handlesNameSubdomains()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |