|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.server.xmppsession.SessionManagerConfig
public abstract class SessionManagerConfig
Describe class SessionManagerConfig here. Created: Tue Oct 24 23:07:57 2006
| Field Summary | |
|---|---|
protected static String |
ADMIN_SCRIPTS_PROP_KEY
|
protected static String |
ADMIN_SCRIPTS_PROP_VAL
|
protected static String |
AUTO_CREATE_OFFLINE_USER_PROP_KEY
|
protected static String |
AUTO_CREATE_OFFLINE_USER_PROP_VAL
|
static String |
defaultHandlerProcId
Field description |
protected static String |
FORCE_DETAIL_STALE_CONNECTION_CHECK
|
static String |
PLUGINS_CONCURRENCY_PROP_KEY
Field description |
static String |
PLUGINS_CONF_PROP_KEY
Field description |
static String |
PLUGINS_PROP_KEY
Field description |
static String |
sessionCloseProcId
Field description |
static String |
sessionOpenProcId
Field description |
protected static String |
SKIP_PRIVACY_PROP_KEY
|
protected static String |
SM_THREADS_POOL_CUSTOM_PROP_VAL
|
protected static String |
SM_THREADS_POOL_PROP_KEY
|
protected static String |
SM_THREADS_POOL_PROP_VAL
|
protected static String |
STALE_CONNECTION_CLOSER_QUEUE_SIZE_KEY
|
| Constructor Summary | |
|---|---|
SessionManagerConfig()
|
|
| Method Summary | |
|---|---|
static String[] |
getActivePlugins(Map<String,Object> props)
Returns list of active plugins with implementation available |
static void |
getDefaults(Map<String,Object> props,
Map<String,Object> params)
Method description |
static XMPPPacketFilterIfc |
getPacketFilter(String plug_id)
Get packetfilter instance |
static XMPPPostprocessorIfc |
getPostprocessor(String plug_id)
Get postprocessor instance |
static XMPPPreprocessorIfc |
getPreprocessor(String plug_id)
Get preprocessor instance |
static XMPPProcessorIfc |
getProcessor(String plug_id)
Get processor instance |
static XMPPStopListenerIfc |
getStopListener(String plug_id)
Get stoplistener instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PLUGINS_PROP_KEY
public static final String PLUGINS_CONF_PROP_KEY
public static final String PLUGINS_CONCURRENCY_PROP_KEY
public static final String sessionCloseProcId
public static final String defaultHandlerProcId
public static final String sessionOpenProcId
protected static final String ADMIN_SCRIPTS_PROP_KEY
protected static final String ADMIN_SCRIPTS_PROP_VAL
protected static final String FORCE_DETAIL_STALE_CONNECTION_CHECK
protected static final String SKIP_PRIVACY_PROP_KEY
protected static final String STALE_CONNECTION_CLOSER_QUEUE_SIZE_KEY
protected static final String AUTO_CREATE_OFFLINE_USER_PROP_KEY
protected static final String AUTO_CREATE_OFFLINE_USER_PROP_VAL
protected static final String SM_THREADS_POOL_PROP_KEY
protected static final String SM_THREADS_POOL_PROP_VAL
protected static final String SM_THREADS_POOL_CUSTOM_PROP_VAL
| Constructor Detail |
|---|
public SessionManagerConfig()
| Method Detail |
|---|
public static void getDefaults(Map<String,Object> props,
Map<String,Object> params)
props - params - public static String[] getActivePlugins(Map<String,Object> props)
props -
public static XMPPProcessorIfc getProcessor(String plug_id)
plug_id -
public static XMPPPreprocessorIfc getPreprocessor(String plug_id)
plug_id -
public static XMPPPostprocessorIfc getPostprocessor(String plug_id)
plug_id -
public static XMPPPacketFilterIfc getPacketFilter(String plug_id)
plug_id -
public static XMPPStopListenerIfc getStopListener(String plug_id)
plug_id -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||