org.jboss.jms.server.endpoint
Interface SessionInternalEndpoint

All Superinterfaces:
Closeable, SessionEndpoint
All Known Implementing Classes:
SessionAdvised

public interface SessionInternalEndpoint
extends SessionEndpoint

Version:
$Revision: $5 Oct 2007 $Id: $
Author:
Tim Fox

Method Summary
 void send(JBossMessage msg, boolean checkForDuplicates, long seq)
           
 
Methods inherited from interface org.jboss.jms.delegate.SessionEndpoint
acknowledgeDeliveries, acknowledgeDelivery, addTemporaryDestination, cancelDeliveries, cancelDelivery, createBrowserDelegate, createConsumerDelegate, createQueue, createTopic, deleteTemporaryDestination, recoverDeliveries, send, unsubscribe
 
Methods inherited from interface org.jboss.jms.client.Closeable
close, closing
 

Method Detail

send

void send(JBossMessage msg,
          boolean checkForDuplicates,
          long seq)
          throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.