JavaTM Platform
Standard Ed. 6

org.omg.PortableServer.ServantLocatorPackage
클래스 CookieHolder

java.lang.Object 
  상위를 확장 org.omg.PortableServer.ServantLocatorPackage.CookieHolder
모든 구현된 인터페이스:
Streamable


public final class CookieHolder
extends Object
implements Streamable

네이티브형의 PortableServer::ServantLocator::Cookie 는, java.lang.Object 에 맵 됩니다. CookieHolder 클래스는, Cookie 형을 out 파라미터로서 건네주기 위해서(때문에) 준비되어 있습니다. 이 클래스는, 기저형의 다른 홀더 클래스와 같은 패턴에 따릅니다.


필드의 개요
 Object value
           
 
생성자 의 개요
CookieHolder ()
           
CookieHolder (Object  initial)
           
 
메소드의 개요
 void _read (InputStream  is)
          istream 로부터 데이터를 읽어내, 비정렬화 된 데이터를 사용해 Holder 의 value 필드를 초기화합니다.
 TypeCode _type ()
          Holder 의 value 필드의 값에 대응하는 TypeCode 객체를 꺼냅니다.
 void _write (OutputStream  os)
          Holder 의 value 필드의 값을 ostream 에 정렬화합니다.
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

필드의 상세

value

public Object  value
생성자 의 상세

CookieHolder

public CookieHolder()

CookieHolder

public CookieHolder(Object  initial)
메소드의 상세

_read

public void _read(InputStream  is)
인터페이스 Streamable 의 기술:
istream 로부터 데이터를 읽어내, 비정렬화 된 데이터를 사용해 Holder 의 value 필드를 초기화합니다.

정의:
인터페이스 Streamable 내의 _read
파라미터:
is - 와이어로부터의 CDR 데이터를 나타내는 InputStream

_write

public void _write(OutputStream  os)
인터페이스 Streamable 의 기술:
Holder 의 value 필드의 값을 ostream 에 정렬화합니다.

정의:
인터페이스 Streamable 내의 _write
파라미터:
os - CDR OutputStream

_type

public TypeCode  _type()
인터페이스 Streamable 의 기술:
Holder 의 value 필드의 값에 대응하는 TypeCode 객체를 꺼냅니다.

정의:
인터페이스 Streamable 내의 _type
반환값:
홀더에 포함되고 있는 값의 TypeCode 객체

JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.