public interface TracerUserWatchList
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
Modifier and Type | Method and Description |
---|---|
void |
addUser(java.lang.String username)
Add specified user name to the watch list.
|
java.util.Set |
getUsers()
Return a set containing the user names in the watch list.
|
void |
removeAllUsers()
Remove all users from the watch list.
|
boolean |
removeUser(java.lang.String username)
Remove the specified user name from the watch list.
|
static final java.lang.String VERSION
static final java.lang.String COPYRIGHT
void addUser(java.lang.String username)
username
- boolean removeUser(java.lang.String username)
username
- the name of the user to removevoid removeAllUsers()
java.util.Set getUsers()
Copyright © 2018 Pegasystems Inc. All Rights Reserved.