org.omg.CORBA
Interface Object

All Known Subinterfaces:
AbstractInterfaceDef, AccessDecision, AccessPolicy, AdapterActivator, AliasDef, ArrayDef, AttributeDef, AuditChannel, AuditDecision, AuditPolicy, BidirectionalPolicy, BindingIterator, ClientRequestInfo, ClientRequestInterceptor, CodeBase, Codec, CodecFactory, ConstantDef, ConstructionPolicy, Contained, Container, Control, Coordinator, Credentials, Current, Current, Current, Current, Current, Current, CurrentOperations, CurrentOperations, CurrentOperations, CurrentOperations, CurrentOperations, DelegationDirectivePolicy, DelegationPolicy, DomainAccessPolicy, DomainManager, EnumDef, EstablishTrustPolicy, ExceptionDef, ExtAbstractInterfaceDef, ExtAttributeDef, ExtInterfaceDef, ExtLocalInterfaceDef, ExtValueDef, FixedDef, IdAssignmentPolicy, IDLType, IdUniquenessPolicy, ImplicitActivationPolicy, Interceptor, InterfaceAttrExtension, InterfaceDef, InvocationCredentialsPolicy, InvocationPolicy, IORInfo, IORInterceptor, IORInterceptor_3_0, IRObject, LifespanPolicy, LocalInterface, LocalInterfaceDef, MechanismPolicy, ModuleDef, NamingContext, NamingContextExt, NativeDef, NonTxTargetPolicy, OperationDef, ORBInitializer, ORBInitInfo, OTSPolicy, POA, POAManager, POAManagerFactory, Policy, PolicyFactory, PollableSet, PrimitiveDef, PrincipalAuthenticator, QOPPolicy, ReceivedCredentials, ReceivedCredentialsOperations, RecoveryCoordinator, Repository, RequestInfo, RequestProcessingPolicy, RequiredRights, Resource, RunTime, SecureInvocationPolicy, SecurityManager, SequenceDef, ServantActivator, ServantLocator, ServantManager, ServantRetentionPolicy, ServerRequestInfo, ServerRequestInterceptor, StringDef, StructDef, SubtransactionAwareResource, Synchronization, TargetCredentials, TargetCredentialsOperations, Terminator, ThreadPolicy, TransactionalObject, TransactionFactory, TransactionPolicy, TypedefDef, UnionDef, ValueBoxDef, ValueDef, ValueMemberDef, WstringDef
All Known Implementing Classes:
_AccessDecisionLocalBase, _AdapterActivatorLocalBase, _AuditChannelLocalBase, _AuditDecisionLocalBase, _ClientRequestInfoLocalBase, _ClientRequestInterceptorLocalBase, _CodecFactoryLocalBase, _CodecLocalBase, _CredentialsLocalBase, _CurrentLocalBase, _CurrentLocalBase, _CurrentLocalBase, _CurrentLocalBase, _CurrentLocalBase, _CurrentLocalBase, _DelegationDirectivePolicyLocalBase, _EstablishTrustPolicyLocalBase, _IdAssignmentPolicyLocalBase, _IdUniquenessPolicyLocalBase, _ImplicitActivationPolicyLocalBase, _InterceptorLocalBase, _InvocationCredentialsPolicyLocalBase, _IORInfoLocalBase, _IORInterceptor_3_0LocalBase, _IORInterceptorLocalBase, _LifespanPolicyLocalBase, _MechanismPolicyLocalBase, _ORBInitializerLocalBase, _ORBInitInfoLocalBase, _POALocalBase, _POAManagerFactoryLocalBase, _POAManagerLocalBase, _PolicyFactoryLocalBase, _PollableSetLocalBase, _PrincipalAuthenticatorLocalBase, _QOPPolicyLocalBase, _ReceivedCredentialsLocalBase, _RequestInfoLocalBase, _RequestProcessingPolicyLocalBase, _SecurityManagerLocalBase, _ServantActivatorLocalBase, _ServantLocatorLocalBase, _ServantManagerLocalBase, _ServantRetentionPolicyLocalBase, _ServerRequestInfoLocalBase, _ServerRequestInterceptorLocalBase, _TargetCredentialsLocalBase, _ThreadPolicyLocalBase, AccessDecisionLocalTie, AdapterActivatorLocalTie, AuditChannelLocalTie, AuditDecisionLocalTie, ClientRequestInfoLocalTie, ClientRequestInterceptorLocalTie, CodecFactoryLocalTie, CodecLocalTie, CredentialsLocalTie, CurrentLocalTie, CurrentLocalTie, CurrentLocalTie, CurrentLocalTie, CurrentLocalTie, CurrentLocalTie, DelegationDirectivePolicyLocalTie, DynamicImplementation, EstablishTrustPolicyLocalTie, IdAssignmentPolicyLocalTie, IdUniquenessPolicyLocalTie, ImplicitActivationPolicyLocalTie, InterceptorLocalTie, InvocationCredentialsPolicyLocalTie, IORInfoLocalTie, IORInterceptor_3_0LocalTie, IORInterceptorLocalTie, LifespanPolicyLocalTie, LocalObject, MechanismPolicyLocalTie, ObjectImpl, ObjectImpl, ORBInitializerLocalTie, ORBInitInfoLocalTie, POALocalTie, POAManagerFactoryLocalTie, POAManagerLocalTie, PolicyFactoryLocalTie, PollableSetLocalTie, PrincipalAuthenticatorLocalTie, QOPPolicyLocalTie, ReceivedCredentialsLocalTie, RequestInfoLocalTie, RequestProcessingPolicyLocalTie, SecurityManagerLocalTie, ServantActivatorLocalTie, ServantLocatorLocalTie, ServantManagerLocalTie, ServantRetentionPolicyLocalTie, ServerRequestInfoLocalTie, ServerRequestInterceptorLocalTie, TargetCredentialsLocalTie, ThreadPolicyLocalTie

public interface Object


Method Summary
 Request _create_request(Context ctx, java.lang.String operation, NVList arg_list, NamedValue result)
           
 Request _create_request(Context ctx, java.lang.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(java.lang.String repositoryIdentifier)
           
 boolean _is_equivalent(Object other)
           
 boolean _non_existent()
           
 void _release()
           
 Request _request(java.lang.String operation)
           
 Object _set_policy_override(Policy[] policies, SetOverrideType set_add)
           
 

Method Detail

_is_a

boolean _is_a(java.lang.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(java.lang.String operation)

_create_request

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

_create_request

Request _create_request(Context ctx,
                        java.lang.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 © {inceptionYear}-2008 null. All Rights Reserved.