|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.exolab.jms.net.orb.ORBFactory
Factory for ORB instances.
| 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 |
public static ORB createORB()
throws java.rmi.RemoteException
ORB.ORBjava.rmi.RemoteException - for any error
public static ORB createORB(java.lang.String defaultURI)
throws java.rmi.RemoteException
ORB.defaultURI - the default URI for exported objectsORBjava.rmi.RemoteException - for any error
public static ORB createORB(java.util.Map properties)
throws java.rmi.RemoteException
ORB.properties - configuration properties. May be nullORBjava.rmi.RemoteException - for any error
public static ORB createORB(Authenticator authenticator,
java.lang.String defaultURI)
throws java.rmi.RemoteException
ORB.authenticator - the connection authenticatordefaultURI - the default URI for exported objectsORBjava.rmi.RemoteException - for any error
public static ORB createORB(Authenticator authenticator,
java.util.Map properties)
throws java.rmi.RemoteException
ORB.authenticator - the connection authenticatorproperties - configuration properties. May be nullORBjava.rmi.RemoteException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||