|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserInfo in com.bmc.arsys.api |
---|
Methods in com.bmc.arsys.api that return types with arguments of type UserInfo | |
---|---|
List<UserInfo> |
ARServerUser.getListUser()
Returns a list of users currently accessing the specified AR System server. |
List<UserInfo> |
ARServerUser.getListUser(int type)
Returns a list of users on the specified AR System server. |
List<UserInfo> |
ARServerUser.getListUser(int type,
long changedSince)
Returns a list of users on the specified AR System server. |
Methods in com.bmc.arsys.api with parameters of type UserInfo | |
---|---|
void |
ObjectPrinter.printUserInfo(String indent,
String header,
UserInfo value)
|
void |
ObjectPrinter.printUserInfoList(String indent,
String header,
UserInfo[] value)
|
|
AR System Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |