org.openorb.CORBA.kernel
Class OpenORBConnector

java.lang.Object
  |
  +--org.openorb.CORBA.kernel.OpenORBConnector
All Implemented Interfaces:
ORBConnector

public class OpenORBConnector
extends java.lang.Object
implements ORBConnector

This class is the default OpenORB connector. Users have the ability to define new ORB connector to assemble with their own way all OpenORB parts.

Version:
$Revision: 1.4 $ $Date: 2001/04/12 18:16:45 $
Author:
Jerome Daniel <daniel@intalio.com>

Constructor Summary
OpenORBConnector()
           
 
Method Summary
 void load_kernel(ORB orb, ORBLoader loader)
          This operation is used to load the OpenORB kernel.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenORBConnector

public OpenORBConnector()
Method Detail

load_kernel

public void load_kernel(ORB orb,
                        ORBLoader loader)
This operation is used to load the OpenORB kernel.
Specified by:
load_kernel in interface ORBConnector