⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 objectimpl.html

📁 API資料大全
💻 HTML
📖 第 1 页 / 共 4 页
字号:
<CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_release()">_release</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default implementation of the org.omg.CORBA.Object method.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_releaseReply(org.omg.CORBA.portable.InputStream)">_releaseReply</A></B>(<A HREF="../../../../org/omg/CORBA/portable/InputStream.html">InputStream</A>&nbsp;input)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_releaseReply may optionally be called by a stub to release a reply stream back to the ORB when the unmarshaling has completed.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/omg/CORBA/Request.html">Request</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_request(java.lang.String)">_request</A></B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;operation)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;default implementation of the org.omg.CORBA.Object method.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/omg/CORBA/portable/OutputStream.html">OutputStream</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_request(java.lang.String, boolean)">_request</A></B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;operation,         boolean&nbsp;responseExpected)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_request is called by a stub to obtain an OutputStream for marshaling arguments.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_servant_postinvoke(org.omg.CORBA.portable.ServantObject)">_servant_postinvoke</A></B>(<A HREF="../../../../org/omg/CORBA/portable/ServantObject.html">ServantObject</A>&nbsp;servant)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Is invoked by the local stub after the operation  has been invoked on the local servant.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/omg/CORBA/portable/ServantObject.html">ServantObject</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_servant_preinvoke(java.lang.String, java.lang.Class)">_servant_preinvoke</A></B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;operation,                   <A HREF="../../../../java/lang/Class.html">Class</A>&nbsp;expectedType)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a Java reference to the servant which should be used for this  request.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;void</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_set_delegate(org.omg.CORBA.portable.Delegate)">_set_delegate</A></B>(<A HREF="../../../../org/omg/CORBA/portable/Delegate.html">Delegate</A>&nbsp;delegate)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the Delegate contained in this ObjectImpl instance.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../org/omg/CORBA/Object.html">Object</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#_set_policy_override(org.omg.CORBA.Policy[], org.omg.CORBA.SetOverrideType)">_set_policy_override</A></B>(<A HREF="../../../../org/omg/CORBA/Policy.html">Policy</A>[]&nbsp;policies,                     <A HREF="../../../../org/omg/CORBA/SetOverrideType.html">SetOverrideType</A>&nbsp;set_add)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new <code>Object</code> with the given policies either replacing any existing policies in this <code>Object</code> or with the given policies added  to the existing ones, depending on the value of the given <code>SetOverrideType</code> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;boolean</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#equals(java.lang.Object)">equals</A></B>(<A HREF="../../../../java/lang/Object.html">Object</A>&nbsp;obj)</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Indicates whether some other object is "equal to" this one.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#hashCode()">hashCode</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a hash code value for the object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>&nbsp;<A HREF="../../../../java/lang/String.html">String</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../../org/omg/CORBA/portable/ObjectImpl.html#toString()">toString</A></B>()</CODE><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of the object.</TD></TR></TABLE>&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TD><B>Methods inherited from class java.lang.<A HREF="../../../../java/lang/Object.html">Object</A></B></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE><A HREF="../../../../java/lang/Object.html#clone()">clone</A>, <A HREF="../../../../java/lang/Object.html#finalize()">finalize</A>, <A HREF="../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TD></TR></TABLE><A NAME="ObjectImpl()"><!-- --></A><H3>ObjectImpl</H3><PRE>public <B>ObjectImpl</B>()</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=1><FONT SIZE="+2"><B>Method Detail</B></FONT></TD></TR></TABLE><A NAME="_get_delegate()"><!-- --></A><H3>_get_delegate</H3><PRE>public <A HREF="../../../../org/omg/CORBA/portable/Delegate.html">Delegate</A> <B>_get_delegate</B>()</PRE><DL><DD>Provides a reference to the vendor-specific Delegate for this ObjectImpl.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the Delegate contained in this ObjectImpl instance.</DL></DD></DL><HR><A NAME="_set_delegate(org.omg.CORBA.portable.Delegate)"><!-- --></A><H3>_set_delegate</H3><PRE>public void <B>_set_delegate</B>(<A HREF="../../../../org/omg/CORBA/portable/Delegate.html">Delegate</A>&nbsp;delegate)</PRE><DL><DD>Sets the Delegate contained in this ObjectImpl instance.<DD><DL></DL></DD></DL><HR><A NAME="_ids()"><!-- --></A><H3>_ids</H3><PRE>public abstract <A HREF="../../../../java/lang/String.html">String</A>[] <B>_ids</B>()</PRE><DL><DD>Provides a string array containing the repository ids for this object.<DD><DL></DL></DD><DD><DL><DT><B>Returns:</B><DD>the array of all repository identifiers supported by this ObjectImpl instance (e.g. For a stub, _ids() will return information about all interfaces supported by the stub).</DL></DD></DL><HR><A NAME="_duplicate()"><!-- --></A><H3>_duplicate</H3><PRE>public <A HREF="../../../../org/omg/CORBA/Object.html">Object</A> <B>_duplicate</B>()</PRE><DL><DD>default implementation of the org.omg.CORBA.Object method.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../../org/omg/CORBA/Object.html#_duplicate()">_duplicate</A></CODE> in interface <CODE><A HREF="../../../../org/omg/CORBA/Object.html">Object</A></CODE></DL></DD><DD>Following copied from interface: <CODE>org.omg.CORBA.Object</CODE></DD><DD><DL><DT><B>Returns:</B><DD>a duplicate of this object reference or this object reference         itself</DL></DD></DL><HR><A NAME="_release()"><!-- --></A><H3>_release</H3><PRE>public void <B>_release</B>()</PRE><DL><DD>default implementation of the org.omg.CORBA.Object method.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../../org/omg/CORBA/Object.html#_release()">_release</A></CODE> in interface <CODE><A HREF="../../../../org/omg/CORBA/Object.html">Object</A></CODE></DL></DD></DL><HR><A NAME="_is_a(java.lang.String)"><!-- --></A><H3>_is_a</H3><PRE>public boolean <B>_is_a</B>(<A HREF="../../../../java/lang/String.html">String</A>&nbsp;repository_id)</PRE><DL><DD>default implementation of the org.omg.CORBA.Object method.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../../org/omg/CORBA/Object.html#_is_a(java.lang.String)">_is_a</A></CODE> in interface <CODE><A HREF="../../../../org/omg/CORBA/Object.html">Object</A></CODE></DL></DD><DD>Following copied from interface: <CODE>org.omg.CORBA.Object</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>repositoryIdentifier</CODE> - the interface to check against<DT><B>Returns:</B><DD><code>true</code> if this object reference is an instance         of a class that implements the interface;         <code>false</code> otherwise</DL></DD></DL><HR><A NAME="_is_equivalent(org.omg.CORBA.Object)"><!-- --></A><H3>_is_equivalent</H3><PRE>public boolean <B>_is_equivalent</B>(<A HREF="../../../../org/omg/CORBA/Object.html">Object</A>&nbsp;that)</PRE><DL><DD>default implementation of the org.omg.CORBA.Object method.<DD><DL><DT><B>Specified by: </B><DD><CODE><A HREF="../../../../org/omg/CORBA/Object.html#_is_equivalent(org.omg.CORBA.Object)">_is_equivalent</A></CODE> in interface <CODE><A HREF="../../../../org/omg/CORBA/Object.html">Object</A></CODE></DL></DD><DD>Following copied from interface: <CODE>org.omg.CORBA.Object</CODE></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>other</CODE> - the other object reference with which to check for equivalence<DT><B>Returns:</B><DD><code>true</code> if this object reference is known to be         equivalent to the given object reference.         Note that <code>false</code> indicates only that the two         object references are distinct, not necessarily that         they reference distinct objects.</DL></DD></DL><HR><A NAME="_non_existent()"><!-- --></A><H3>_non_existent</H3>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -