所有类
org.omg.CosNaming
类 BindingTypeHelper
java.lang.Object
org.omg.CosNaming.BindingTypeHelper
-
public abstract class BindingTypeHelper
- extends Object
指定给定的绑定对应于对象(非命名上下文的对象)还是命名上下文。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingTypeHelper
public BindingTypeHelper()
insert
public static void insert(Any a,
BindingType that)
-
extract
public static BindingType extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static BindingType read(InputStream istream)
-
write
public static void write(OutputStream ostream,
BindingType value)
-
所有类