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