|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectorg.omg.CosNaming.NamingContextExtHolder
public final class NamingContextExtHolder
NamingContextExt
는, 각각의 이름이 고유해 Interoperable Naming Service 의 일부인 이름 바인딩세트를 포함하는 NamingContext
의 확장입니다. 다른 이름을, 동시에, 같은 문맥 또는 다른 문맥으로 바인드 할 수 있습니다. NamingContextExt 를 사용하면(자), URL 베이스의 이름을 사용해 바인드 및 해결이 가능하게 됩니다.
「CORBA COS Naming Specification」 를 참조해 주세요.
필드의 개요 | |
---|---|
NamingContextExt |
value
|
생성자 의 개요 | |
---|---|
NamingContextExtHolder ()
|
|
NamingContextExtHolder (NamingContextExt initialValue)
|
메소드의 개요 | |
---|---|
void |
_read (InputStream i)
istream 로부터 데이터를 읽어내, 비정렬화 된 데이터를 사용해 Holder 의 value 필드를 초기화합니다. |
TypeCode |
_type ()
Holder 의 value 필드의 값에 대응하는 TypeCode 객체를 꺼냅니다. |
void |
_write (OutputStream o)
Holder 의 value 필드의 값을 ostream 에 정렬화합니다. |
클래스 java.lang. Object 로부터 상속된 메소드 |
---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait |
필드의 상세 |
---|
public NamingContextExt value
생성자 의 상세 |
---|
public NamingContextExtHolder()
public NamingContextExtHolder(NamingContextExt initialValue)
메소드의 상세 |
---|
public void _read(InputStream i)
Streamable
의 기술:istream
로부터 데이터를 읽어내, 비정렬화 된 데이터를 사용해 Holder 의 value
필드를 초기화합니다.
Streamable
내의 _read
i
- 와이어로부터의 CDR 데이터를 나타내는 InputStreampublic void _write(OutputStream o)
Streamable
의 기술:value
필드의 값을 ostream
에 정렬화합니다.
Streamable
내의 _write
o
- CDR OutputStreampublic TypeCode _type()
Streamable
의 기술:value
필드의 값에 대응하는 TypeCode
객체를 꺼냅니다.
Streamable
내의 _type
TypeCode
객체
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.