public abstract class Manager
extends java.lang.Object
| Constructor and Description |
|---|
Manager(XMPPConnection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected XMPPConnection |
connection() |
protected XMPPConnection |
getAuthenticatedConnectionOrThrow()
Get the XMPPConnection of this Manager if it's authenticated, i.e.
|
protected static ScheduledAction |
schedule(java.lang.Runnable runnable,
long delay,
java.util.concurrent.TimeUnit unit) |
protected static ScheduledAction |
schedule(java.lang.Runnable runnable,
long delay,
java.util.concurrent.TimeUnit unit,
org.jivesoftware.smack.ScheduledAction.Kind scheduledActionKind) |
protected static ScheduledAction |
scheduleBlocking(java.lang.Runnable runnable,
long delay,
java.util.concurrent.TimeUnit unit) |
public Manager(XMPPConnection connection)
protected final XMPPConnection connection()
protected final XMPPConnection getAuthenticatedConnectionOrThrow() throws SmackException.NotLoggedInException
SmackException.NotLoggedInException.SmackException.NotLoggedInException - if the connection is not authenticated.protected static final ScheduledAction schedule(java.lang.Runnable runnable, long delay, java.util.concurrent.TimeUnit unit)
protected static final ScheduledAction scheduleBlocking(java.lang.Runnable runnable, long delay, java.util.concurrent.TimeUnit unit)
protected static final ScheduledAction schedule(java.lang.Runnable runnable, long delay, java.util.concurrent.TimeUnit unit, org.jivesoftware.smack.ScheduledAction.Kind scheduledActionKind)