org.omg.CORBA
Class BoundsHelper

java.lang.Object
  extended byorg.omg.CORBA.BoundsHelper

Deprecated. Use org.omg.CORBA.TypeCodePackage.Bounds

public final class BoundsHelper
extends java.lang.Object

Helper class for deprecated Bounds exception.


Constructor Summary
BoundsHelper()
          Deprecated.  
 
Method Summary
static Bounds extract(Any any)
          Deprecated.  
static java.lang.String id()
          Deprecated.  
static void insert(Any any, Bounds value)
          Deprecated.  
static Bounds read(InputStream input)
          Deprecated.  
static TypeCode type()
          Deprecated.  
static void write(OutputStream output, Bounds value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundsHelper

public BoundsHelper()
Deprecated. 
Method Detail

insert

public static void insert(Any any,
                          Bounds value)
Deprecated. 

extract

public static Bounds extract(Any any)
Deprecated. 

type

public static TypeCode type()
Deprecated. 

id

public static java.lang.String id()
Deprecated. 

read

public static Bounds read(InputStream input)
Deprecated. 

write

public static void write(OutputStream output,
                         Bounds value)
Deprecated.