org.objectweb.jonas_ejb.svc
Class Utility

java.lang.Object
  extended by org.objectweb.jonas_ejb.svc.Utility

public class Utility
extends java.lang.Object

Utility class for System Value Classes

Author:
pelletib

Method Summary
static javax.ejb.spi.HandleDelegate getHandleDelegate()
          Get the Handle Delegate implementation, registered in java:comp
static org.omg.CORBA.ORB getORB()
          Get the Handle Delegate implementation, registered in java:comp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHandleDelegate

public static javax.ejb.spi.HandleDelegate getHandleDelegate()
                                                      throws javax.naming.NamingException
Get the Handle Delegate implementation, registered in java:comp

Returns:
The HandleDelegate object.
Throws:
javax.naming.NamingException - Cannot get the HandleDelegate

getORB

public static org.omg.CORBA.ORB getORB()
                                throws javax.naming.NamingException
Get the Handle Delegate implementation, registered in java:comp

Returns:
The HandleDelegate object.
Throws:
javax.naming.NamingException - Cannot get the HandleDelegate