org.omg.CORBA
Interface Object

All Known Subinterfaces:
LocalInterface
All Known Implementing Classes:
DynamicImplementation, LocalObject, ObjectImpl, ObjectImpl

public interface Object


Method Summary
 Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result)
           
 Request _create_request(Context ctx, String operation, NVList arg_list, NamedValue result, ExceptionList exclist, ContextList ctxlist)
           
 Object _duplicate()
           
 DomainManager[] _get_domain_managers()
           
 Object _get_interface_def()
           
 InterfaceDef _get_interface()
          Deprecated. Deprecated by CORBA 2.3
 Policy _get_policy(int policy_type)
           
 int _hash(int maximum)
           
 boolean _is_a(String repositoryIdentifier)
           
 boolean _is_equivalent(Object other)
           
 boolean _non_existent()
           
 void _release()
           
 Request _request(String operation)
           
 Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Method Detail

_is_a

boolean _is_a(String repositoryIdentifier)

_is_equivalent

boolean _is_equivalent(Object other)

_non_existent

boolean _non_existent()

_hash

int _hash(int maximum)

_duplicate

Object _duplicate()

_release

void _release()

_get_interface

InterfaceDef _get_interface()
Deprecated. Deprecated by CORBA 2.3


_get_interface_def

Object _get_interface_def()

_request

Request _request(String operation)

_create_request

Request _create_request(Context ctx,
                        String operation,
                        NVList arg_list,
                        NamedValue result)

_create_request

Request _create_request(Context ctx,
                        String operation,
                        NVList arg_list,
                        NamedValue result,
                        ExceptionList exclist,
                        ContextList ctxlist)

_get_policy

Policy _get_policy(int policy_type)

_get_domain_managers

DomainManager[] _get_domain_managers()

_set_policy_override

Object _set_policy_override(Policy[] policies,
                            SetOverrideType set_add)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.