|
|||||||||||
| 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 |
client, id, state, version |
| 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. |
long |
closing()
This invocation should either be handled by the client-side interceptor chain or by the server-side endpoint. |
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. |
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. |
void |
synchronizeWith(DelegateSupport nd)
During HA events, delegates corresponding to new enpoints on the new server are created and the state of those delegates has to be transfered to the "failed" delegates. |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.jms.client.delegate.DelegateSupport |
doInvoke, doInvokeOneway, getClient, getID, getName, getState, handleThrowable, read, setState, write |
| 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 synchronizeWith(DelegateSupport nd)
throws java.lang.Exception
DelegateSupport
synchronizeWith in class DelegateSupportjava.lang.Exception
public void close()
throws JMSException
close in interface CloseableJMSException
public long closing()
throws JMSException
closing in interface CloseableJMSException
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()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||