public class OpenConnectionNot extends SyncNotification
SyncNotification.Context
Modifier and Type | Field and Description |
---|---|
private int |
heartBeat |
private boolean |
noAckedQueue |
private static long |
serialVersionUID |
private ConnectionContext.Type |
type |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
OpenConnectionNot(ConnectionContext.Type type,
int heartBeat,
boolean noAckedQueue) |
Modifier and Type | Method and Description |
---|---|
Object |
getConnectionContext() |
int |
getHeartBeat() |
ConnectionContext.Type |
getType() |
boolean |
isNoAckedQueue() |
void |
Return(ConnectionContext ctx) |
StringBuffer |
toString(StringBuffer output)
Appends a string image for this object to the StringBuffer parameter.
|
getException, getValue, invoke, Return, Throw
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString
private static final long serialVersionUID
private ConnectionContext.Type type
private int heartBeat
private boolean noAckedQueue
public OpenConnectionNot(ConnectionContext.Type type, int heartBeat, boolean noAckedQueue)
public void Return(ConnectionContext ctx)
public ConnectionContext.Type getType()
public final int getHeartBeat()
public final boolean isNoAckedQueue()
public final Object getConnectionContext()
public StringBuffer toString(StringBuffer output)
toString
in class Notification
output
- buffer to fill inoutput
buffer is returnedCopyright © 2018 ScalAgent D.T.. All Rights Reserved.