com.arjuna.orbportability.utils
Interface InitClassInterface

All Known Implementing Classes:
ORBSetup

public interface InitClassInterface

This interface can be implemented by classes which have been registered as pre/post-initialisation classes. If this interface is used then the object which has been/is being intialised will be passed to it via the setAssociatedObject method.

Version:
$Id:%
Author:
Richard A. Begg (richard_begg@hp.com)

Method Summary
 void invoke(java.lang.Object obj)
          This method is called and passed the object which is associated with this pre/post-initialisation routine.
 

Method Detail

invoke

public void invoke(java.lang.Object obj)
This method is called and passed the object which is associated with this pre/post-initialisation routine.

Parameters:
obj - The object which has or is being initialised.