Java Platform 1.2

org.omg.CORBA
Interface IRObject

All Known Subinterfaces:
IDLType

public abstract interface IRObject
extends Object, IDLEntity

An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.


Fields inherited from class java.io.Serializable
serialVersionUID
 
Method Summary
 DefinitionKind def_kind()
           
 void destroy()
           
 
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
 

Method Detail

def_kind

public DefinitionKind def_kind()

destroy

public void destroy()

Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.