org.apache.oodt.cas.filemgr.system.auth
Class Result

java.lang.Object
  extended by org.apache.oodt.cas.filemgr.system.auth.Result

public class Result
extends Object

A Python-friendly wrapper that wraps an XML-RPC result.

Author:
kelly

Constructor Summary
Result(Class kind, Object value)
          Default Constructor.
 
Method Summary
 Object getValue()
          Gets the result value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Result

public Result(Class kind,
              Object value)
       throws Throwable
Default Constructor.

Parameters:
kind - The class name of the return result.
value - The result value.
Throws:
Throwable - If any error occurs.
Method Detail

getValue

public Object getValue()
Gets the result value.

Returns:
The result value.


Copyright © 1999-2011 Apache OODT. All Rights Reserved.