Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.api.TransportError

Packages that use TransportError
org.jboss.errai.bus.client.api   
org.jboss.errai.bus.client.framework.transports   
 

Uses of TransportError in org.jboss.errai.bus.client.api
 

Methods in org.jboss.errai.bus.client.api that return TransportError
 TransportError BusLifecycleEvent.getReason()
          The transport error that caused this lifecycle transition.
 

Methods in org.jboss.errai.bus.client.api with parameters of type TransportError
 void TransportErrorHandler.onError(TransportError error)
          Called by the bus upon an error that occurs during communication.
 

Constructors in org.jboss.errai.bus.client.api with parameters of type TransportError
BusLifecycleEvent(ClientMessageBus bus, TransportError reason)
          Creates a new lifecycle event with the given details.
 

Uses of TransportError in org.jboss.errai.bus.client.framework.transports
 

Classes in org.jboss.errai.bus.client.framework.transports that implement TransportError
 class BusTransportError
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.