|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.xmpp.XmppServer
public class XmppServer
This class starts the server as a standalone application using Spring configuration.
Constructor Summary | |
---|---|
XmppServer()
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getBean(java.lang.String beanName)
Returns a Spring bean that has the given bean name. |
static XmppServer |
getInstance()
Returns the singleton instance of XmppServer. |
java.lang.String |
getServerName()
Returns the server name. |
boolean |
isShuttingDown()
Returns true if the server is being shutdown. |
boolean |
isStandAlone()
Returns if the server is running in standalone mode. |
void |
start()
Starts the server using Spring configuration. |
void |
stop()
Stops the server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmppServer()
Method Detail |
---|
public static XmppServer getInstance()
public void start()
public void stop()
public java.lang.Object getBean(java.lang.String beanName)
beanName
-
public java.lang.String getServerName()
public boolean isShuttingDown()
public boolean isStandAlone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |