|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jboss.jms.client.delegate.DelegateSupport
org.jboss.jms.client.delegate.ClientProducerDelegate
The client-side Producer delegate class.
| Field Summary |
| Fields inherited from class org.jboss.jms.client.delegate.DelegateSupport |
id, state |
| Constructor Summary | |
ClientProducerDelegate()
|
|
| Method Summary | |
void |
close()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
closing()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
protected Client |
getClient()
|
int |
getDeliveryMode()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
JBossDestination |
getDestination()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
boolean |
getDisableMessageID()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
boolean |
getDisableMessageTimestamp()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
int |
getPriority()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
long |
getTimeToLive()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
boolean |
isClosed()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
send(JBossDestination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
send(JBossMessage message)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setDeliveryMode(int deliveryMode)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setDestination(JBossDestination dest)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setDisableMessageID(boolean value)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setDisableMessageTimestamp(boolean value)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setPriority(int defaultPriority)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
void |
setTimeToLive(long timeToLive)
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.jms.client.delegate.DelegateSupport |
getID, getMetaData, getName, getState, init, invoke, setState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClientProducerDelegate()
| Method Detail |
public void close()
throws JMSException
close in interface CloseableJMSException
public void closing()
throws JMSException
closing in interface CloseableJMSExceptionpublic boolean isClosed()
isClosed in interface Closeable
public int getDeliveryMode()
throws JMSException
getDeliveryMode in interface ProducerDelegateJMSException
public JBossDestination getDestination()
throws JMSException
getDestination in interface ProducerDelegateJMSException
public boolean getDisableMessageID()
throws JMSException
getDisableMessageID in interface ProducerDelegateJMSException
public boolean getDisableMessageTimestamp()
throws JMSException
getDisableMessageTimestamp in interface ProducerDelegateJMSException
public int getPriority()
throws JMSException
getPriority in interface ProducerDelegateJMSException
public long getTimeToLive()
throws JMSException
getTimeToLive in interface ProducerDelegateJMSException
public void send(JBossDestination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
send in interface ProducerDelegateJMSException
public void send(JBossMessage message)
throws JMSException
JMSException
public void setDeliveryMode(int deliveryMode)
throws JMSException
setDeliveryMode in interface ProducerDelegateJMSExceptionpublic void setDestination(JBossDestination dest)
setDestination in interface ProducerDelegate
public void setDisableMessageID(boolean value)
throws JMSException
setDisableMessageID in interface ProducerDelegateJMSException
public void setDisableMessageTimestamp(boolean value)
throws JMSException
setDisableMessageTimestamp in interface ProducerDelegateJMSException
public void setPriority(int defaultPriority)
throws JMSException
setPriority in interface ProducerDelegateJMSException
public void setTimeToLive(long timeToLive)
throws JMSException
setTimeToLive in interface ProducerDelegateJMSExceptionpublic java.lang.String toString()
protected Client getClient()
getClient in class DelegateSupport
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||