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