@Bean(name="self-pinger-monitor",
parent=MUCComponent.class,
active=true)
public class SelfPingerMonitor
extends tigase.component.ScheduledTask
| Modifier and Type | Class and Description |
|---|---|
static interface |
SelfPingerMonitor.Handler |
static class |
SelfPingerMonitor.ResultStatus |
| Constructor and Description |
|---|
SelfPingerMonitor() |
| Modifier and Type | Method and Description |
|---|---|
Request |
register(tigase.xmpp.jid.JID jidFrom,
tigase.xmpp.jid.JID jidTo,
String id) |
void |
registerResponse(tigase.xmpp.jid.JID jid,
String stanzaId,
Request.Result result) |
void |
run() |
void |
setHandler(SelfPingerMonitor.Handler handler) |
beanConfigurationChanged, beforeUnregister, initializepublic void setHandler(SelfPingerMonitor.Handler handler)
public void registerResponse(tigase.xmpp.jid.JID jid,
String stanzaId,
Request.Result result)
public void run()
Copyright © 2007–2021 "Tigase, Inc.". All rights reserved.