所有类
org.omg.CosNaming.NamingContextExtPackage
类 AddressHelper
java.lang.Object
org.omg.CosNaming.NamingContextExtPackage.AddressHelper
-
public abstract class AddressHelper
- extends Object
地址是以 String 形式表示的主机和端口信息。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddressHelper
public AddressHelper()
insert
public static void insert(Any a,
String that)
-
extract
public static String extract(Any a)
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static String read(InputStream istream)
-
write
public static void write(OutputStream ostream,
String value)
-
所有类