Modifier and Type | Method and Description |
---|---|
IMUser.IMUserStatus |
IMSessionHandler.getUserStatus(java.lang.String userIdOrEmail)
Returns the user status based on his/her id or email
|
Modifier and Type | Method and Description |
---|---|
void |
IMSessionHandler.changeUserStatus(IMUser.IMUserStatus imUserStatus) |
boolean |
IMSessionHandler.openIMSession(IMUser.IMUserStatus imUserStatus)
Open IM session related to this IMSessionHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
IMSessionMocImpl.changeUserStatus(IMUser.IMUserStatus imUserStatus) |
void |
IMUserStatusHandlerMocImpl.userStatusChange(IMUser imUser,
IMUser.IMUserStatus status) |
Modifier and Type | Method and Description |
---|---|
IMUser.IMUserStatus |
ReceiveMessage.setStatus(java.lang.String status)
Resolve status for Maximo UI
|
Modifier and Type | Method and Description |
---|---|
static IMUser.IMUserStatus |
IMUserSTImpl.getIMStatus(com.lotus.sametime.core.types.STUserStatus status) |
Modifier and Type | Method and Description |
---|---|
void |
IMSessionSTImpl.changeUserStatus(IMUser.IMUserStatus imUserStatus) |
Modifier and Type | Method and Description |
---|---|
IMUser.IMUserStatus |
IMUserStatusEvent.getUserStatus() |
static IMUser.IMUserStatus |
IMUser.IMUserStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IMUser.IMUserStatus[] |
IMUser.IMUserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IMSession.changeUserStatus(IMUser.IMUserStatus imUserStatus)
Changes the user status related to the connection established with IM
server
|
Constructor and Description |
---|
IMUserStatusEvent(java.lang.Object source,
IMSession session,
IMUser imUser,
IMUser.IMUserStatus userStatus) |