org.jboss.jms.client
Interface Closeable

All Known Subinterfaces:
BrowserDelegate, BrowserEndpoint, ConnectionDelegate, ConnectionEndpoint, ConsumerDelegate, ConsumerEndpoint, ProducerDelegate, SessionDelegate, SessionEndpoint, SessionInternalEndpoint
All Known Implementing Classes:
BrowserAdvised, ClientBrowserDelegate, ClientConnectionDelegate, ClientConsumerDelegate, ClientProducerDelegate, ClientSessionDelegate, ConnectionAdvised, ConsumerAdvised, ServerBrowserEndpoint, ServerConnectionEndpoint, ServerConsumerEndpoint, ServerSessionEndpoint, SessionAdvised

public interface Closeable

Implemented by JMS classes that can be closed

Version:
$Revision: 3174 $
Author:
Ovidiu Feodorov

Method Summary
 void close()
          Close the instance
 long closing(long sequence)
          Tell the instance to prepare to close
 

Method Detail

close

void close()
           throws JMSException
Close the instance

Throws:
JMSException

closing

long closing(long sequence)
             throws JMSException
Tell the instance to prepare to close

Throws:
JMSException


Copyright © 2006 JBoss Inc. All Rights Reserved.