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
recover
Xid[] recover(ConnectionToken dc,
int flags)
throws Exception
- Recover
- Parameters:
dc
- the connnection tokenflags
- the recovery flags
- Returns:
- the xids
- Throws:
Exception
- for any error
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.