org.openorb.ir.impl
Class Util

java.lang.Object
  extended by org.openorb.ir.impl.Util

public final class Util
extends java.lang.Object

This class is used to initialize the storage types states.

Author:
Olivier Modica

Method Summary
static void initContainedStates(Contained newContained, ContainerRef containerRef, java.lang.String name, RepositoryRef repositoryRef)
          This method is used to init the states of a newly created contained storage type
static void initContainerStates(org.omg.CORBA.ORB orb, Container newContainer)
          This method is used to init the states of a newly created container storage type
static void initInterfaceDefStates(InterfaceDef newInterface)
          This method is used to init the states of a newly created interface storage type
static void initValueDefStates(ValueDef newValue)
          This method is used to init the states of a newly created value storage type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initContainerStates

public static void initContainerStates(org.omg.CORBA.ORB orb,
                                       Container newContainer)
This method is used to init the states of a newly created container storage type


initContainedStates

public static void initContainedStates(Contained newContained,
                                       ContainerRef containerRef,
                                       java.lang.String name,
                                       RepositoryRef repositoryRef)
This method is used to init the states of a newly created contained storage type


initInterfaceDefStates

public static void initInterfaceDefStates(InterfaceDef newInterface)
This method is used to init the states of a newly created interface storage type


initValueDefStates

public static void initValueDefStates(ValueDef newValue)
This method is used to init the states of a newly created value storage type