org.jboss.mq
Interface Recoverable

All Known Implementing Classes:
ClientMonitorInterceptor, HTTPServerIL, JMSDestinationManager, JMSServerInterceptorSupport, JMSServerInvoker, JVMServerIL, NonPersistentInterceptor, ServerSecurityInterceptor, TracingInterceptor, TxManager, UILServerIL

public interface Recoverable

Adds the ability to recover() for this serverIL

Version:
$Revision: 57198 $
Author:
Adrian Brock

Method Summary
 Xid[] recover(ConnectionToken dc, int flags)
          Recover
 

Method Detail

recover

Xid[] recover(ConnectionToken dc,
              int flags)
              throws Exception
Recover

Parameters:
dc - the connnection token
flags - the recovery flags
Returns:
the xids
Throws:
Exception - for any error


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.