Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.util
Class UiThreadMarshaller.RunnableWithResult

java.lang.Object
  extended by oracle.adfnmc.util.UiThreadMarshaller.RunnableWithResult
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
UiThreadMarshaller

public abstract static class UiThreadMarshaller.RunnableWithResult
extends java.lang.Object
implements java.lang.Runnable


Field Summary
protected  java.lang.Exception exception
           
protected  java.lang.Object result
           
 
Constructor Summary
UiThreadMarshaller.RunnableWithResult()
           
 
Method Summary
 java.lang.Exception getException()
           
 java.lang.Object getResult()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

result

protected java.lang.Object result

exception

protected java.lang.Exception exception
Constructor Detail

UiThreadMarshaller.RunnableWithResult

public UiThreadMarshaller.RunnableWithResult()
Method Detail

getResult

public java.lang.Object getResult()

getException

public java.lang.Exception getException()

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.