JavaTM Platform
Standard Ed. 6

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

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

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

NVList 를 돌려주는 org.omg.CORBA 의 메소드
abstract  NVList Request. arguments ()
          불려 가는 메소드의 인수를 포함한 NVList 객체를 가져옵니다.
abstract  NVList ORB. create_list (int count)
          지정수의 NamedValue 객체에 있어 (아마) 충분한 공간을 NVList 에 할당합니다.
 NVList ORB. create_operation_list (Object  oper)
          지정된 OperationDef 객체로 기술되는 조작의 인수 기술로 초기화된,NVList 를 생성합니다.
abstract  NVList Context. get_values (String  start_scope, int op_flags, String  pattern)
          name 필드가, 지정된 이름, 또는 지정된 이름 패턴과 일치하는 NamedValue 객체를 가져옵니다.
 

NVList 형의 파라미터를 가지는 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 합니다.
 void ServerRequest. arguments (NVList  args)
          메소드의 파라미터형을 지정해, in 및 inout 인수의 값을 가져옵니다.
 void ServerRequest. params (NVList  params)
          추천 되고 있지 않습니다.  arguments 메소드를 사용한다
abstract  void Context. set_values (NVList  values)
          이 Context 객체의 1 개 이상의 프로퍼티치를 설정합니다.
 

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

NVList 형의 파라미터를 가지는 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 도 참조해 주세요.