Uses of Interface
tigase.eventbus.EventBus
-
Packages that use EventBus Package Description tigase.cluster.strategy tigase.component tigase.component.modules tigase.eventbus tigase.eventbus.impl tigase.io tigase.map tigase.monitor.tasks tigase.server.xmppclient tigase.xmpp.impl.roster -
-
Uses of EventBus in tigase.cluster.strategy
Fields in tigase.cluster.strategy declared as EventBus Modifier and Type Field Description protected EventBusDefaultClusteringStrategyAbstract. eventBus -
Uses of EventBus in tigase.component
Fields in tigase.component declared as EventBus Modifier and Type Field Description protected EventBusAbstractComponent. eventBusDeprecated.protected EventBusAbstractKernelBasedComponent. eventBusMethods in tigase.component with parameters of type EventBus Modifier and Type Method Description voidAbstractComponent. 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 EventBusAbstractModule. eventBusMethods in tigase.component.modules that return EventBus Modifier and Type Method Description EventBusAbstractModule. getEventBus()Methods in tigase.component.modules with parameters of type EventBus Modifier and Type Method Description voidAbstractModule. setEventBus(EventBus eventBus) -
Uses of EventBus in tigase.eventbus
Methods in tigase.eventbus that return EventBus Modifier and Type Method Description static EventBusEventBusFactory. getInstance() -
Uses of EventBus in tigase.eventbus.impl
Classes in tigase.eventbus.impl that implement EventBus Modifier and Type Class Description classEventBusImplementation -
Uses of EventBus in tigase.io
Fields in tigase.io declared as EventBus Modifier and Type Field Description protected EventBusSSLContextContainer. eventBus -
Uses of EventBus in tigase.map
Methods in tigase.map that return EventBus Modifier and Type Method Description EventBusClusterMapFactory. getEventBus()Methods in tigase.map with parameters of type EventBus Modifier and Type Method Description voidClusterMapFactory. setEventBus(EventBus eventBus) -
Uses of EventBus in tigase.monitor.tasks
Fields in tigase.monitor.tasks declared as EventBus Modifier and Type Field Description protected EventBusConnectionsTask. eventBusprotected EventBusDiskTask. eventBusprotected EventBusLoggerTask. eventBus -
Uses of EventBus in tigase.server.xmppclient
Fields in tigase.server.xmppclient declared as EventBus Modifier and Type Field Description protected EventBusClientConnectionManager. eventBusprotected EventBusSeeOtherHost. eventBus -
Uses of EventBus in tigase.xmpp.impl.roster
Methods in tigase.xmpp.impl.roster that return EventBus Modifier and Type Method Description EventBusRosterAbstract. getEventBus()Methods in tigase.xmpp.impl.roster with parameters of type EventBus Modifier and Type Method Description voidRosterAbstract. setEventBus(EventBus eventBus)voidRosterFactory.Bean. setEventBus(EventBus eventBus)
-