org.omg.CORBA
public class _IDLTypeStub extends ObjectImpl implements IDLType, Serializable
| Constructor Summary | |
|---|---|
| _IDLTypeStub()
Create the instance of the IDL type stub without
the set delegate. | |
| _IDLTypeStub(Delegate delegate)
Create an instance with the given delegate.
| |
| Method Summary | |
|---|---|
| String[] | _ids()
Return the array of repository ids of the IDL type.
|
| DefinitionKind | def_kind()
Get the definition kind of the remote IDL type object. |
| void | destroy()
Destroy the remote IDL type object. |
| TypeCode | type()
Get the typecode of the remote IDL type object. |
See Also: gnu.CORBA.IorDelegate
Returns: "IDL:omg.org/CORBA/IDLType:1.0" and "IDL:omg.org/CORBA/IRObject:1.0", always.
Returns: a definition kind, returned by remote IDL type object.
Returns: a typecode, returned by the remote IDL type object.