JavaTM Platform
Standard Ed. 6

org.omg.IOP
クラス CodecFactoryHelper

java.lang.Object
  上位を拡張 org.omg.IOP.CodecFactoryHelper

public abstract class CodecFactoryHelper
extends Object

Codec は、CodecFactory から取得されます。CodecFactory は、ORB.resolve_initial_references( "CodecFactory" ) の呼び出しを介して取得されます。


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

コンストラクタの詳細

CodecFactoryHelper

public CodecFactoryHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          CodecFactory that)

extract

public static CodecFactory extract(Any a)

type

public static TypeCode type()

id

public static String id()

read

public static CodecFactory read(InputStream istream)

write

public static void write(OutputStream ostream,
                         CodecFactory value)

narrow

public static CodecFactory narrow(Object obj)

unchecked_narrow

public static CodecFactory unchecked_narrow(Object obj)

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