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