org.jboss.jms.server.endpoint
Interface SessionInternalEndpoint

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

public interface SessionInternalEndpoint
extends SessionEndpoint

A SessionInternalEndpoint

Author:
Tim Fox

Method Summary
 void send(JBossMessage message, boolean checkForDuplicates, long sequence)
           
 
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 message,
          boolean checkForDuplicates,
          long sequence)
          throws JMSException
Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.