JavaTM Platform
Standard Ed. 6

org.omg.CORBA
클래스 ServiceInformation

java.lang.Object 
  상위를 확장 org.omg.CORBA.ServiceInformation
모든 구현된 인터페이스:
Serializable , IDLEntity


public final class ServiceInformation
extends Object
implements IDLEntity

CORBA 모듈내의 IDL 구조체입니다. 이것은, ORB 구현으로 사용 가능한 CORBA 서비스에 대한 정보를 포함해,ORB.get_service_information 메소드로부터 취득됩니다.


필드의 개요
 ServiceDetail [] service_details
          서비스의 상세를 지정하는 ServiceDetail 의 배열입니다.
 int[] service_options
          서비스 옵션을 나타내는 int 배열입니다.
 
생성자 의 개요
ServiceInformation ()
          빈 상태(empty)의 service_options 와 service_details 로 ServiceInformation 객체를 구축합니다.
ServiceInformation (int[] __service_options, ServiceDetail [] __service_details)
          지정된 service_options 와 service_details 로 ServiceInformation 객체를 구축합니다.
 
메소드의 개요
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

필드의 상세

service_options

public int[] service_options
서비스 옵션을 나타내는 int 배열입니다.


service_details

public ServiceDetail [] service_details
서비스의 상세를 지정하는 ServiceDetail 의 배열입니다.

생성자 의 상세

ServiceInformation

public ServiceInformation()
빈 상태(empty)의 service_options 와 service_details 로 ServiceInformation 객체를 구축합니다.


ServiceInformation

public ServiceInformation(int[] __service_options,
                          ServiceDetail [] __service_details)
지정된 service_options 와 service_details 로 ServiceInformation 객체를 구축합니다.

파라미터:
__service_options - 서비스 옵션을 나타내는 int 배열
__service_details - 서비스의 상세를 설명하는 ServiceDetail 배열

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