Package tigase.pubsub.repository
Interface IPubSubRepository.RootCollectionSetIfc
-
- All Known Implementing Classes:
CachedPubSubRepository.RootCollectionSet
- Enclosing interface:
- IPubSubRepository
public static interface IPubSubRepository.RootCollectionSetIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(String node)voidremove(String node)Set<String>values()
-