org.exolab.jms.net.orb
Class ORBFactory

java.lang.Object
  |
  +--org.exolab.jms.net.orb.ORBFactory

public final class ORBFactory
extends java.lang.Object

Factory for ORB instances.

Version:
$Revision: 1.2 $ $Date: 2005/05/03 13:45:58 $
Author:
Tim Anderson

Method Summary
static ORB createORB()
          Construct a new ORB.
static ORB createORB(Authenticator authenticator, java.util.Map properties)
          Construct a new ORB.
static ORB createORB(Authenticator authenticator, java.lang.String defaultURI)
          Construct a new ORB.
static ORB createORB(java.util.Map properties)
          Construct a new ORB.
static ORB createORB(java.lang.String defaultURI)
          Construct a new ORB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createORB

public static ORB createORB()
                     throws java.rmi.RemoteException
Construct a new ORB.
Returns:
a new ORB
Throws:
java.rmi.RemoteException - for any error

createORB

public static ORB createORB(java.lang.String defaultURI)
                     throws java.rmi.RemoteException
Construct a new ORB.
Parameters:
defaultURI - the default URI for exported objects
Returns:
a new ORB
Throws:
java.rmi.RemoteException - for any error

createORB

public static ORB createORB(java.util.Map properties)
                     throws java.rmi.RemoteException
Construct a new ORB.
Parameters:
properties - configuration properties. May be null
Returns:
a new ORB
Throws:
java.rmi.RemoteException - for any error

createORB

public static ORB createORB(Authenticator authenticator,
                            java.lang.String defaultURI)
                     throws java.rmi.RemoteException
Construct a new ORB.
Parameters:
authenticator - the connection authenticator
defaultURI - the default URI for exported objects
Returns:
a new ORB
Throws:
java.rmi.RemoteException - for any error

createORB

public static ORB createORB(Authenticator authenticator,
                            java.util.Map properties)
                     throws java.rmi.RemoteException
Construct a new ORB.
Parameters:
authenticator - the connection authenticator
properties - configuration properties. May be null
Returns:
a new ORB
Throws:
java.rmi.RemoteException - for any error


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.