JavaTM Platform
Standard Ed. 6

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

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

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

Context 를 돌려주는 org.omg.CORBA 의 메소드
abstract  Context Context. create_child (String  child_ctx_name)
          캐릭터 라인으로 이름을 지정해, 이 Context 객체를 부모로 하는 Context 객체를 생성합니다.
abstract  Context Request. ctx ()
          이 요구에 대한 Context 객체를 가져옵니다.
abstract  Context ServerRequest. ctx ()
          조작이 속성 액세스가 아니고 조작의 IDL 정의에 문맥식이 지정되고 있는 경우는, 조작의 IDL 로 지정된 문맥 정보를 돌려줍니다.
abstract  Context ORB. get_default_context ()
          디폴트의 Context 객체를 가져옵니다.
abstract  Context Context. parent ()
          이 Context 객체의 부모를 가져옵니다.
 

Context 형의 파라미터를 가지는 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 합니다.
abstract  void Request. ctx (Context  c)
          이 요구의 Context 객체를, 지정한 객체로 설정합니다.
 

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

Context 를 돌려주는 org.omg.CORBA.portable 의 메소드
 Context InputStream. read_Context ()
          스트림로부터 CORBA 문맥을 읽어들입니다.
 

Context 형의 파라미터를 가지는 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 의 인터페이스를 작성합니다.
 void OutputStream. write_Context (Context  ctx, ContextList  contexts)
          CORBA 문맥을 이 스트림에 기입합니다.
 


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