Uses of Class
org.omg.CosNaming.NamingContextPackage.AlreadyBound
-
Packages that use AlreadyBound 软件包 描述 org.omg.CosNaming 为Java IDL提供命名服务。org.omg.CosNaming.NamingContextPackage 此包包含org.omg.CosNaming
包的异常类。 -
-
Uses of AlreadyBound in org.omg.CosNaming
Methods in org.omg.CosNaming that throw AlreadyBound Modifier and Type 方法 描述 void
_NamingContextExtStub. bind(NameComponent[] n, Object obj)
在命名上下文中创建名称和对象的绑定。void
_NamingContextStub. bind(NameComponent[] n, Object obj)
在命名上下文中创建名称和对象的绑定。void
NamingContextOperations. bind(NameComponent[] n, Object obj)
在命名上下文中创建名称和对象的绑定。void
_NamingContextExtStub. bind_context(NameComponent[] n, NamingContext nc)
命名一个命名上下文的对象。void
_NamingContextStub. bind_context(NameComponent[] n, NamingContext nc)
命名一个命名上下文的对象。void
NamingContextOperations. bind_context(NameComponent[] n, NamingContext nc)
命名一个命名上下文的对象。NamingContext
_NamingContextExtStub. bind_new_context(NameComponent[] n)
此操作创建一个新的上下文并将其绑定到作为参数提供的名称。NamingContext
_NamingContextStub. bind_new_context(NameComponent[] n)
此操作创建一个新的上下文并将其绑定到作为参数提供的名称。NamingContext
NamingContextOperations. bind_new_context(NameComponent[] n)
此操作创建一个新的上下文并将其绑定到作为参数提供的名称。 -
Uses of AlreadyBound in org.omg.CosNaming.NamingContextPackage
Fields in org.omg.CosNaming.NamingContextPackage declared as AlreadyBound Modifier and Type Field 描述 AlreadyBound
AlreadyBoundHolder. value
Methods in org.omg.CosNaming.NamingContextPackage that return AlreadyBound Modifier and Type 方法 描述 static AlreadyBound
AlreadyBoundHelper. extract(Any a)
static AlreadyBound
AlreadyBoundHelper. read(InputStream istream)
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound Modifier and Type 方法 描述 static void
AlreadyBoundHelper. insert(Any a, AlreadyBound that)
static void
AlreadyBoundHelper. write(OutputStream ostream, AlreadyBound value)
Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type AlreadyBound Constructor 描述 AlreadyBoundHolder(AlreadyBound initialValue)
-