Constructor and Description |
---|
Client(javax.jms.Connection con) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected int |
getAck_mode() |
protected String |
getContentType() |
DateFormat |
getDf() |
protected long |
getReportFrequency() |
protected javax.jms.Session |
getSsn() |
protected long |
getStartTime() |
protected int |
getTxSize() |
void |
handleError(String msg,
Exception e) |
protected boolean |
isDurable() |
protected boolean |
isTransacted() |
void |
onException(javax.jms.JMSException e) |
void |
setErrorHandler(ErrorHandler h) |
protected void |
setSsn(javax.jms.Session ssn) |
protected void |
setStartTime(long startTime) |
public void close()
public void onException(javax.jms.JMSException e)
onException
in interface javax.jms.ExceptionListener
public void setErrorHandler(ErrorHandler h)
protected javax.jms.Session getSsn()
protected void setSsn(javax.jms.Session ssn)
protected boolean isDurable()
protected boolean isTransacted()
protected int getTxSize()
protected int getAck_mode()
protected String getContentType()
protected long getReportFrequency()
protected long getStartTime()
protected void setStartTime(long startTime)
public DateFormat getDf()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.