JBoss EJB client 1.0.5.Final

org.jboss.ejb.client.remoting
Interface ReconnectHandler


public interface ReconnectHandler

A reconnect handler is responsible for re-creating a broken Connection

Author:
Jaikiran Pai

Method Summary
 void reconnect()
          Try recreating a Connection and register a corresponding EJBReceiver in the context to which the original (broken) connection belonged
 

Method Detail

reconnect

void reconnect()
               throws IOException
Try recreating a Connection and register a corresponding EJBReceiver in the context to which the original (broken) connection belonged

Throws:
IOException

JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.