Uses of Class
org.omg.CORBA.Bounds
-
Packages that use Bounds 软件包 描述 org.omg.CORBA 提供OMG CORBA API与Java编程语言的映射,包括ORB
类,它被实现为使程序员可以将其用作全功能对象请求代理(ORB)。 -
-
Uses of Bounds in org.omg.CORBA
Methods in org.omg.CORBA that return Bounds Modifier and Type 方法 描述 static Bounds
BoundsHelper. extract(Any a)
static Bounds
BoundsHelper. read(InputStream istream)
Methods in org.omg.CORBA with parameters of type Bounds Modifier and Type 方法 描述 static void
BoundsHelper. insert(Any a, Bounds that)
static void
BoundsHelper. write(OutputStream ostream, Bounds value)
Methods in org.omg.CORBA that throw Bounds Modifier and Type 方法 描述 abstract String
ContextList. item(int index)
返回给定索引处的String
对象。abstract TypeCode
ExceptionList. item(int index)
返回给定索引处的TypeCode
对象。abstract NamedValue
NVList. item(int index)
在给定索引处检索NamedValue
对象。abstract void
ContextList. remove(int index)
删除给定索引处的String
对象。abstract void
ExceptionList. remove(int index)
删除给定索引处的TypeCode
对象。abstract void
NVList. remove(int index)
Removes theNamedValue
object at the given index.
-