org.apache.yoko.orb.OB
Class BootManagerHelper

java.lang.Object
  extended by org.apache.yoko.orb.OB.BootManagerHelper

public final class BootManagerHelper
extends Object


Constructor Summary
BootManagerHelper()
           
 
Method Summary
static BootManager extract(Any any)
           
static String id()
           
static void insert(Any any, BootManager val)
           
static BootManager narrow(Object val)
           
static BootManager read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, BootManager val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootManagerHelper

public BootManagerHelper()
Method Detail

insert

public static void insert(Any any,
                          BootManager val)

extract

public static BootManager extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static BootManager read(InputStream in)

write

public static void write(OutputStream out,
                         BootManager val)

narrow

public static BootManager narrow(Object val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.