|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.protocol.WhiteboardParticipantState
public class WhiteboardParticipantState
The WhiteboardParticipantState class reflects the current state of a whiteboard participant.
| Field Summary | |
|---|---|
static String |
_BUSY
This constant value indicates a String representation of the BUSY whiteboard state. |
static String |
_CONNECTED
This constant value indicates a String representation of the CONNECTED whiteboard state. |
static String |
_CONNECTING
This constant value indicates a String representation of the CONNECTING whiteboard state. |
static String |
_DISCONNECTED
This constant value indicates a String representation of the DISCONNECTED whiteboard state. |
static String |
_FAILED
This constant value indicates a String representation of the FAILED whiteboard state. |
static String |
_INCOMING_WHITEBOARD
This constant value indicates a String representation of the INCOMING_WHITEBOARD whiteboard state. |
static String |
_INITIATING_WHITEBOARD
This constant value indicates a String representation of the INITIATING_WHITEBOARD whiteboard state. |
static String |
_UNKNOWN
This constant value indicates a String representation of the UNKNOWN whiteboard state. |
static WhiteboardParticipantState |
BUSY
This constant value indicates that the state of the whiteboard participant is is BUSY - which means that an attempt to establish a whiteboard with that participant has been made and that it has been turned down by them (e.g. |
static WhiteboardParticipantState |
CONNECTED
This constant value indicates that the state of the whiteboard participant is is CONNECTED - which means that there is an ongoing whiteboard with that participant. |
static WhiteboardParticipantState |
CONNECTING
This constant value indicates that the state of the whiteboard participant is is CONNECTING - which means that a network connection to that participant is currently being established. |
static WhiteboardParticipantState |
DISCONNECTED
This constant value indicates that the state of the whiteboard participant is is DISCONNECTET - which means that this participant is not participating :) in the whiteboard any more. |
static WhiteboardParticipantState |
FAILED
This constant value indicates that the state of the whiteboard participant is is ON_HOLD - which means that an attempt to establish a whiteboard with that participant has failed for an unexpected reason. |
static WhiteboardParticipantState |
INCOMING_WHITEBOARD
This constant value indicates that the state of the whiteboard participant is is INCOMING_WHITEBOARD - which means that the participant is willing to start a whiteboard with us. |
static WhiteboardParticipantState |
INITIATING_WHITEBOARD
This constant value indicates that the state of the whiteboard participant is is INITIATING_WHITEBOARD - which means that we're currently trying to open a socket and send our request. |
static WhiteboardParticipantState |
UNKNOWN
This constant value indicates that the state of the whiteboard participant is is UNKNOWN - which means that there is no information on the state for the time being (this constant should be used as a default value for newly created whiteboard participant that don't yet have an attributed whiteboard state. |
| Method Summary | |
|---|---|
String |
getStateString()
Returns a String representation of tha WhiteboardParticipantSte. |
String |
toString()
Returns a string represenation of this whiteboard state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String _UNKNOWN
public static final WhiteboardParticipantState UNKNOWN
public static final String _INITIATING_WHITEBOARD
public static final WhiteboardParticipantState INITIATING_WHITEBOARD
public static final String _CONNECTING
public static final WhiteboardParticipantState CONNECTING
public static final String _INCOMING_WHITEBOARD
public static final WhiteboardParticipantState INCOMING_WHITEBOARD
public static final String _CONNECTED
public static final WhiteboardParticipantState CONNECTED
public static final String _DISCONNECTED
public static final WhiteboardParticipantState DISCONNECTED
public static final String _BUSY
public static final WhiteboardParticipantState BUSY
public static final String _FAILED
public static final WhiteboardParticipantState FAILED
| Method Detail |
|---|
public String getStateString()
public String toString()
WhiteboardParticipantState:
and are meant to be used for loggin/debugging purposes.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||