tyrex.corba
Class Initializer

tyrex.corba.Initializer

public class Initializer

Tyrex OTS Initializer. This code is reused from the OpenORB OTS developed by Jerome & Marina DANIEL.

Author:
Marina Daniel <mdaniel@intalio.com>

Constructor Summary
Initializer()
           
 
Method Summary
 void exception(java.lang.String from, java.lang.String msg, java.lang.Exception ex)
          Displays a trace and throw a INTERNAL exception...
 void fatal(java.lang.String from, java.lang.String msg)
          Displays a trace and throw a INTERNAL exception...
 void post_init(org.omg.PortableInterceptor.ORBInitInfo info)
          Post initialization
 void pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
          Pre initialization
 

Constructor Detail

Initializer

public Initializer()
Method Detail

pre_init

public void pre_init(org.omg.PortableInterceptor.ORBInitInfo info)
Pre initialization

post_init

public void post_init(org.omg.PortableInterceptor.ORBInitInfo info)
Post initialization

fatal

public void fatal(java.lang.String from,
                  java.lang.String msg)
Displays a trace and throw a INTERNAL exception...

exception

public void exception(java.lang.String from,
                      java.lang.String msg,
                      java.lang.Exception ex)
Displays a trace and throw a INTERNAL exception...


Intalio Inc. (C) 1999-2001. All rights reserved.