scs.demos.mapreduce
Class TaskHelper
java.lang.Object
scs.demos.mapreduce.TaskHelper
public abstract class TaskHelper
- extends java.lang.Object
scs/demos/mapreduce/TaskHelper.java .
Generated by the IDL-to-Java compiler (portable), version "3.2"
from ../../idl/mapReduce.idl
Friday, October 3, 2008 9:13:54 AM BRT
Method Summary |
static Task |
extract(org.omg.CORBA.Any a)
|
static java.lang.String |
id()
|
static void |
insert(org.omg.CORBA.Any a,
Task that)
|
static Task |
narrow(org.omg.CORBA.Object obj)
|
static Task |
read(org.omg.CORBA.portable.InputStream istream)
|
static org.omg.CORBA.TypeCode |
type()
|
static Task |
unchecked_narrow(org.omg.CORBA.Object obj)
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
Task value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskHelper
public TaskHelper()
insert
public static void insert(org.omg.CORBA.Any a,
Task that)
extract
public static Task extract(org.omg.CORBA.Any a)
type
public static org.omg.CORBA.TypeCode type()
id
public static java.lang.String id()
read
public static Task read(org.omg.CORBA.portable.InputStream istream)
write
public static void write(org.omg.CORBA.portable.OutputStream ostream,
Task value)
narrow
public static Task narrow(org.omg.CORBA.Object obj)
unchecked_narrow
public static Task unchecked_narrow(org.omg.CORBA.Object obj)