public class XMPPAcceptorConfiguration extends CloneableDataObject implements SystemDataObject, com.streamscape.sef.network.xmpp.server.XMPPConfiguration
Title: Service Event Fabric Core
Description: Defines an XMPP acceptor configuration.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
DEFAULT_SERIAL_VERSION_ID
Modifier and Type | Method and Description |
---|---|
boolean |
getAnonymousRegistration()
Checks if an anonymous registration of new users is enabled.
|
int |
getBacklogSize()
Returns a max number of XMPP connections pending.
|
EventScope |
getEventScope() |
int |
getMaxThreadsInPool()
Returns a max number of threads in the XMPP server pool.
|
java.util.Date |
getTimestamp()
Returns a timestamp of when this object was created or last modified.
|
void |
setBacklogSize(int backlogSize) |
void |
setEventScope(EventScope eventScope) |
void |
setMaxThreadsInPool(int maxThreadsInPool) |
void |
touch()
Alters the timestamp of the object to reflect the exact time this object was
last touched.
|
clone, getSerialVersionUID
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSerialVersionUID
clone
public boolean getAnonymousRegistration()
com.streamscape.sef.network.xmpp.server.XMPPConfiguration
getAnonymousRegistration
in interface com.streamscape.sef.network.xmpp.server.XMPPConfiguration
true
if an anonymous registration of new users is enabled, false
otherwise.public EventScope getEventScope()
public void setEventScope(EventScope eventScope)
public int getMaxThreadsInPool()
com.streamscape.sef.network.xmpp.server.XMPPConfiguration
getMaxThreadsInPool
in interface com.streamscape.sef.network.xmpp.server.XMPPConfiguration
public void setMaxThreadsInPool(int maxThreadsInPool)
public int getBacklogSize()
com.streamscape.sef.network.xmpp.server.XMPPConfiguration
getBacklogSize
in interface com.streamscape.sef.network.xmpp.server.XMPPConfiguration
public void setBacklogSize(int backlogSize)
public java.util.Date getTimestamp()
SystemDataObject
getTimestamp
in interface SystemDataObject
public void touch()
SystemDataObject
touch
in interface SystemDataObject
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.