|
||||||||||
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
.ORB
java.rmi.RemoteException
- for any errorpublic static ORB createORB(java.lang.String defaultURI) throws java.rmi.RemoteException
ORB
.defaultURI
- the default URI for exported objectsORB
java.rmi.RemoteException
- for any errorpublic static ORB createORB(java.util.Map properties) throws java.rmi.RemoteException
ORB
.properties
- configuration properties. May be null
ORB
java.rmi.RemoteException
- for any errorpublic static ORB createORB(Authenticator authenticator, java.lang.String defaultURI) throws java.rmi.RemoteException
ORB
.authenticator
- the connection authenticatordefaultURI
- the default URI for exported objectsORB
java.rmi.RemoteException
- for any errorpublic static ORB createORB(Authenticator authenticator, java.util.Map properties) throws java.rmi.RemoteException
ORB
.authenticator
- the connection authenticatorproperties
- configuration properties. May be null
ORB
java.rmi.RemoteException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |