| org.objectweb.jonas.security.iiop.Csiv2Initializer
Csiv2Initializer | public class Csiv2Initializer extends org.omg.CORBA.LocalObject implements ORBInitializer(Code) | | Initializer of SAS interceptor
author: Florent Benoit |
Method Summary | |
public void | post_init(ORBInitInfo info) Called during ORB initialization. | public void | pre_init(ORBInitInfo info) Called during ORB initialization. |
post_init | public void post_init(ORBInitInfo info)(Code) | | Called during ORB initialization. If a service must resolve initial
references as part of its initialization, it can assume that all initial
references will be available at this point.
Parameters: info - provides initialization attributes and operations by whichInterceptors can be registered. |
pre_init | public void pre_init(ORBInitInfo info)(Code) | | Called during ORB initialization. If it is expected that initial services
registered by an interceptor will be used by other interceptors, then
those initial services shall be registered at this point via calls to
ORBInitInfo.register_initial_reference .
Parameters: info - provides initialization attributes and operations by whichInterceptors can be registered. |
|
|