edu.iris.Fissures.IfSeismogramMgr
Class ChannelMirrorRegistryHelper

java.lang.Object
  extended by edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorRegistryHelper

public final class ChannelMirrorRegistryHelper
extends java.lang.Object


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

Constructor Detail

ChannelMirrorRegistryHelper

public ChannelMirrorRegistryHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any any,
                          ChannelMirrorRegistry val)

extract

public static ChannelMirrorRegistry extract(org.omg.CORBA.Any any)

type

public static org.omg.CORBA.TypeCode type()

id

public static java.lang.String id()

read

public static ChannelMirrorRegistry read(org.omg.CORBA.portable.InputStream in)

write

public static void write(org.omg.CORBA.portable.OutputStream out,
                         ChannelMirrorRegistry val)

narrow

public static ChannelMirrorRegistry narrow(org.omg.CORBA.Object val)