|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.LocalObject
org.apache.geronimo.corba.util.UtilInitializer
public class UtilInitializer
The sole purpose of this initializer is to register a non-singleton ORB
with the class Util
.
Util
,
Serialized FormConstructor Summary | |
---|---|
UtilInitializer()
|
Method Summary | |
---|---|
void |
post_init(ORBInitInfo info)
Called during ORB initialization. |
void |
pre_init(ORBInitInfo info)
Called during ORB initialization. |
Methods inherited from class org.omg.CORBA.LocalObject |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
---|
public UtilInitializer()
Method Detail |
---|
public void pre_init(ORBInitInfo info)
ORBInitInfo.register_initial_reference
.
pre_init
in interface ORBInitializerOperations
info
- provides initialization attributes and operations by
which Interceptors can be registered.public void post_init(ORBInitInfo info)
Calling the post_init
operations is not the final
task of ORB initialization. The final task, following the
post_init
calls, is attaching the lists of registered
interceptors to the ORB. Therefore, the ORB does not contain the
interceptors during calls to post_init
. If an
ORB-mediated call is made from within post_init
, no
request interceptors will be invoked on that call.
Likewise, if an operation is performed which causes an IOR to be
created, no IOR interceptors will be invoked.
post_init
in interface ORBInitializerOperations
info
- provides initialization attributes and
operations by which Interceptors can be registered.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |