JavaTM Platform
Standard Ed. 6

org.omg.CORBA
クラス ServiceInformationHelper

java.lang.Object
  上位を拡張 org.omg.CORBA.ServiceInformationHelper

public abstract class ServiceInformationHelper
extends Object


コンストラクタの概要
ServiceInformationHelper()
           
 
メソッドの概要
static ServiceInformation extract(Any a)
           
static String id()
           
static void insert(Any a, ServiceInformation that)
           
static ServiceInformation read(InputStream in)
           
static TypeCode type()
           
static void write(OutputStream out, ServiceInformation that)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ServiceInformationHelper

public ServiceInformationHelper()
メソッドの詳細

write

public static void write(OutputStream out,
                         ServiceInformation that)

read

public static ServiceInformation read(InputStream in)

extract

public static ServiceInformation extract(Any a)

insert

public static void insert(Any a,
                          ServiceInformation that)

type

public static TypeCode type()

id

public static String id()

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 も参照してください。