org.omg.CORBA.portable
Class ObjectImpl

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
All Implemented Interfaces:
Object
Direct Known Subclasses:
_AbstractInterfaceDefStub, _AccessDecisionImplBase, _AccessDecisionStub, _ActiveStateStub, _AliasDefStub, _ArrayDefStub, _AttributeDefStub, _AuditChannelImplBase, _AuditChannelStub, _AuditDecisionImplBase, _AuditDecisionStub, _BindingIteratorImplBase, _BindingIteratorStub, _CodeBaseStub, _ConstantDefStub, _ContainedStub, _ContainerStub, _ControlImplBase, _ControlStub, _CoordinatorImplBase, _CoordinatorStub, _CredentialsImplBase, _CredentialsStub, _CurrentImplBase, _CurrentImplBase, _CurrentImplBase, _CurrentStub, _CurrentStub, _CurrentStub, _DelegationDirectivePolicyImplBase, _DelegationDirectivePolicyStub, _DomainStub, _EnumDefStub, _EstablishTrustPolicyImplBase, _EstablishTrustPolicyStub, _ExceptionDefStub, _FixedDefStub, _IDLTypeStub, _InterfaceDefStub, _InvocationCredentialsPolicyImplBase, _InvocationCredentialsPolicyStub, _InvocationPolicyImplBase, _InvocationPolicyStub, _IRObjectStub, _LocalInterfaceDefStub, _MechanismPolicyImplBase, _MechanismPolicyStub, _ModuleDefStub, _NamingContextExtImplBase, _NamingContextExtStub, _NamingContextImplBase, _NamingContextStub, _NativeDefStub, _NonTxTargetPolicyImplBase, _NonTxTargetPolicyStub, _OperationDefStub, _OTSPolicyImplBase, _OTSPolicyStub, _PersistentRequestRouterStub, _PersistentRequestStub, _PolicyStub, _PrimitiveDefStub, _PrincipalAuthenticatorImplBase, _PrincipalAuthenticatorStub, _ProcessEndpointManagerStub, _ProcessEndpointStub, _QOPPolicyImplBase, _QOPPolicyStub, _ReceivedCredentialsImplBase, _ReceivedCredentialsStub, _RecoveryCoordinatorImplBase, _RecoveryCoordinatorStub, _ReplyHandlerStub, _RepositoryStub, _RequiredRightsImplBase, _RequiredRightsStub, _ResourceImplBase, _ResourceStub, _RouterAdminStub, _RouterStub, _RunTimeStub, _SecurityManagerImplBase, _SecurityManagerStub, _SequenceDefStub, _ServerDomainStub, _ServerFactoryStub, _ServerStub, _StringDefStub, _StructDefStub, _SubtransactionAwareResourceImplBase, _SubtransactionAwareResourceStub, _SynchronizationImplBase, _SynchronizationStub, _TargetCredentialsImplBase, _TargetCredentialsStub, _TerminatorImplBase, _TerminatorStub, _TransactionalObjectImplBase, _TransactionalObjectStub, _TransactionFactoryImplBase, _TransactionFactoryStub, _TransactionPolicyImplBase, _TransactionPolicyStub, _TypedefDefStub, _UnionDefStub, _UntypedReplyHandlerStub, _ValueBoxDefStub, _ValueDefStub, _ValueMemberDefStub, _WstringDefStub, DynamicImplementation, ObjectImpl

public abstract class ObjectImpl
extends Object
implements Object


Constructor Summary
ObjectImpl()
           
 
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()
           
 Delegate _get_delegate()
           
 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)
           
abstract  String[] _ids()
           
 InputStream _invoke(OutputStream out)
           
 boolean _is_a(String repository_id)
           
 boolean _is_equivalent(Object rhs)
           
 boolean _is_local()
           
 boolean _non_existent()
           
 ORB _orb()
           
 void _release()
           
 void _releaseReply(InputStream in)
           
 Request _request(String operation)
           
 OutputStream _request(String operation, boolean responseExpected)
           
 void _servant_postinvoke(ServantObject servant)
           
 ServantObject _servant_preinvoke(String operation, Class expectedType)
           
 void _set_delegate(Delegate delegate)
           
 Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectImpl

public ObjectImpl()
Method Detail

_get_delegate

public Delegate _get_delegate()

_set_delegate

public void _set_delegate(Delegate delegate)

_ids

public abstract String[] _ids()

_get_interface

public InterfaceDef _get_interface()
Deprecated. Deprecated by CORBA 2.3.

Specified by:
_get_interface in interface Object

_get_interface_def

public Object _get_interface_def()
Specified by:
_get_interface_def in interface Object

_duplicate

public Object _duplicate()
Specified by:
_duplicate in interface Object

_release

public void _release()
Specified by:
_release in interface Object

_is_a

public boolean _is_a(String repository_id)
Specified by:
_is_a in interface Object

_is_equivalent

public boolean _is_equivalent(Object rhs)
Specified by:
_is_equivalent in interface Object

_non_existent

public boolean _non_existent()
Specified by:
_non_existent in interface Object

_hash

public int _hash(int maximum)
Specified by:
_hash in interface Object

_request

public Request _request(String operation)
Specified by:
_request in interface Object

_request

public OutputStream _request(String operation,
                             boolean responseExpected)

_invoke

public InputStream _invoke(OutputStream out)
                    throws ApplicationException,
                           RemarshalException
Throws:
ApplicationException
RemarshalException

_releaseReply

public void _releaseReply(InputStream in)

_create_request

public Request _create_request(Context ctx,
                               String operation,
                               NVList arg_list,
                               NamedValue result)
Specified by:
_create_request in interface Object

_create_request

public Request _create_request(Context ctx,
                               String operation,
                               NVList arg_list,
                               NamedValue result,
                               ExceptionList exclist,
                               ContextList ctxlist)
Specified by:
_create_request in interface Object

_get_policy

public Policy _get_policy(int policy_type)
Specified by:
_get_policy in interface Object

_get_domain_managers

public DomainManager[] _get_domain_managers()
Specified by:
_get_domain_managers in interface Object

_set_policy_override

public Object _set_policy_override(Policy[] policies,
                                   SetOverrideType set_add)
Specified by:
_set_policy_override in interface Object

_orb

public ORB _orb()

_is_local

public boolean _is_local()

_servant_preinvoke

public ServantObject _servant_preinvoke(String operation,
                                        Class expectedType)

_servant_postinvoke

public void _servant_postinvoke(ServantObject servant)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.