public interface HiveBrowser
Modifier and Type | Method and Description |
---|---|
NotifyFuture<Entry[]> |
startBrowse(Session session,
Location location) |
void |
subscribe(Session session,
Location location) |
void |
unsubscribe(Session session,
Location location) |
void subscribe(Session session, Location location) throws NoSuchFolderException, InvalidSessionException
void unsubscribe(Session session, Location location) throws NoSuchFolderException, InvalidSessionException
NotifyFuture<Entry[]> startBrowse(Session session, Location location) throws InvalidSessionException
InvalidSessionException