org.jboss.ha.framework.server
Class HAServiceImpl.RpcHandler

java.lang.Object
  extended by org.jboss.ha.framework.server.HAServiceImpl.RpcHandler
All Implemented Interfaces:
EventListener, HAServiceRpcHandler<E>
Direct Known Subclasses:
HASingletonImpl.RpcHandler
Enclosing class:
HAServiceImpl<E extends EventObject>

protected class HAServiceImpl.RpcHandler
extends Object
implements HAServiceRpcHandler<E>


Constructor Summary
protected HAServiceImpl.RpcHandler()
           
 
Method Summary
 void handleEvent(E event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HAServiceImpl.RpcHandler

protected HAServiceImpl.RpcHandler()
Method Detail

handleEvent

public void handleEvent(E event)
                 throws Exception
Throws:
Exception
See Also:
org.jboss.ha.framework.interfaces.HAService.RpcHandler#handleNotification(java.lang.Object)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.