org.jacorb.ir
Class IDLType
java.lang.Object
org.jacorb.ir.IRObject
org.jacorb.ir.IDLType
- All Implemented Interfaces:
- org.omg.CORBA.IDLTypeOperations, org.omg.CORBA.IRObjectOperations
- Direct Known Subclasses:
- ArrayDef, FixedDef, SequenceDef, StringDef
public class IDLType
- extends IRObject
- implements org.omg.CORBA.IDLTypeOperations
Base class and factory for anonymous IDLType objects
Direct instances of this class are only used as place holders
in recursive types
Field Summary |
protected org.omg.CORBA.TypeCode |
type
|
Constructor Summary |
protected |
IDLType()
|
Method Summary |
static org.omg.CORBA.IDLType |
create(org.omg.CORBA.TypeCode tc,
org.omg.CORBA.Repository ir,
boolean define,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)
|
static org.omg.CORBA.IDLType |
create(org.omg.CORBA.TypeCode tc,
org.omg.CORBA.Repository ir,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)
Factory method for IDLType objects |
void |
define()
second phase of loading IRObjects, define any unresolved links |
void |
destroy()
|
org.omg.CORBA.TypeCode |
type()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.IRObjectOperations |
def_kind |
type
protected org.omg.CORBA.TypeCode type
IDLType
protected IDLType()
type
public org.omg.CORBA.TypeCode type()
- Specified by:
type
in interface org.omg.CORBA.IDLTypeOperations
define
public void define()
- Description copied from class:
IRObject
- second phase of loading IRObjects, define any unresolved links
destroy
public void destroy()
- Specified by:
destroy
in interface org.omg.CORBA.IRObjectOperations
- Specified by:
destroy
in class IRObject
create
public static org.omg.CORBA.IDLType create(org.omg.CORBA.TypeCode tc,
org.omg.CORBA.Repository ir,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)
- Factory method for IDLType objects
create
public static org.omg.CORBA.IDLType create(org.omg.CORBA.TypeCode tc,
org.omg.CORBA.Repository ir,
boolean define,
org.apache.avalon.framework.logger.Logger logger,
org.omg.PortableServer.POA poa)