public abstract class MEndpointSpec extends java.lang.Object implements MObject
Modifier and Type | Field and Description |
---|---|
static int |
DELIVERY_PERSIST
Persistent delivery mode.
|
static int |
DELIVERY_RELIABLE
Reliable delivery mode.
|
int |
deliveryMode
Delivery mode of an endpoint.
|
java.lang.String |
destinationName
The destination name of an endpoint.
|
java.lang.String |
sessionName
The name of a session an endpoint uses.
|
long |
timeout
The timeout of an endpoint.
|
int |
transactionLevel |
static int |
TX_NONE |
static int |
TX_SIMPLE |
AMX, JMS, M_FILE_SINK_ID, M_HAWK_SINK_ID, M_JMS_SINK_ID, M_RV_SINK_ID, M_SINK_ID, M_STDERR_SINK_ID, M_STDOUT_SINK_ID, M_STREAM_SINK_ID, RV
Constructor and Description |
---|
MEndpointSpec() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
clone() |
protected void |
copy(MEndpointSpec lhs) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTransportID
public static final int DELIVERY_RELIABLE
public static final int DELIVERY_PERSIST
public static final int TX_NONE
public static final int TX_SIMPLE
public int deliveryMode
public int transactionLevel
public java.lang.String destinationName
public long timeout
public java.lang.String sessionName
protected void copy(MEndpointSpec lhs)
public abstract java.lang.Object clone()
clone
in class java.lang.Object