org.jacorb.ir
Class AliasDef
java.lang.Object
org.jacorb.ir.IRObject
org.jacorb.ir.Contained
org.jacorb.ir.TypedefDef
org.jacorb.ir.AliasDef
- All Implemented Interfaces:
- org.omg.CORBA.IRObjectOperations
public class AliasDef
- extends TypedefDef
Constructor Summary |
AliasDef(org.omg.CORBA.TypeCode type,
org.omg.CORBA.Container defined_in,
org.omg.CORBA.Repository containing_repository,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)
|
Methods inherited from class org.jacorb.ir.Contained |
absolute_name, containing_repository, createContained, createContainedReference, defined_in, id, id, move, name, name, version, version |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AliasDef
public AliasDef(org.omg.CORBA.TypeCode type,
org.omg.CORBA.Container defined_in,
org.omg.CORBA.Repository containing_repository,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)
original_type_def
public org.omg.CORBA.IDLType original_type_def()
original_type_def
public void original_type_def(org.omg.CORBA.IDLType arg)
define
public void define()
- Description copied from class:
IRObject
- second phase of loading IRObjects, define any unresolved links
describe
public org.omg.CORBA.ContainedPackage.Description describe()
- Specified by:
describe
in class Contained
destroy
public void destroy()
- Specified by:
destroy
in interface org.omg.CORBA.IRObjectOperations
- Specified by:
destroy
in class IRObject