public abstract class SGAServerHelper
extends java.lang.Object
| Constructor and Description |
|---|
SGAServerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static SGAServer |
extract(org.omg.CORBA.Any any) |
static java.lang.String |
id() |
static void |
insert(org.omg.CORBA.Any any,
SGAServer s) |
static SGAServer |
narrow(org.omg.CORBA.Object obj) |
static SGAServer |
read(org.omg.CORBA.portable.InputStream in) |
static org.omg.CORBA.TypeCode |
type() |
static SGAServer |
unchecked_narrow(org.omg.CORBA.Object obj) |
static void |
write(org.omg.CORBA.portable.OutputStream _out,
SGAServer s) |
public static org.omg.CORBA.TypeCode type()
public static void insert(org.omg.CORBA.Any any,
SGAServer s)
public static SGAServer extract(org.omg.CORBA.Any any)
public static java.lang.String id()
public static SGAServer read(org.omg.CORBA.portable.InputStream in)
public static void write(org.omg.CORBA.portable.OutputStream _out,
SGAServer s)
public static SGAServer narrow(org.omg.CORBA.Object obj)
public static SGAServer unchecked_narrow(org.omg.CORBA.Object obj)
Copyright © 2016. All Rights Reserved.