Home
last modified time | relevance | path

Searched refs:sessionsSweeper (Results 1 – 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/commands/
DAdHocCommandManager.java104 private Thread sessionsSweeper; field in AdHocCommandManager
349 sessionsSweeper = null; in init()
453 if (sessionsSweeper == null) { in processAdHocCommand()
454 sessionsSweeper = new Thread(new Runnable() { in processAdHocCommand()
491 sessionsSweeper.setDaemon(true); in processAdHocCommand()
492 sessionsSweeper.start(); in processAdHocCommand()