|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.ir.IRObject
org.jacorb.ir.IDLType
public class IDLType
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 TypeCode |
type
|
Fields inherited from class org.jacorb.ir.IRObject |
---|
def_kind, fileSeparator, myRef, name, orb |
Constructor Summary | |
---|---|
protected |
IDLType()
|
Method Summary | |
---|---|
static IDLType |
create(TypeCode tc,
Repository ir,
boolean define,
org.slf4j.Logger logger,
POA poa)
|
static IDLType |
create(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa)
Factory method for IDLType objects |
void |
define()
second phase of loading IRObjects, define any unresolved links |
void |
destroy()
|
TypeCode |
type()
|
Methods inherited from class org.jacorb.ir.IRObject |
---|
def_kind, getName, getReference, setReference |
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 |
Field Detail |
---|
protected TypeCode type
Constructor Detail |
---|
protected IDLType()
Method Detail |
---|
public TypeCode type()
type
in interface IDLTypeOperations
public void define()
IRObject
public void destroy()
destroy
in interface IRObjectOperations
destroy
in class IRObject
public static IDLType create(TypeCode tc, Repository ir, org.slf4j.Logger logger, POA poa)
public static IDLType create(TypeCode tc, Repository ir, boolean define, org.slf4j.Logger logger, POA poa)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |