|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
java.lang.Objectorg.omg.CORBA.ServiceInformation
public final class ServiceInformation
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 |
필드의 상세 |
---|
public int[] service_options
public ServiceDetail [] service_details
생성자 의 상세 |
---|
public ServiceInformation()
public ServiceInformation(int[] __service_options, ServiceDetail [] __service_details)
__service_options
- 서비스 옵션을 나타내는 int 배열__service_details
- 서비스의 상세를 설명하는 ServiceDetail
배열
|
JavaTM Platform Standard Ed. 6 |
|||||||||
앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 |
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.