Package tigase.muc.modules
Class PresenceModuleImpl.DelayDeliveryThread
- java.lang.Object
-
- java.lang.Thread
-
- tigase.muc.modules.PresenceModuleImpl.DelayDeliveryThread
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- PresenceModuleImpl
public static class PresenceModuleImpl.DelayDeliveryThread extends Thread
Class description- Version:
- Enter version here..., 13/02/20
- Author:
- Enter your name here...
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePresenceModuleImpl.DelayDeliveryThread.DelDeliverySendInterface description-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description DelayDeliveryThread(PresenceModuleImpl.DelayDeliveryThread.DelDeliverySend component)Constructs ...
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidput(Collection<tigase.xml.Element> elements)voidput(tigase.xml.Element element)Method descriptionvoidrun()Method description-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
DelayDeliveryThread
public DelayDeliveryThread(PresenceModuleImpl.DelayDeliveryThread.DelDeliverySend component)
Constructs ...- Parameters:
component-
-
-
Method Detail
-
put
public void put(Collection<tigase.xml.Element> elements)
- Parameters:
elements-
-
put
public void put(tigase.xml.Element element)
Method description- Parameters:
element-
-
-