org.jboss.jms.client
Interface Lifecycle

All Known Subinterfaces:
BrowserDelegate (src) , ConnectionDelegate (src) , ConsumerDelegate (src) , ProducerDelegate (src) , SessionDelegate (src)
All Known Implementing Classes:
P2PBrowserDelegate (src) , P2PConnectionDelegate (src) , P2PConsumerDelegate (src) , P2PProducerDelegate (src) , P2PSessionDelegate (src)

public interface Lifecycle

The lifecycle


Method Summary
 void close()
          Close the delegate
 void closing()
          Notify about to close
 

Method Detail

closing

public void closing()
             throws JMSException (src) 
Notify about to close

Throws:
JMSException (src) - for any error

close

public void close()
           throws JMSException (src) 
Close the delegate

Throws:
JMSException (src) - for any error