JavaTM Platform
Standard Ed. 6

클래스
org.omg.IOP.ServiceContext 의 사용

ServiceContext 를 사용하고 있는 패키지
org.omg.IOP 이 패키지에는, OMG 문서 「The Common Object Request Broker: Architecture and Specification」 (http://cgi.omg.org/cgi-bin/doc? formal/99-10-07 , 13.6 절)로 지정된 IOP 모듈이 포함됩니다.  
org.omg.PortableInterceptor ORB 서비스가 ORB 의 일반적으로의 실행 플로우를 차단할 수 있도록(듯이)하기 위한 ORB 훅을 등록하는 기구를 제공합니다.  
 

org.omg.IOP 에서의 ServiceContext 의 사용
 

ServiceContext 로서 선언되고 있는 org.omg.IOP 의 필드
 ServiceContext [] ServiceContextListHolder. value
           
 ServiceContext ServiceContextHolder. value
           
 

ServiceContext 를 돌려주는 org.omg.IOP 의 메소드
static ServiceContext [] ServiceContextListHelper. extract (Any  a)
           
static ServiceContext ServiceContextHelper. extract (Any  a)
           
static ServiceContext [] ServiceContextListHelper. read (InputStream  istream)
           
static ServiceContext ServiceContextHelper. read (InputStream  istream)
           
 

ServiceContext 형의 파라미터를 가지는 org.omg.IOP 의 메소드
static void ServiceContextHelper. insert (Any  a, ServiceContext  that)
           
static void ServiceContextListHelper. insert (Any  a, ServiceContext [] that)
           
static void ServiceContextHelper. write (OutputStream  ostream, ServiceContext  value)
           
static void ServiceContextListHelper. write (OutputStream  ostream, ServiceContext [] value)
           
 

ServiceContext 형의 파라미터를 가지는 org.omg.IOP 의 생성자
ServiceContextHolder (ServiceContext  initialValue)
           
ServiceContextListHolder (ServiceContext [] initialValue)
           
 

org.omg.PortableInterceptor 에서의 ServiceContext 의 사용
 

ServiceContext 을 돌려주는 org.omg.PortableInterceptor 의 메소드
 ServiceContext RequestInfoOperations. get_reply_service_context (int id)
          응답에 관련지을 수 있고 있는 지정된 ID 를 가지는 서비스 문맥의 카피를 돌려줍니다.
 ServiceContext RequestInfoOperations. get_request_service_context (int id)
          요구에 관련지을 수 있고 있는 지정된 ID 를 가지는 서비스 문맥의 카피를 돌려줍니다.
 

ServiceContext 형의 파라미터를 가지는 org.omg.PortableInterceptor 의 메소드
 void ServerRequestInfoOperations. add_reply_service_context (ServiceContext  service_context, boolean replace)
          인타세프타가 서비스 문맥을 요구에 추가할 수 있도록(듯이) 합니다.
 void ClientRequestInfoOperations. add_request_service_context (ServiceContext  service_context, boolean replace)
          인타세프타가 서비스 문맥을 요구에 추가할 수 있도록(듯이) 합니다.
 


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