public class ORBFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ORB |
create()
Create but do not initialize an ORB instance.
|
static ORB |
create(String[] args,
Properties props,
boolean useOSGi) |
static void |
initialize(ORB orb,
String[] args,
Properties props,
boolean useOSGi)
Complete the initialization of the ORB.
|
public static ORB create(String[] args, Properties props, boolean useOSGi)
public static ORB create()
public static void initialize(ORB orb, String[] args, Properties props, boolean useOSGi)
orb - The orb to initialize.args - Usual args passed to an ORB.init() call.props - Usual props passed to an ORB.init() call.useOSGi - true if the ORB is running in GFv3 or later (generally means an OSGI environment).Copyright © 2017–2019 Eclipse Foundation. All rights reserved.