Uses of Interface
org.exolab.jms.net.orb.ORB

Packages that use ORB
org.exolab.jms.net.orb Object Broker 
 

Uses of ORB in org.exolab.jms.net.orb
 

Classes in org.exolab.jms.net.orb that implement ORB
 class AbstractORB
          Abstract implementation of the ORB interface.
 

Methods in org.exolab.jms.net.orb that return ORB
static ORB ORBFactory.createORB()
          Construct a new ORB.
static ORB ORBFactory.createORB(java.lang.String defaultURI)
          Construct a new ORB.
static ORB ORBFactory.createORB(java.util.Map properties)
          Construct a new ORB.
static ORB ORBFactory.createORB(Authenticator authenticator, java.lang.String defaultURI)
          Construct a new ORB.
static ORB ORBFactory.createORB(Authenticator authenticator, java.util.Map properties)
          Construct a new ORB.
protected  ORB UnicastObject.getORB()
          Returns the ORB.
 

Constructors in org.exolab.jms.net.orb with parameters of type ORB
UnicastObject(ORB orb)
          Construct a new UnicastObject.
UnicastObject(ORB orb, java.lang.String uri)
          Construct a new UnicastObject.
UnicastObject(ORB orb, java.lang.String uri, boolean exportTo)
          Construct a new UnicastObject.
 



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