|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.rich.model.RemoteRegionErrorEvent
public abstract class RemoteRegionErrorEvent
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 |
---|
public RemoteRegionErrorEvent()
Method Detail |
---|
public abstract java.lang.String getProducerURL()
public abstract java.lang.String getViewID()
null
if the viewID is unknown.null
public abstract RemoteRegionErrorEvent.Type getErrorType()
|
Oracle® Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.9.0) E52936-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |