org.infinispan.server.core.transport.netty
Class NettyExceptionEvent

java.lang.Object
  extended by org.infinispan.server.core.transport.netty.NettyChannelEvent
      extended by org.infinispan.server.core.transport.netty.NettyExceptionEvent
All Implemented Interfaces:
ChannelEvent, ExceptionEvent

public class NettyExceptionEvent
extends NettyChannelEvent
implements ExceptionEvent

// TODO: Document this

Since:
4.0
Author:
Galder ZamarreƱo

Method Summary
 Throwable getCause()
           
 Channel getChannel()
           
 ChannelFuture getFuture()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCause

public Throwable getCause()
Specified by:
getCause in interface ExceptionEvent

getChannel

public Channel getChannel()
Specified by:
getChannel in interface ChannelEvent
Overrides:
getChannel in class NettyChannelEvent

getFuture

public ChannelFuture getFuture()
Specified by:
getFuture in interface ChannelEvent
Overrides:
getFuture in class NettyChannelEvent

Google Analytics

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