org.jboss.jms.client
Interface Closeable

All Known Subinterfaces:
BrowserDelegate, BrowserEndpoint, ConnectionDelegate, ConnectionEndpoint, ConsumerDelegate, ConsumerEndpoint, ProducerDelegate, SessionDelegate, SessionEndpoint
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: 1323 $
Author:
Ovidiu Feodorov

Method Summary
 void close()
          Close the instance
 void closing()
          Tell the instance to prepare to close
 boolean isClosed()
           
 

Method Detail

close

public void close()
           throws JMSException
Close the instance

Throws:
JMSException

closing

public void closing()
             throws JMSException
Tell the instance to prepare to close

Throws:
JMSException

isClosed

public boolean isClosed()


Copyright © 2006 JBoss Inc. All Rights Reserved.