|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CORBA._IDLTypeStub
public class _IDLTypeStub
The stub for the IDL type. This stub can be used to access the
remote IDL type object, if its IOR is known. To create the
working instance with the known IOR, pass gnu.CORBA.IorDelegate
to the constructor.
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. |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
---|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
Constructor Detail |
---|
public _IDLTypeStub()
public _IDLTypeStub(Delegate delegate)
gnu.CORBA.IorDelegate
Method Detail |
---|
public TypeCode type()
type
in interface IDLTypeOperations
public DefinitionKind def_kind()
def_kind
in interface IRObjectOperations
public void destroy()
destroy
in interface IRObjectOperations
public String[] _ids()
_ids
in class ObjectImpl
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |