📄 jco.basicrepository.html
字号:
<DL>
<DD>Sets the next repository that will be used if a function or structure could not be found in this one.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#setNextRepository(com.sap.mw.jco.IRepository)">setNextRepository</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>next</CODE> - the next repository to use. Pass <tt>null</tt> if none.</DL>
</DD>
</DL>
<HR>
<A NAME="addFunctionInterfaceToCache(com.sap.mw.jco.IMetaData)"><!-- --></A><H3>
addFunctionInterfaceToCache</H3>
<PRE>
public void <B>addFunctionInterfaceToCache</B>(<A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> meta)</PRE>
<DL>
<DD>Adds a function interface to the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#addFunctionInterfaceToCache(com.sap.mw.jco.IMetaData)">addFunctionInterfaceToCache</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>meta</CODE> - the meta data of the interface to add to the cache</DL>
</DD>
</DL>
<HR>
<A NAME="addFunctionInterfaceToCache(java.lang.String, com.sap.mw.jco.IMetaData)"><!-- --></A><H3>
addFunctionInterfaceToCache</H3>
<PRE>
public void <B>addFunctionInterfaceToCache</B>(java.lang.String key, <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> meta)</PRE>
<DL>
<DD>Adds a function interface to the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the cache entry<DD><CODE>meta</CODE> - the meta data of the interface to add to the cache</DL>
</DD>
</DL>
<HR>
<A NAME="addStructureDefinitionToCache(com.sap.mw.jco.IMetaData)"><!-- --></A><H3>
addStructureDefinitionToCache</H3>
<PRE>
public void <B>addStructureDefinitionToCache</B>(<A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> meta)</PRE>
<DL>
<DD>Adds a structure definition to the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#addStructureDefinitionToCache(com.sap.mw.jco.IMetaData)">addStructureDefinitionToCache</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>meta</CODE> - the meta data of a structure to add to the cache</DL>
</DD>
</DL>
<HR>
<A NAME="addStructureDefinitionToCache(java.lang.String, com.sap.mw.jco.IMetaData)"><!-- --></A><H3>
addStructureDefinitionToCache</H3>
<PRE>
public void <B>addStructureDefinitionToCache</B>(java.lang.String key, <A HREF="../../../../com/sap/mw/jco/IMetaData.html">IMetaData</A> meta)</PRE>
<DL>
<DD>Adds a structure definition to the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>key</CODE> - the key of the cache entry<DD><CODE>meta</CODE> - the meta data of a structure to add to the cache</DL>
</DD>
</DL>
<HR>
<A NAME="removeFunctionInterfaceFromCache(java.lang.String)"><!-- --></A><H3>
removeFunctionInterfaceFromCache</H3>
<PRE>
public void <B>removeFunctionInterfaceFromCache</B>(java.lang.String function_name)</PRE>
<DL>
<DD>Removes a function interface from the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#removeFunctionInterfaceFromCache(java.lang.String)">removeFunctionInterfaceFromCache</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>function_name</CODE> - the name of the function to be removed from the cache</DL>
</DD>
</DL>
<HR>
<A NAME="removeStructureDefinitionFromCache(java.lang.String)"><!-- --></A><H3>
removeStructureDefinitionFromCache</H3>
<PRE>
public void <B>removeStructureDefinitionFromCache</B>(java.lang.String structure_name)</PRE>
<DL>
<DD>Removes a function interface from the local cache. Implementations that do not use a cache just provide an empty method.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#removeStructureDefinitionFromCache(java.lang.String)">removeStructureDefinitionFromCache</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>structure_name</CODE> - the name of the structure to be removed from the cache</DL>
</DD>
</DL>
<HR>
<A NAME="getCachedFunctionInterfaces()"><!-- --></A><H3>
getCachedFunctionInterfaces</H3>
<PRE>
public java.lang.String[] <B>getCachedFunctionInterfaces</B>()</PRE>
<DL>
<DD>Returns the names of the cached functions as a string array<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getCachedFunctionInterfaces()">getCachedFunctionInterfaces</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a string array of the cached functions or <tt>null</tt> if the cache is empty</DL>
</DD>
</DL>
<HR>
<A NAME="getCachedStructureDefinitions()"><!-- --></A><H3>
getCachedStructureDefinitions</H3>
<PRE>
public java.lang.String[] <B>getCachedStructureDefinitions</B>()</PRE>
<DL>
<DD>Returns the names of the cached structures as a string array<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#getCachedStructureDefinitions()">getCachedStructureDefinitions</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a string array of the cached structures or <tt>null</tt> if the cache is empty</DL>
</DD>
</DL>
<HR>
<A NAME="save(java.lang.String)"><!-- --></A><H3>
save</H3>
<PRE>
public void <B>save</B>(java.lang.String filename) throws java.io.IOException</PRE>
<DL>
<DD>Save the repository to the specified file.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#save(java.lang.String)">save</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - the file to save the repository to.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - in case of an I/O error.</DL>
</DD>
</DL>
<HR>
<A NAME="load(java.lang.String)"><!-- --></A><H3>
load</H3>
<PRE>
public void <B>load</B>(java.lang.String filename) throws java.io.IOException</PRE>
<DL>
<DD>Load the repository from the specified file.<DD><DL>
<DT><B>Specified by: </B><DD><CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html#load(java.lang.String)">load</A></CODE> in interface <CODE><A HREF="../../../../com/sap/mw/jco/IRepository.html">IRepository</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>filename</CODE> - the file to load the repository from.<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - in case of an I/O error.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JCO.BasicRepository.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/sap/mw/jco/JCO.Attributes.html"><B>PREV CLASS</B></A>
<A HREF="../../../../com/sap/mw/jco/JCO.Client.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="JCO.BasicRepository.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -