|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jmscts.core.types.ReceiverType
Class ReceiverType.
| Field Summary | |
static ReceiverType |
ASYNCHRONOUS
The instance of the asynchronous type |
static int |
ASYNCHRONOUS_TYPE
The asynchronous type |
static ReceiverType |
BROWSER
The instance of the browser type |
static int |
BROWSER_TYPE
The browser type |
static ReceiverType |
DURABLE_ASYNCHRONOUS
The instance of the durable_asynchronous type |
static int |
DURABLE_ASYNCHRONOUS_TYPE
The durable_asynchronous type |
static ReceiverType |
DURABLE_SYNCHRONOUS
The instance of the durable_synchronous type |
static int |
DURABLE_SYNCHRONOUS_TYPE
The durable_synchronous type |
static ReceiverType |
SYNCHRONOUS
The instance of the synchronous type |
static int |
SYNCHRONOUS_TYPE
The synchronous type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerateReturns an enumeration of all possible instances of ReceiverType |
int |
getType()
Method getTypeReturns the type of this ReceiverType |
java.lang.String |
toString()
Method toStringReturns the String representation of this ReceiverType |
static ReceiverType |
valueOf(java.lang.String string)
Method valueOfReturns a new ReceiverType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int SYNCHRONOUS_TYPE
public static final ReceiverType SYNCHRONOUS
public static final int ASYNCHRONOUS_TYPE
public static final ReceiverType ASYNCHRONOUS
public static final int DURABLE_SYNCHRONOUS_TYPE
public static final ReceiverType DURABLE_SYNCHRONOUS
public static final int DURABLE_ASYNCHRONOUS_TYPE
public static final ReceiverType DURABLE_ASYNCHRONOUS
public static final int BROWSER_TYPE
public static final ReceiverType BROWSER
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static ReceiverType valueOf(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||