com.sun.star.chaos
Class OutgoingMessageState
java.lang.Object
|
+--com.sun.star.uno.Enum
|
+--com.sun.star.chaos.OutgoingMessageState
- public final synchronized class OutgoingMessageState
- extends com.sun.star.uno.Enum
Field Summary |
static com.sun.star.chaos.OutgoingMessageState |
COMPLETELY_LOCALLY_SENT
|
static int |
COMPLETELY_LOCALLY_SENT_value
|
static com.sun.star.chaos.OutgoingMessageState |
CONFIRMED
|
static int |
CONFIRMED_value
|
static com.sun.star.chaos.OutgoingMessageState |
EXTERNAL_ERROR
|
static int |
EXTERNAL_ERROR_value
|
static com.sun.star.chaos.OutgoingMessageState |
NONRECOVERABLE_LOCAL_ERROR
|
static int |
NONRECOVERABLE_LOCAL_ERROR_value
|
static com.sun.star.chaos.OutgoingMessageState |
PARTIALLY_LOCALLY_SENT
|
static int |
PARTIALLY_LOCALLY_SENT_value
|
static com.sun.star.chaos.OutgoingMessageState |
RECOVERABLE_LOCAL_ERROR
|
static int |
RECOVERABLE_LOCAL_ERROR_value
|
static java.lang.Object |
UNORUNTIMEDATA
|
static com.sun.star.chaos.OutgoingMessageState |
WAITING_CONFIRMATION
|
static int |
WAITING_CONFIRMATION_value
|
static com.sun.star.chaos.OutgoingMessageState |
WRITTEN
|
static int |
WRITTEN_value
|
Fields inherited from class com.sun.star.uno.Enum |
m_value |
Constructor Summary |
private |
OutgoingMessageState(int i)
|
Method Summary |
static com.sun.star.chaos.OutgoingMessageState |
fromInt(int i)
|
static com.sun.star.chaos.OutgoingMessageState |
getDefault()
|
Methods inherited from class com.sun.star.uno.Enum |
getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPLETELY_LOCALLY_SENT
public static final com.sun.star.chaos.OutgoingMessageState COMPLETELY_LOCALLY_SENT
COMPLETELY_LOCALLY_SENT_value
public static final int COMPLETELY_LOCALLY_SENT_value
CONFIRMED
public static final com.sun.star.chaos.OutgoingMessageState CONFIRMED
CONFIRMED_value
public static final int CONFIRMED_value
EXTERNAL_ERROR
public static final com.sun.star.chaos.OutgoingMessageState EXTERNAL_ERROR
EXTERNAL_ERROR_value
public static final int EXTERNAL_ERROR_value
NONRECOVERABLE_LOCAL_ERROR
public static final com.sun.star.chaos.OutgoingMessageState NONRECOVERABLE_LOCAL_ERROR
NONRECOVERABLE_LOCAL_ERROR_value
public static final int NONRECOVERABLE_LOCAL_ERROR_value
PARTIALLY_LOCALLY_SENT
public static final com.sun.star.chaos.OutgoingMessageState PARTIALLY_LOCALLY_SENT
PARTIALLY_LOCALLY_SENT_value
public static final int PARTIALLY_LOCALLY_SENT_value
RECOVERABLE_LOCAL_ERROR
public static final com.sun.star.chaos.OutgoingMessageState RECOVERABLE_LOCAL_ERROR
RECOVERABLE_LOCAL_ERROR_value
public static final int RECOVERABLE_LOCAL_ERROR_value
UNORUNTIMEDATA
public static java.lang.Object UNORUNTIMEDATA
WAITING_CONFIRMATION
public static final com.sun.star.chaos.OutgoingMessageState WAITING_CONFIRMATION
WAITING_CONFIRMATION_value
public static final int WAITING_CONFIRMATION_value
WRITTEN
public static final com.sun.star.chaos.OutgoingMessageState WRITTEN
WRITTEN_value
public static final int WRITTEN_value
OutgoingMessageState
private OutgoingMessageState(int i)
fromInt
public static com.sun.star.chaos.OutgoingMessageState fromInt(int i)
getDefault
public static com.sun.star.chaos.OutgoingMessageState getDefault()