org.omg.PortableServer.POAPackage
Class ObjectAlreadyActiveHelper

java.lang.Object
  extended by org.omg.PortableServer.POAPackage.ObjectAlreadyActiveHelper

public class ObjectAlreadyActiveHelper
extends Object


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

Constructor Detail

ObjectAlreadyActiveHelper

public ObjectAlreadyActiveHelper()
Method Detail

insert

public static void insert(Any any,
                          ObjectAlreadyActive val)

extract

public static ObjectAlreadyActive extract(Any any)

type

public static TypeCode type()

id

public static String id()

read

public static ObjectAlreadyActive read(InputStream in)

write

public static void write(OutputStream out,
                         ObjectAlreadyActive val)


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