public abstract class SessionContext extends Object
Modifier and Type | Field and Description |
---|---|
private RestClientContext |
clientCtx |
private Destination |
dest |
private JMSContext |
jmsContext |
protected long |
lastId |
Constructor and Description |
---|
SessionContext(RestClientContext clientCtx) |
Modifier and Type | Method and Description |
---|---|
RestClientContext |
getClientCtx() |
Destination |
getDest() |
JMSContext |
getJmsContext() |
long |
getLastId() |
long |
incLastId() |
void |
setDest(Destination dest) |
void |
setJmsContext(JMSContext jmsContext) |
void |
setLastId(long lastId) |
String |
toString() |
long |
viewLastId() |
private RestClientContext clientCtx
private JMSContext jmsContext
private Destination dest
protected long lastId
public SessionContext(RestClientContext clientCtx)
public void setDest(Destination dest)
public Destination getDest()
public final long viewLastId()
public long getLastId()
public long incLastId()
public void setLastId(long lastId)
public JMSContext getJmsContext()
public void setJmsContext(JMSContext jmsContext)
jmsContext
- the jmsContext to setpublic RestClientContext getClientCtx()
Copyright © 2023 ScalAgent D.T.. All rights reserved.