org.omg.PortableServer
Class ServantRetentionPolicyValueHelper

java.lang.Object
  |
  +--org.omg.PortableServer.ServantRetentionPolicyValueHelper

public class ServantRetentionPolicyValueHelper
extends java.lang.Object


Constructor Summary
ServantRetentionPolicyValueHelper()
           
 
Method Summary
static ServantRetentionPolicyValue extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, ServantRetentionPolicyValue t)
           
static ServantRetentionPolicyValue read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, ServantRetentionPolicyValue value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServantRetentionPolicyValueHelper

public ServantRetentionPolicyValueHelper()
Method Detail

insert

public static void insert(Any a,
                          ServantRetentionPolicyValue t)

extract

public static ServantRetentionPolicyValue extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ServantRetentionPolicyValue read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ServantRetentionPolicyValue value)