org.objectweb.easybeans.injection
Class ORBInitHelper

java.lang.Object
  extended by org.objectweb.easybeans.injection.ORBInitHelper

public final class ORBInitHelper
extends java.lang.Object

This helper allows to get the current ORB of the system.

Author:
Florent Benoit

Constructor Summary
private ORBInitHelper()
          Utility class, no public constructor.
 
Method Summary
static org.omg.CORBA.ORB getORB()
          Gets an ORB object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORBInitHelper

private ORBInitHelper()
Utility class, no public constructor.

Method Detail

getORB

public static org.omg.CORBA.ORB getORB()
Gets an ORB object.

Returns:
the ORB.