Module  java.corba

Class CookieHolder

  • All Implemented Interfaces:
    Streamable


    public final class CookieHolder
    extends Object
    implements Streamable
    PortableServer :: ServantLocator :: Cookie的本机类型映射到java.lang.Object。 提供了CookieHolder类,用于将Cookie类型作为输出参数传递。 CookieHolder类遵循与基本类型的其他持有者类完全相同的模式。
    • 字段详细信息

    • 构造方法详细信息

      • CookieHolder

        public CookieHolder​()
      • CookieHolder

        public CookieHolder​(Object initial)
    • 方法详细信息

      • _read

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

        public void _write​(OutputStream os)
        说明从接口Streamable复制
        ostreamvalue字段中的 value
        Specified by:
        _write在接口 Streamable
        参数
        os - CDR OutputStream
      • _type

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