Uses of Class
org.omg.CosNaming.NamingContextPackage.NotEmpty
-
Packages that use NotEmpty 软件包 描述 org.omg.CosNaming 为Java IDL提供命名服务。org.omg.CosNaming.NamingContextPackage 此包包含org.omg.CosNaming
包的异常类。 -
-
Uses of NotEmpty in org.omg.CosNaming
Methods in org.omg.CosNaming that throw NotEmpty Modifier and Type 方法 描述 void
_NamingContextExtStub. destroy()
破坏操作会删除命名上下文。void
_NamingContextStub. destroy()
破坏操作会删除命名上下文。void
NamingContextOperations. destroy()
破坏操作会删除命名上下文。 -
Uses of NotEmpty in org.omg.CosNaming.NamingContextPackage
Fields in org.omg.CosNaming.NamingContextPackage declared as NotEmpty Modifier and Type Field 描述 NotEmpty
NotEmptyHolder. value
Methods in org.omg.CosNaming.NamingContextPackage that return NotEmpty Modifier and Type 方法 描述 static NotEmpty
NotEmptyHelper. extract(Any a)
static NotEmpty
NotEmptyHelper. read(InputStream istream)
Methods in org.omg.CosNaming.NamingContextPackage with parameters of type NotEmpty Modifier and Type 方法 描述 static void
NotEmptyHelper. insert(Any a, NotEmpty that)
static void
NotEmptyHelper. write(OutputStream ostream, NotEmpty value)
Constructors in org.omg.CosNaming.NamingContextPackage with parameters of type NotEmpty Constructor 描述 NotEmptyHolder(NotEmpty initialValue)
-