@Deprecated public interface GlobalMembership extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
add(String name)
Deprecated.
Add a member to this membership.
|
void |
listen(MembershipListener listener)
Deprecated.
Listen for changes to this membership via a user provided
MembershipListener |
List<String> |
listMembers()
Deprecated.
List all active members of this membership.
|
void |
remove(String name)
Deprecated.
Remove a member from this membership.
|
void listen(MembershipListener listener) throws AttivioException
MembershipListener
listener
- AttivioException
void add(String name) throws AttivioException
name
- Name of the member to add. Names cannot contain a slash '/'.AttivioException
void remove(String name) throws AttivioException
name
- Name of the member to remove. Names cannot contain a slash '/'.AttivioException
List<String> listMembers() throws AttivioException
AttivioException
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.