Uses of Interface
tigase.eventbus.EventBus
-
-
Uses of EventBus in tigase.cluster.strategy
Fields in tigase.cluster.strategy declared as EventBus Modifier and Type Field Description protected EventBus
DefaultClusteringStrategyAbstract. eventBus
-
Uses of EventBus in tigase.component
Fields in tigase.component declared as EventBus Modifier and Type Field Description protected EventBus
AbstractComponent. eventBus
Deprecated.protected EventBus
AbstractKernelBasedComponent. eventBus
Methods in tigase.component with parameters of type EventBus Modifier and Type Method Description void
AbstractComponent. setEventBus(EventBus eventBus)
Deprecated. -
Uses of EventBus in tigase.component.modules
Fields in tigase.component.modules declared as EventBus Modifier and Type Field Description protected EventBus
AbstractModule. eventBus
Methods in tigase.component.modules that return EventBus Modifier and Type Method Description EventBus
AbstractModule. getEventBus()
Methods in tigase.component.modules with parameters of type EventBus Modifier and Type Method Description void
AbstractModule. setEventBus(EventBus eventBus)
-
Uses of EventBus in tigase.eventbus
Methods in tigase.eventbus that return EventBus Modifier and Type Method Description static EventBus
EventBusFactory. getInstance()
-
Uses of EventBus in tigase.eventbus.impl
Classes in tigase.eventbus.impl that implement EventBus Modifier and Type Class Description class
EventBusImplementation
-
Uses of EventBus in tigase.io
Fields in tigase.io declared as EventBus Modifier and Type Field Description protected EventBus
SSLContextContainer. eventBus
-
Uses of EventBus in tigase.map
Methods in tigase.map that return EventBus Modifier and Type Method Description EventBus
ClusterMapFactory. getEventBus()
Methods in tigase.map with parameters of type EventBus Modifier and Type Method Description void
ClusterMapFactory. setEventBus(EventBus eventBus)
-
Uses of EventBus in tigase.monitor.tasks
Fields in tigase.monitor.tasks declared as EventBus Modifier and Type Field Description protected EventBus
ConnectionsTask. eventBus
protected EventBus
DiskTask. eventBus
protected EventBus
LoggerTask. eventBus
-
Uses of EventBus in tigase.server.xmppclient
Fields in tigase.server.xmppclient declared as EventBus Modifier and Type Field Description protected EventBus
ClientConnectionManager. eventBus
protected EventBus
SeeOtherHost. eventBus
-
Uses of EventBus in tigase.workgroupqueues.scheduler
Methods in tigase.workgroupqueues.scheduler that return EventBus Modifier and Type Method Description EventBus
DefaultController. getEventBus()
Methods in tigase.workgroupqueues.scheduler with parameters of type EventBus Modifier and Type Method Description void
DefaultController. setEventBus(EventBus eventBus)
-
Uses of EventBus in tigase.xmpp.impl.roster
Methods in tigase.xmpp.impl.roster that return EventBus Modifier and Type Method Description EventBus
RosterAbstract. getEventBus()
Methods in tigase.xmpp.impl.roster with parameters of type EventBus Modifier and Type Method Description void
RosterAbstract. setEventBus(EventBus eventBus)
void
RosterFactory.Bean. setEventBus(EventBus eventBus)
-