org.ow2.jonas.lib.svc
Class Utility

java.lang.Object
  extended by org.ow2.jonas.lib.svc.Utility

public final class Utility
extends Object

Utility class for System Value Classes.

Author:
pelletib

Method Summary
static HandleDelegate getHandleDelegate()
          Get the Handle Delegate implementation, registered in java:comp.
static 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 HandleDelegate getHandleDelegate()
                                        throws NamingException
Get the Handle Delegate implementation, registered in java:comp.

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

getORB

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.