Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.9.0)
E52936-01


oracle.adf.view.rich.model
Class RemoteRegionErrorEvent

java.lang.Object
  extended by oracle.adf.view.rich.model.RemoteRegionErrorEvent

Direct Known Subclasses:
RemoteRegionHttpErrorEvent

public abstract class RemoteRegionErrorEvent
extends java.lang.Object

An event for a RemoteRegionErrorListener. This event contains some information about the remote region error being delivered. Generally, any error event can be delivered to the listener, but only a few events will have an explicit type and may contain additional information. <p/> As such, a listener receiving this event should take great care in dealing with the type returned from an event as more event types may be added in the future. See the javadocs for RemoteRegionErrorListener for more details.


Nested Class Summary
static class RemoteRegionErrorEvent.Type
          This is the type of the RemoteRegionErrorEvent being delivered.

 

Constructor Summary
RemoteRegionErrorEvent()
           

 

Method Summary
abstract  RemoteRegionErrorEvent.Type getErrorType()
          Returns the error type
abstract  java.lang.String getProducerURL()
          Returns the URL for the producer endpoint.
abstract  java.lang.String getViewID()
          Returns the viewID which the remote region was trying to access or null if the viewID is unknown.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RemoteRegionErrorEvent

public RemoteRegionErrorEvent()

Method Detail

getProducerURL

public abstract java.lang.String getProducerURL()
Returns the URL for the producer endpoint.
Returns:
a string for the producer endpoint

getViewID

public abstract java.lang.String getViewID()
Returns the viewID which the remote region was trying to access or null if the viewID is unknown.
Returns:
a string containing the view id or null

getErrorType

public abstract RemoteRegionErrorEvent.Type getErrorType()
Returns the error type
Returns:
the type of the error or Type.UNDEFINED for errors which are not of an explicit type.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.9.0)
E52936-01


Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.