📄 jco.client.html
字号:
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#send(java.lang.Object, java.lang.String, java.lang.String)">send</A></B>(java.lang.Object idoc, java.lang.String tid, java.lang.String queue_name)</CODE>
<BR>
Asynchronously sends an intermediate document (IDoc) to an inbound queue of a remote server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#send(java.lang.Object, java.lang.String, java.lang.String, char)">send</A></B>(java.lang.Object idoc, java.lang.String tid, java.lang.String queue_name, char idoc_version)</CODE>
<BR>
Asynchronously sends an intermediate document (IDoc) to an inbound queue of a remote server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#send(java.lang.Object, java.lang.String, java.lang.String, int)">send</A></B>(java.lang.Object idoc, java.lang.String tid, java.lang.String queue_name, int queue_pos)</CODE>
<BR>
Asynchronously sends an intermediate document (IDoc) to an inbound queue of a remote server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#send(java.lang.Object, java.lang.String, java.lang.String, int, char)">send</A></B>(java.lang.Object idoc, java.lang.String tid, java.lang.String queue_name, int queue_pos, char idoc_version)</CODE>
<BR>
Asynchronously sends an intermediate document (IDoc) to an inbound queue of a remote server</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#setAbapDebug(boolean)">setAbapDebug</A></B>(boolean debug)</CODE>
<BR>
Enables/disables abap debug.<br> <em>Note:</em>If the connection is already established the method will close and reopen the connection. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#setDsrPassport(com.sap.jdsr.writer.DsrIPassport)">setDsrPassport</A></B>(com.sap.jdsr.writer.DsrIPassport passport)</CODE>
<BR>
Sets jdsr passport for next remote function call.<br> After the call the passport will be discarded.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#setProperty(java.lang.String, java.lang.String)">setProperty</A></B>(java.lang.String key, java.lang.String value)</CODE>
<BR>
Sets the property for the given key. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#setSapGui(int)">setSapGui</A></B>(int use_sapgui)</CODE>
<BR>
Sets the use_sapgui parameter</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#setTrace(boolean)">setTrace</A></B>(boolean trace)</CODE>
<BR>
Enables/disables trace.<br> <em>Note:</em>If the connection is already established the method will close and reopen the connection. </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/sap/mw/jco/JCO.Client.html#startAuthorizationTracing(java.lang.String, java.lang.String)">startAuthorizationTracing</A></B>(java.lang.String traceID, java.lang.String serviceType)</CODE>
<BR>
Turns on authorization tracing, if authorization tracing is enabled in the SAP system. </TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_com.sap.mw.jco.JCO.Connection"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TD><B>Methods inherited from class com.sap.mw.jco.<A HREF="../../../../com/sap/mw/jco/JCO.Connection.html">JCO.Connection</A></B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#getConnectionHandle()">getConnectionHandle</A>, <A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#getProperties()">getProperties</A>, <A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#getProperty(java.lang.String)">getProperty</A>, <A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#getThroughput()">getThroughput</A>, <A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#isValid()">isValid</A>, <A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#setThroughput(com.sap.mw.jco.JCO.Throughput)">setThroughput</A></CODE></TD>
</TR>
</TABLE>
<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.Object</B></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<!-- ============ 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="clone()"><!-- --></A><H3>
clone</H3>
<PRE>
public java.lang.Object <B>clone</B>()</PRE>
<DL>
<DD>Returns a clone of this connection The cloned connection however will not be opened<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#clone()">clone</A></CODE> in class <CODE><A HREF="../../../../com/sap/mw/jco/JCO.Connection.html">JCO.Connection</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a copy of the client</DL>
</DD>
</DL>
<HR>
<A NAME="reset()"><!-- --></A><H3>
reset</H3>
<PRE>
public void <B>reset</B>()</PRE>
<DL>
<DD>Resets the client, i.e. frees all resources allocated by this connection on the client and server side.<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Exception.html">JCO.Exception</A></CODE> - thrown if the client could not be resetted<DT><B>Since: </B><DD>JCo 2.0</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="getPropertyInfo()"><!-- --></A><H3>
getPropertyInfo</H3>
<PRE>
public final java.lang.String[][] <B>getPropertyInfo</B>()</PRE>
<DL>
<DD>Returns the property info for the connection<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../com/sap/mw/jco/JCO.Connection.html#getPropertyInfo()">getPropertyInfo</A></CODE> in class <CODE><A HREF="../../../../com/sap/mw/jco/JCO.Connection.html">JCO.Connection</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the property info</DL>
</DD>
</DL>
<HR>
<A NAME="setProperty(java.lang.String, java.lang.String)"><!-- --></A><H3>
setProperty</H3>
<PRE>
public void <B>setProperty</B>(java.lang.String key, java.lang.String value)</PRE>
<DL>
<DD>Sets the property for the given key. If value is <tt>null</tt> the property will be removed from the property list.</DL>
<HR>
<A NAME="getUser()"><!-- --></A><H3>
getUser</H3>
<PRE>
public final java.lang.String <B>getUser</B>()</PRE>
<DL>
<DD>Returns the user<DD><DL>
<DT><B>Returns:</B><DD>the user</DL>
</DD>
</DL>
<HR>
<A NAME="getClient()"><!-- --></A><H3>
getClient</H3>
<PRE>
public final java.lang.String <B>getClient</B>()</PRE>
<DL>
<DD>Returns the client<DD><DL>
<DT><B>Returns:</B><DD>the client</DL>
</DD>
</DL>
<HR>
<A NAME="getLanguage()"><!-- --></A><H3>
getLanguage</H3>
<PRE>
public final java.lang.String <B>getLanguage</B>()</PRE>
<DL>
<DD>Returns the logon language<DD><DL>
<DT><B>Returns:</B><DD>the client logon</DL>
</DD>
</DL>
<HR>
<A NAME="getSystemNumber()"><!-- --></A><H3>
getSystemNumber</H3>
<PRE>
public final java.lang.String <B>getSystemNumber</B>()</PRE>
<DL>
<DD>Returns the system number<DD><DL>
<DT><B>Returns:</B><DD>the system number</DL>
</DD>
</DL>
<HR>
<A NAME="getASHost()"><!-- --></A><H3>
getASHost</H3>
<PRE>
public final java.lang.String <B>getASHost</B>()</PRE>
<DL>
<DD>Returns the application server<DD><DL>
<DT><B>Returns:</B><DD>the application server</DL>
</DD>
</DL>
<HR>
<A NAME="getMSHost()"><!-- --></A><H3>
getMSHost</H3>
<PRE>
public final java.lang.String <B>getMSHost</B>()</PRE>
<DL>
<DD>Returns the message server<DD><DL>
<DT><B>Returns:</B><DD>the message server</DL>
</DD>
</DL>
<HR>
<A NAME="getGWHost()"><!-- --></A><H3>
getGWHost</H3>
<PRE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -