Uses of Class
tigase.pubsub.repository.cached.CachedPubSubRepository.RootCollectionSet.State
-
Packages that use CachedPubSubRepository.RootCollectionSet.State Package Description tigase.pubsub.repository.cached -
-
Uses of CachedPubSubRepository.RootCollectionSet.State in tigase.pubsub.repository.cached
Fields in tigase.pubsub.repository.cached declared as CachedPubSubRepository.RootCollectionSet.State Modifier and Type Field Description CachedPubSubRepository.RootCollectionSet.StateCachedPubSubRepository.RootCollectionSet.IllegalStateException. stateMethods in tigase.pubsub.repository.cached that return CachedPubSubRepository.RootCollectionSet.State Modifier and Type Method Description static CachedPubSubRepository.RootCollectionSet.StateCachedPubSubRepository.RootCollectionSet.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CachedPubSubRepository.RootCollectionSet.State[]CachedPubSubRepository.RootCollectionSet.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in tigase.pubsub.repository.cached with parameters of type CachedPubSubRepository.RootCollectionSet.State Modifier and Type Method Description booleanCachedPubSubRepository.RootCollectionSet. checkState(CachedPubSubRepository.RootCollectionSet.State state)Constructors in tigase.pubsub.repository.cached with parameters of type CachedPubSubRepository.RootCollectionSet.State Constructor Description IllegalStateException(CachedPubSubRepository.RootCollectionSet.State state)
-