org.omg.CORBA
Class LocalObject
java.lang.Object
org.omg.CORBA.LocalObject
- All Implemented Interfaces:
- Object
- Direct Known Subclasses:
- _AdapterActivatorLocalBase, _BufferListLocalBase, _CodecFactoryLocalBase, _CodecLocalBase, _ConnectionLocalBase, _ConnectionZeroCopyLocalBase, _CurrentLocalBase, _CurrentLocalBase, _DomainManagerLocalBase, _FactoriesLocalBase, _HandleLocalBase, _IdAssignmentPolicyLocalBase, _IdUniquenessPolicyLocalBase, _ImplicitActivationPolicyLocalBase, _LifespanPolicyLocalBase, _ListenerLocalBase, _MaxHopsPolicyLocalBase, _POALocalBase, _POAManagerLocalBase, _PolicyCurrentLocalBase, _PolicyManagerLocalBase, _ProfileLocalBase, _ProtocolPropertiesLocalBase, _QueueOrderPolicyLocalBase, _RebindPolicyLocalBase, _RelativeRequestTimeoutPolicyLocalBase, _RelativeRoundtripTimeoutPolicyLocalBase, _ReplyEndTimePolicyLocalBase, _ReplyPriorityPolicyLocalBase, _ReplyStartTimePolicyLocalBase, _RequestEndTimePolicyLocalBase, _RequestPriorityPolicyLocalBase, _RequestProcessingPolicyLocalBase, _RequestStartTimePolicyLocalBase, _RoutingPolicyLocalBase, _ServantActivatorLocalBase, _ServantLocatorLocalBase, _ServantManagerLocalBase, _ServantRetentionPolicyLocalBase, _SyncScopePolicyLocalBase, _TCPProtocolPropertiesLocalBase, _ThreadPolicyLocalBase, AccessDecisionImpl, ATLASPolicyFactory, ATLASPolicyImpl, BiDirConnectionInitializer, BiDirPolicy, BiDirPolicyFactory, BiDirPolicyFactoryImpl, BiDirPolicyImpl, Codec_CDR_1_0_Impl, CodecFactoryImpl, CodecImpl, CodeSetInfoInterceptor, CredentialsImpl, CurrentImpl, DefaultClientInterceptor, DefaultServerInterceptor, DelegationDirectivePolicyImpl, DynAny, DynAnyFactoryImpl, EstablishTrustPolicyImpl, GSSUPProviderInitializer, InvocationCredentialsPolicyImpl, IORInfoImpl, IORInterceptorInitializer, MechanismPolicyImpl, ORBInitInfoImpl, PICurrentImpl, PrincipalAuthenticatorImpl, QOPPolicyImpl, RecursionAwareCI, RequestInfoImpl, RequiredRightsImpl, SASClientInterceptor, SASComponentInterceptor, SASInitializer, SASPolicyFactory, SASPolicyImpl, SASTargetInterceptor, ServerAccessDecisionInterceptor, ServerInitializer, ServerTraceInterceptor, SSLComponentInterceptor, SunJssePrincipalAuthenticatorImpl, TraceInitializer
- public abstract class LocalObject
- extends java.lang.Object
- implements 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 exceptions,
ContextList contexts)
|
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)
|
java.lang.String[] |
_ids()
|
InputStream |
_invoke(OutputStream output)
|
boolean |
_is_a(java.lang.String repositoryId)
|
boolean |
_is_equivalent(Object that)
|
boolean |
_is_local()
|
boolean |
_non_existent()
|
ORB |
_orb()
|
void |
_release()
|
void |
_releaseReply(InputStream input)
|
Request |
_request(java.lang.String operation)
|
OutputStream |
_request(java.lang.String operation,
boolean responseExpected)
|
void |
_servant_postinvoke(ServantObject servant)
|
ServantObject |
_servant_preinvoke(java.lang.String operation,
java.lang.Class expectedType)
|
Object |
_set_policy_override(Policy[] policies,
SetOverrideType set_add)
|
boolean |
validate_connection()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalObject
public LocalObject()
_is_equivalent
public boolean _is_equivalent(Object that)
- 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
_ids
public java.lang.String[] _ids()
_is_a
public boolean _is_a(java.lang.String repositoryId)
- Specified by:
_is_a
in interface Object
_duplicate
public Object _duplicate()
- Specified by:
_duplicate
in interface Object
_release
public void _release()
- Specified by:
_release
in interface Object
_request
public Request _request(java.lang.String operation)
- Specified by:
_request
in interface Object
_create_request
public Request _create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result)
- Specified by:
_create_request
in interface Object
_create_request
public Request _create_request(Context ctx,
java.lang.String operation,
NVList arg_list,
NamedValue result,
ExceptionList exceptions,
ContextList contexts)
- Specified by:
_create_request
in interface Object
_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
_orb
public ORB _orb()
_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
_is_local
public boolean _is_local()
_servant_preinvoke
public ServantObject _servant_preinvoke(java.lang.String operation,
java.lang.Class expectedType)
_servant_postinvoke
public void _servant_postinvoke(ServantObject servant)
_request
public OutputStream _request(java.lang.String operation,
boolean responseExpected)
_invoke
public InputStream _invoke(OutputStream output)
throws ApplicationException,
RemarshalException
- Throws:
ApplicationException
RemarshalException
_releaseReply
public void _releaseReply(InputStream input)
validate_connection
public boolean validate_connection()