tecgraf.openbus.DRMAA
Class SessionHelper

java.lang.Object
  extended by tecgraf.openbus.DRMAA.SessionHelper

public final class SessionHelper
extends Object

Generated from IDL interface "Session".

Version:
generated at Nov 3, 2010 2:32:40 PM
Author:
JacORB IDL compiler V 2.3-beta-2, 14-Oct-2006

Constructor Summary
SessionHelper()
           
 
Method Summary
static Session extract(Any any)
           
static String id()
           
static void insert(Any any, Session s)
           
static Session narrow(Object obj)
           
static Session read(InputStream in)
           
static TypeCode type()
           
static Session unchecked_narrow(Object obj)
           
static void write(OutputStream _out, Session s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionHelper

public SessionHelper()
Method Detail

insert

public static void insert(Any any,
                          Session s)

extract

public static Session extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static Session read(InputStream in)

write

public static void write(OutputStream _out,
                         Session s)

narrow

public static Session narrow(Object obj)

unchecked_narrow

public static Session unchecked_narrow(Object obj)


Tecgraf PUC-Rio