public class ORBBase extends Object implements ORBImple
Modifier and Type | Field and Description |
---|---|
protected boolean |
_init |
protected ORB |
_orb |
Modifier | Constructor and Description |
---|---|
protected |
ORBBase() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy the ORB.
|
void |
init()
Initialise the ORB.
|
void |
init(Applet a,
Properties p) |
void |
init(String[] s,
Properties p) |
boolean |
initialised()
Is the ORB initialised?
|
ORB |
orb()
Return a reference to the ORB.
|
void |
orb(ORB o)
Provide a reference to the ORB.
|
void |
shutdown()
Shutdown the ORB.
|
void |
shutdown(boolean waitForCompletion)
Shutdown the ORB and signal whether to do this synchronously.
|
protected ORB _orb
protected boolean _init
public boolean initialised()
ORBImple
initialised
in interface ORBImple
public void init() throws SystemException
ORBImple
init
in interface ORBImple
SystemException
public void init(Applet a, Properties p) throws SystemException
init
in interface ORBImple
SystemException
public void init(String[] s, Properties p) throws SystemException
init
in interface ORBImple
SystemException
public void shutdown() throws SystemException
ORBImple
shutdown
in interface ORBImple
SystemException
public void shutdown(boolean waitForCompletion) throws SystemException
ORBImple
shutdown
in interface ORBImple
SystemException
public void destroy() throws SystemException
ORBImple
destroy
in interface ORBImple
SystemException
public ORB orb() throws SystemException
ORBImple
orb
in interface ORBImple
SystemException
public void orb(ORB o) throws SystemException
ORBImple
orb
in interface ORBImple
SystemException
Copyright © 2021 JBoss by Red Hat. All rights reserved.