org.openorb.orb
Interface Initializer

All Known Implementing Classes:
BOAInitializer, ForwardInitializer, POAInitializer, IIOPProtocolInitializer, IIOPTransportClientInitializer, IIOPTransportServerInitializer, MessagingInitializer, RMIInitializer

public interface Initializer

This is the base interface for all Initializers.

Version:
$Revision: 1.2 $ $Date: 2004/02/10 21:02:44 $
Author:
Michael Rumpf

Method Summary
 java.lang.String getName()
          Return the name of the initializer.
 

Method Detail

getName

public java.lang.String getName()
Return the name of the initializer.
Returns:
The name of the initializer.