public abstract class ProxyPushSupplierHelper extends Object
| Constructor and Description |
|---|
ProxyPushSupplierHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ProxyPushSupplier |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ProxyPushSupplier s) |
static ProxyPushSupplier |
narrow(Object obj) |
static ProxyPushSupplier |
read(InputStream in) |
static TypeCode |
type() |
static ProxyPushSupplier |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ProxyPushSupplier s) |
public static TypeCode type()
public static void insert(Any any, ProxyPushSupplier s)
public static ProxyPushSupplier extract(Any any)
public static String id()
public static ProxyPushSupplier read(InputStream in)
public static void write(OutputStream _out, ProxyPushSupplier s)
public static ProxyPushSupplier narrow(Object obj)
public static ProxyPushSupplier unchecked_narrow(Object obj)
Copyright © 2015 JacORB. All rights reserved.