org.openorb.ir.impl
Class Util
java.lang.Object
|
+--org.openorb.ir.impl.Util
- public class Util
- extends java.lang.Object
This class is used to initialize the storage types states.
- Author:
- Olivier Modica
|
Constructor Summary |
Util()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
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