Module  java.corba
软件包  org.omg.IOP

Class ServiceContextListHolder

  • All Implemented Interfaces:
    Streamable


    public final class ServiceContextListHolder
    extends Object
    implements Streamable
    一组服务上下文,形成一个服务上下文列表。
    • 构造方法详细信息

      • ServiceContextListHolder

        public ServiceContextListHolder​()
      • ServiceContextListHolder

        public ServiceContextListHolder​(ServiceContext[] initialValue)
    • 方法详细信息

      • _read

        public void _read​(InputStream i)
        描述从接口Streamable复制
        istream读取数据,并使用未编组的数据 value持有人的 value字段。
        Specified by:
        _read在接口 Streamable
        参数
        i - 表示来自电线的CDR数据的InputStream。
      • _write

        public void _write​(OutputStream o)
        说明从接口Streamable复制
        ostreamvalue字段的持有人发送。
        Specified by:
        _write在接口 Streamable
        参数
        o - CDR OutputStream
      • _type

        public TypeCode _type​()
        描述从接口Streamable复制
        检索对应于持有人的 value字段中的值的 TypeCode对象。
        Specified by:
        _type在接口 Streamable
        结果
        该持有人持有的价值 TypeCode对象