public static class CachedPubSubRepository.RootCollectionSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CachedPubSubRepository.RootCollectionSet.IllegalStateException |
static class |
CachedPubSubRepository.RootCollectionSet.State |
| Constructor and Description |
|---|
RootCollectionSet(tigase.xmpp.BareJID serviceJid,
CachedPubSubRepository cachedPubSubRepository) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String node) |
boolean |
checkState(CachedPubSubRepository.RootCollectionSet.State state) |
tigase.xmpp.BareJID |
getServiceJid() |
void |
remove(String node) |
Set<String> |
values() |
public RootCollectionSet(tigase.xmpp.BareJID serviceJid,
CachedPubSubRepository cachedPubSubRepository)
public void add(String node)
public boolean checkState(CachedPubSubRepository.RootCollectionSet.State state)
public tigase.xmpp.BareJID getServiceJid()
public void remove(String node)
public Set<String> values() throws CachedPubSubRepository.RootCollectionSet.IllegalStateException
Copyright © 2008–2017 Tigase. All rights reserved.