org.jabber.jabberbeans.serverside
Interface ServerModule
- public interface ServerModule
- extends PacketListener, java.io.Serializable
A ServerModule
is a generic interface for server-side components.
Any implementing class should follow basic Bean design - accessor methods for all
variables, a no-argument public constructor for dynamic creation.
After construction and upon returning from instantiation, data will arrive on
the PacketListener methods.XS
- Version:
- $Revision: 1.1.1.1 $
- Author:
- David Waite
<dwaite@jabber.com>, $Author: lucky $
- See Also:
PacketListener
,
Serializable
instantiate
public void instantiate(ConnectionBean cb,
java.lang.String hostname)