- java.lang.Object
-
- org.omg.PortableServer.ServantActivatorHelper
-
public abstract class ServantActivatorHelper extends Object
When the POA has the RETAIN policy it uses servant managers that are ServantActivators.
-
-
构造方法摘要
构造方法 Constructor 描述 ServantActivatorHelper()
-
方法摘要
所有方法 静态方法 具体的方法 Modifier and Type 方法 描述 static ServantActivator
extract(Any a)
static String
id()
static void
insert(Any a, ServantActivator that)
static ServantActivator
narrow(Object obj)
static ServantActivator
read(InputStream istream)
static TypeCode
type()
static ServantActivator
unchecked_narrow(Object obj)
static void
write(OutputStream ostream, ServantActivator value)
-
-
-
方法详细信息
-
insert
public static void insert(Any a, ServantActivator that)
-
extract
public static ServantActivator extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static ServantActivator read(InputStream istream)
-
write
public static void write(OutputStream ostream, ServantActivator value)
-
narrow
public static ServantActivator narrow(Object obj)
-
unchecked_narrow
public static ServantActivator unchecked_narrow(Object obj)
-
-