JavaTM Platform
Standard Ed. 6

클래스
org.omg.CORBA.NamedValue 의 사용

NamedValue 를 사용하고 있는 패키지
org.omg.CORBA OMG CORBA API 의 JavaTM 프로그램 언어 (ORB 클래스를 포함한다)에의 매핑을 제공합니다.  
org.omg.CORBA.portable portability 층, 즉, 어느 벤더에 의해 생성된 코드가 다른 벤더의 ORB 로 동작할 수 있도록(듯이) 하는 일련의 ORB API 를 제공합니다.  
 

org.omg.CORBA 에서의 NamedValue 의 사용
 

NamedValue 를 돌려주는 org.omg.CORBA 의 메소드
abstract  NamedValue NVList. add_item (String  item_name, int flags)
          지정된 이름과 플래그로 초기화된 새로운 NamedValue 객체를 작성해, 그것을 이 NVList 객체의 말미에 추가합니다.
abstract  NamedValue NVList. add_value (String  item_name, Any  val, int flags)
          지정된 이름, 값, 및 플래그로 초기화된 새로운 NamedValue 객체를 작성해, 그것을 이 NVList 객체의 말미에 추가합니다.
abstract  NamedValue NVList. add (int flags)
          지정된 플래그로 초기화된 NamedValue 객체를 신규 작성해, 그것을 이 NVList 객체의 말미에 추가합니다.
abstract  NamedValue ORB. create_named_value (String  s, Any  any, int flags)
          지정된 이름, 값, 인수 모드 플래그를 사용해,NamedValue 객체를 생성합니다.
abstract  NamedValue NVList. item (int index)
          지정된 인덱스에서의 NamedValue 를 가져옵니다.
abstract  NamedValue Request. result ()
          메소드의 반환값을 포함한 NamedValue 를 가져옵니다.
 

NamedValue 형의 파라미터를 가지는 org.omg.CORBA 의 메소드
 Request Object. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result)
          지정된 문맥, 메소드명, 인수의 리스트, 메소드의 반환값의 컨테이너로 초기화된 Request 의 인스턴스를 생성합니다.
 Request LocalObject. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result)
           「This is a locally constrained object.」라고 하는 메세지와 함께 org.omg.CORBA.NO_IMPLEMENT 예외를 throw 합니다.
 Request Object. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result, ExceptionList  exclist, ContextList  ctxlist)
          지정된 문맥, 메소드명, 인수의 리스트, 메소드의 반환값의 컨테이너, 예외의 리스트, 해결할 필요가 있는 문맥 캐릭터 라인의 리스트로 초기화된 Request 의 인스턴스를 생성합니다.
 Request LocalObject. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result, ExceptionList  exceptions, ContextList  contexts)
           「This is a locally constrained object.」라고 하는 메세지와 함께 org.omg.CORBA.NO_IMPLEMENT 예외를 throw 합니다.
 

org.omg.CORBA.portable 에서의 NamedValue 의 사용
 

NamedValue 형의 파라미터를 가지는 org.omg.CORBA.portable 의 메소드
 Request ObjectImpl. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result)
          지정된 문맥, 메소드, 인수 리스트, 및 결과의 컨테이너를 포함하는 Request 객체를 작성합니다.
 Request ObjectImpl. _create_request (Context  ctx, String  operation, NVList  arg_list, NamedValue  result, ExceptionList  exceptions, ContextList  contexts)
          지정된 문맥, 메소드, 인수 리스트, 결과의 컨테이너, 예외, 및 문맥 캐릭터 라인의 해결에 사용되는 프로퍼티명의 리스트를 포함하는 Request 객체를 작성합니다.
abstract  Request Delegate. create_request (Object  obj, Context  ctx, String  operation, NVList  arg_list, NamedValue  result)
          Dynamic Invocation Interface 로 사용되는 Request 의 인터페이스를 작성합니다.
abstract  Request Delegate. create_request (Object  obj, Context  ctx, String  operation, NVList  arg_list, NamedValue  result, ExceptionList  exclist, ContextList  ctxlist)
          Dynamic Invocation Interface 로 사용되는 Request 의 인터페이스를 작성합니다.
 


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 도 참조해 주세요.