ParkNPark.interfaces
Class ReplicationManagerHelper

java.lang.Object
  extended by ParkNPark.interfaces.ReplicationManagerHelper

public abstract class ReplicationManagerHelper
extends Object

ParkNPark/interfaces/ReplicationManagerHelper.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from server.idl Thursday, May 4, 2006 8:07:47 AM EDT


Field Summary
private static TypeCode __typeCode
           
private static String _id
           
 
Constructor Summary
ReplicationManagerHelper()
           
 
Method Summary
static ReplicationManager extract(Any a)
           
static String id()
           
static void insert(Any a, ReplicationManager that)
           
static ReplicationManager narrow(Object obj)
           
static ReplicationManager read(InputStream istream)
           
static TypeCode type()
           
static ReplicationManager unchecked_narrow(Object obj)
           
static void write(OutputStream ostream, ReplicationManager value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

private static String _id

__typeCode

private static TypeCode __typeCode
Constructor Detail

ReplicationManagerHelper

public ReplicationManagerHelper()
Method Detail

insert

public static void insert(Any a,
                          ReplicationManager that)

extract

public static ReplicationManager extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static ReplicationManager read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ReplicationManager value)

narrow

public static ReplicationManager narrow(Object obj)

unchecked_narrow

public static ReplicationManager unchecked_narrow(Object obj)