org.omg JavaのOMG(Object Management Group)APIパッケージ
org.omg.CORBA
org.omg.CORBAはOMG CORBA APIのJavaへのマッピングを提供するパッケージである。
org.omg.CORBAのインタフェース
| Interface | Description |
| Object | CORBAオブジェクト参照の定義 |
org.omg.CORBAのクラス
| Class | Description |
| ORB | CORBA ORB機能のためのAPIを提供するクラス |
org.omg.CORBAの例外
| Exception | Description |
| UserException | CORBA IDL定義のユーザ例外のルートクラス |
org.omg.CosNaming
org.omg.CosNamingはJava IDLのネームサービスを提供するパッケージである。
org.omg.CosNamingのインタフェース
| Interface | Description |
| NamingContextExt | それぞれの名前が固有でInteroperable Naming Serviceの一部である名前バインディングのセットを格納するNamingContextの拡張 |
org.omg.CosNamingのクラス
| Class | Description |
| NameComponent | 名前コンポーネント |
| NamingContextExtHelper | それぞれの名前が固有でInteroperable Naming Serviceの一部である名前バインディングのセットを格納するNamingContextの拡張 |
org.omg.PortableServer
org.omg.PortableServerはアプリケーションのサーバ側を複数ベンダ間ORBで移植できるようにするクラスやインタフェースを提供するパッケージである。
org.omg.PortableServerのインタフェース
| Interface | Description |
| POA | オブジェクトのコレクションの実装を管理するインタフェース |
| POAManager | 各POAオブジェクトに関連付けられるPOAマネージャ |
org.omg.PortableServerのクラス
| Class | Description |
| POAHelper | オブジェクトのコレクションの実装を管理するクラス |