JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
tigase.adhoc
,
tigase.component2
,
tigase.component2.eventbus
,
tigase.component2.exceptions
,
tigase.component2.modules
,
tigase.pubsub
,
tigase.pubsub.api
,
tigase.pubsub.cluster
,
tigase.pubsub.exceptions
,
tigase.pubsub.modules
,
tigase.pubsub.modules.commands
,
tigase.pubsub.modules.ext.presence
,
tigase.pubsub.repository
,
tigase.pubsub.repository.cached
,
tigase.pubsub.repository.derby
,
tigase.pubsub.repository.migration
,
tigase.pubsub.repository.stateless
,
tigase.pubsub.utils
Class Hierarchy
java.lang.
Object
tigase.pubsub.modules.commands.
AbstractLoadRunner
(implements java.lang.
Runnable
)
tigase.pubsub.modules.commands.
LoadTestGenerator
tigase.pubsub.
AbstractNodeConfig
tigase.pubsub.
CollectionNodeConfig
tigase.pubsub.
LeafNodeConfig
tigase.pubsub.
Activator
(implements org.osgi.framework.BundleActivator, org.osgi.framework.ServiceListener)
tigase.adhoc.
AdhHocRequest
tigase.adhoc.
AdHocCommandManager
tigase.adhoc.
AdHocResponse
tigase.adhoc.
AdHocSession
tigase.server.BasicComponent (implements tigase.cluster.api.ClusteredComponentIfc, tigase.conf.Configurable, tigase.vhosts.VHostListener, tigase.disco.XMPPService)
tigase.server.AbstractMessageReceiver (implements tigase.server.MessageReceiver, tigase.stats.StatisticsContainer)
tigase.component2.
AbstractComponent
<T> (implements tigase.disco.XMPPService)
tigase.pubsub.
PubSubComponent
(implements tigase.conf.Configurable, tigase.server.DisableDisco)
tigase.pubsub.repository.cached.
CachedPubSubRepository
<T> (implements tigase.pubsub.repository.
IPubSubRepository
, tigase.stats.StatisticHolder)
tigase.pubsub.repository.cached.
CachedPubSubRepository.RootCollectionSet
tigase.pubsub.cluster.
ClusterNodeMap
tigase.component2.
ComponentConfig
tigase.pubsub.
PubSubConfig
tigase.pubsub.repository.migration.
Converter
tigase.stats.CounterValue
tigase.stats.Counter
tigase.stats.StatisticHolderImpl (implements tigase.stats.StatisticHolder)
tigase.pubsub.
AbstractPubSubModule
(implements tigase.component2.modules.
Module
)
tigase.pubsub.modules.
AbstractConfigCreateNode
tigase.pubsub.modules.
NodeConfigModule
tigase.pubsub.modules.
NodeCreateModule
tigase.pubsub.modules.
AdHocConfigCommandModule
tigase.pubsub.modules.
CapsModule
tigase.pubsub.modules.
DefaultConfigModule
tigase.pubsub.modules.
DiscoverInfoModule
tigase.pubsub.modules.
DiscoverItemsModule
tigase.pubsub.modules.
JabberVersionModule
tigase.pubsub.modules.
ManageAffiliationsModule
tigase.pubsub.modules.
ManageSubscriptionModule
tigase.pubsub.modules.
NodeDeleteModule
tigase.pubsub.modules.
PendingSubscriptionModule
tigase.pubsub.modules.
PresenceCollectorModule
tigase.pubsub.modules.ext.presence.
PresenceNotifierModule
tigase.pubsub.modules.
PublishItemModule
tigase.pubsub.modules.
PurgeItemsModule
tigase.pubsub.modules.
RetractItemModule
tigase.pubsub.modules.
RetrieveAffiliationsModule
tigase.pubsub.modules.
RetrieveItemsModule
tigase.pubsub.modules.
RetrieveSubscriptionsModule
tigase.pubsub.modules.
SubscribeNodeModule
tigase.pubsub.modules.
UnsubscribeNodeModule
tigase.pubsub.modules.
XmppPingModule
tigase.pubsub.modules.commands.
DefaultConfigCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.pubsub.modules.commands.
DeleteAllNodesCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.component2.eventbus.
Event
<H>
tigase.pubsub.modules.commands.
DefaultConfigCommand.DefaultNodeConfigurationChangedHandler.DefaultNodeConfigurationChangedEvent
tigase.pubsub.modules.
NodeConfigModule.NodeConfigurationChangedHandler.NodeConfigurationChangedEvent
tigase.pubsub.modules.
NodeCreateModule.NodeCreateHandler.NodeCreateEvent
tigase.pubsub.modules.
NodeDeleteModule.NodeDeleteHandler.NodeDeleteEvent
tigase.pubsub.modules.
PresenceCollectorModule.BuddyVisibilityHandler.BuddyVisibilityEvent
tigase.pubsub.modules.
PresenceCollectorModule.CapsChangeHandler.CapsChangeEvent
tigase.pubsub.modules.
PresenceCollectorModule.PresenceChangeHandler.PresenceChangeEvent
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.LoginToNodeHandler.LoginToNodeEvent
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.LogoffFromNodeHandler.LogoffFromNodeEvent
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.UpdatePresenceHandler.UpdatePresenceEvent
tigase.pubsub.modules.
PublishItemModule.ItemPublishedHandler.ItemPublishedEvent
tigase.component2.eventbus.
EventBus
tigase.component2.eventbus.
DefaultEventBus
tigase.component2.eventbus.
EventType
<H>
tigase.pubsub.utils.
FragmentedMap
<KEY,VALUE>
tigase.pubsub.repository.
IItems.ItemMeta
tigase.pubsub.repository.migration.
IPubSubOldDAO.Item
tigase.pubsub.modules.commands.
LoadTestCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.component2.modules.
ModulesManager
tigase.pubsub.repository.cached.
Node
<T> (implements tigase.pubsub.repository.
INodeMeta
<T>)
tigase.pubsub.repository.
NodeAffiliations
(implements tigase.pubsub.repository.
IAffiliations
)
tigase.pubsub.repository.cached.
NodeAffiliations
tigase.pubsub.repository.stateless.
NodeMeta
<T> (implements tigase.pubsub.repository.
INodeMeta
<T>)
tigase.pubsub.repository.
NodeSubscriptions
(implements tigase.pubsub.repository.
ISubscriptions
)
tigase.pubsub.repository.cached.
NodeSubscriptions
tigase.pubsub.modules.ext.presence.
PresenceNodeSubscriptions
(implements tigase.pubsub.repository.
ISubscriptions
)
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension
tigase.pubsub.repository.
PubSubDAO
<T> (implements tigase.pubsub.repository.
IPubSubDAO
<T>)
tigase.pubsub.repository.
PubSubDAOJDBC
tigase.pubsub.repository.migration.
PubSubNewDAOJDBC
tigase.pubsub.repository.
PubSubDAOPool
<T>
tigase.pubsub.exceptions.
PubSubErrorCondition
tigase.pubsub.repository.migration.
PubSubOldDAO
(implements tigase.pubsub.repository.migration.
IPubSubOldDAO
)
tigase.pubsub.repository.migration.
PubSubOldDAOJDBC
(implements tigase.pubsub.repository.migration.
IPubSubOldDAO
)
tigase.pubsub.repository.
PubSubRepositoryWrapper
(implements tigase.pubsub.repository.
IPubSubRepository
, tigase.stats.StatisticHolder)
tigase.pubsub.
PubSubVersion
tigase.pubsub.modules.commands.
ReadAllNodesCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.pubsub.modules.commands.
RebuildDatabaseCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.pubsub.modules.commands.
RetrieveItemsCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.util.SimpleCache<K,V> (implements java.util.
Map
<K,V>)
tigase.pubsub.
ListCache
<K,V>
tigase.pubsub.repository.derby.
StoredProcedures
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
tigase.adhoc.
AdHocCommandException
tigase.component2.exceptions.
ComponentException
tigase.pubsub.exceptions.
PubSubException
tigase.component2.exceptions.
RepositoryException
java.lang.
RuntimeException
tigase.component2.eventbus.
EventBusException
java.lang.
IllegalStateException
tigase.pubsub.repository.cached.
CachedPubSubRepository.RootCollectionSet.IllegalStateException
tigase.db.TigaseDBException
tigase.pubsub.repository.
RepositoryException
tigase.pubsub.repository.stateless.
UsersAffiliation
(implements java.lang.
Cloneable
)
tigase.pubsub.repository.stateless.
UsersSubscription
(implements java.lang.
Cloneable
)
tigase.pubsub.
Utils
tigase.pubsub.
Utils.Spi
tigase.pubsub.cluster.
ViewNodeLoadCommand
(implements tigase.adhoc.
AdHocCommand
)
tigase.xmpp.XMPPProcessor (implements tigase.xmpp.XMPPImplIfc)
tigase.pubsub.
PepPlugin
(implements tigase.xmpp.XMPPProcessorIfc, tigase.xmpp.XMPPStopListenerIfc)
tigase.pubsub.modules.
XsltTool
Interface Hierarchy
tigase.adhoc.
AdHocCommand
tigase.adhoc.
AdHocScriptCommandManager
tigase.pubsub.cluster.
Command
tigase.pubsub.
ElementWriter
tigase.component2.eventbus.
EventHandler
tigase.pubsub.modules.commands.
DefaultConfigCommand.DefaultNodeConfigurationChangedHandler
tigase.component2.eventbus.
EventListener
tigase.pubsub.modules.
NodeConfigModule.NodeConfigurationChangedHandler
tigase.pubsub.modules.
NodeCreateModule.NodeCreateHandler
tigase.pubsub.modules.
NodeDeleteModule.NodeDeleteHandler
tigase.pubsub.modules.
PresenceCollectorModule.BuddyVisibilityHandler
tigase.pubsub.modules.
PresenceCollectorModule.CapsChangeHandler
tigase.pubsub.modules.
PresenceCollectorModule.PresenceChangeHandler
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.LoginToNodeHandler
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.LogoffFromNodeHandler
tigase.pubsub.modules.ext.presence.
PresencePerNodeExtension.UpdatePresenceHandler
tigase.pubsub.modules.
PublishItemModule.ItemPublishedHandler
tigase.pubsub.repository.
IAffiliations
tigase.pubsub.repository.
IItems
tigase.component2.modules.
InitializingModule
tigase.pubsub.repository.
INodeMeta
<T>
tigase.pubsub.repository.migration.
IPubSubOldDAO
tigase.pubsub.repository.
IPubSubRepository
tigase.pubsub.repository.
ISubscriptions
tigase.pubsub.api.
Logic
tigase.component2.
PacketWriter
tigase.pubsub.api.
PubSubRepository
tigase.db.Repository
tigase.pubsub.repository.
IPubSubDAO
<T>
tigase.stats.StatisticHolder
tigase.component2.modules.
Module
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
tigase.pubsub.
Subscription
tigase.pubsub.
SendLastPublishedItem
tigase.pubsub.
PublisherModel
tigase.pubsub.
NodeType
tigase.pubsub.
CollectionItemsOrdering
tigase.pubsub.
Affiliation
tigase.pubsub.
AccessModel
tigase.pubsub.repository.cached.
CachedPubSubRepository.RootCollectionSet.State
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2008–2017
Tigase
. All rights reserved.