public abstract class RemoteRegionErrorEvent extends Object
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.
Modifier and Type | Class and Description |
---|---|
static class |
RemoteRegionErrorEvent.Type
This is the type of the RemoteRegionErrorEvent being delivered.
|
Constructor and Description |
---|
RemoteRegionErrorEvent() |
Modifier and Type | Method and Description |
---|---|
abstract RemoteRegionErrorEvent.Type |
getErrorType()
Returns the error type
|
abstract String |
getProducerURL()
Returns the URL for the producer endpoint.
|
abstract String |
getViewID()
Returns the viewID which the remote region was trying to access or
null if the viewID is unknown. |
public abstract String getProducerURL()
public abstract String getViewID()
null
if the viewID is unknown.null
public abstract RemoteRegionErrorEvent.Type getErrorType()