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

📄 transportuicontext.html

📁 一个实用的java源程序
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<DD><DL>

<DT><B>Returns:</B><DD>whether or not the wizard has been invoked with respect to a proxy service definition</DL>
</DD>
</DL>
<HR>

<A NAME="setServiceRef(com.bea.wli.config.Ref)"><!-- --></A><H3>
setServiceRef</H3>
<PRE>
public <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A> <B>setServiceRef</B>(<A HREF="../../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A>&nbsp;val)</PRE>
<DL>
<DD>sets the serviceref of the proxy or business service being changed in the user interface. Called by ALSB console
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getServiceRef()"><!-- --></A><H3>
getServiceRef</H3>
<PRE>
public <A HREF="../../../../../../com/bea/wli/config/Ref.html" title="class in com.bea.wli.config">Ref</A> <B>getServiceRef</B>()</PRE>
<DL>
<DD><DL>

<DT><B>Returns:</B><DD>returns the service ref of the service being changed in the user interface. Notice that in cases when the user is registering a new service the service with the given ref may not necessarity be fully created in ALSB configuration.</DL>
</DD>
</DL>
<HR>

<A NAME="hasOption(java.lang.Object)"><!-- --></A><H3>
hasOption</H3>
<PRE>
public boolean <B>hasOption</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD><DL>

<DT><B>Returns:</B><DD>whether or not an options with a given key exists</DL>
</DD>
</DL>
<HR>

<A NAME="get(java.lang.Object)"><!-- --></A><H3>
get</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>get</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD><DL>

<DT><B>Returns:</B><DD>the value of an option with a given key</DL>
</DD>
</DL>
<HR>

<A NAME="put(java.lang.Object)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A> <B>put</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD>sets the option with a given key
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="put(java.lang.Object, int)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A> <B>put</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option,
                              int&nbsp;value)</PRE>
<DL>
<DD>sets the option with a given key to specified value
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="put(java.lang.Object, java.lang.Object)"><!-- --></A><H3>
put</H3>
<PRE>
public <A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A> <B>put</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option,
                              <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;value)</PRE>
<DL>
<DD>sets the option with a given key to specified value
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="remove(java.lang.Object)"><!-- --></A><H3>
remove</H3>
<PRE>
public void <B>remove</B>(<A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD>removes the option with a given key
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="safeGet(com.bea.wli.sb.transports.ui.TransportUIContext, java.lang.Object)"><!-- --></A><H3>
safeGet</H3>
<PRE>
public static <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>safeGet</B>(<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A>&nbsp;options,
                             <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD><DL>

<DT><B>Returns:</B><DD>the value of an option with a given key</DL>
</DD>
</DL>
<HR>

<A NAME="hasOption(com.bea.wli.sb.transports.ui.TransportUIContext, java.lang.Object)"><!-- --></A><H3>
hasOption</H3>
<PRE>
public static boolean <B>hasOption</B>(<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIContext.html" title="class in com.bea.wli.sb.transports.ui">TransportUIContext</A>&nbsp;options,
                                <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;option)</PRE>
<DL>
<DD><DL>

<DT><B>Returns:</B><DD>whether or not an option with a specified key exists</DL>
</DD>
</DL>
<HR>

<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>stringified view of this TransportUIContext</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIBinding.html" title="interface in com.bea.wli.sb.transports.ui"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../com/bea/wli/sb/transports/ui/TransportUIError.html" title="class in com.bea.wli.sb.transports.ui"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../../index.html?com/bea/wli/sb/transports/ui/TransportUIContext.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="TransportUIContext.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>

⌨️ 快捷键说明

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