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

📄 usermanager.html

📁 股票管理 一些变成技巧 C++ 很有建设性的意见
💻 HTML
📖 第 1 页 / 共 2 页
字号:

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Method Detail</B></FONT></TD>
</TR>
</TABLE>

<A NAME="loginUser(mediaPackage.UserInfo, java.net.InetAddress, int, int, boolean)"><!-- --></A><H3>
loginUser</H3>
<PRE>
public mediaPackage.UserConfig <B>loginUser</B>(mediaPackage.UserInfo&nbsp;userInfo,                                         java.net.InetAddress&nbsp;clientAddr,                                         int&nbsp;audioPort,                                         int&nbsp;category,                                         boolean&nbsp;miclocked)</PRE>
<DL>
<DD>This method logs in a new user
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userInfo</CODE> - The UserInfo object for the basic user information<DD><CODE>clientAddr</CODE> - The client's IP address<DD><CODE>audioPort</CODE> - The audio port that the client is used for listening<DD><CODE>category</CODE> - The current user category<DT><B>Returns:</B><DD>true if the user successfully logges in, false if the user cannot log in</DL>
</DD>
</DL>
<HR>

<A NAME="logoutUser(java.lang.String)"><!-- --></A><H3>
logoutUser</H3>
<PRE>
public boolean <B>logoutUser</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method remove the user from the list
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name as a string<DT><B>Returns:</B><DD>true if the use successfully logs out, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="startSession()"><!-- --></A><H3>
startSession</H3>
<PRE>
public boolean <B>startSession</B>()</PRE>
<DL>
<DD>This method starts a session
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="stopSession()"><!-- --></A><H3>
stopSession</H3>
<PRE>
public boolean <B>stopSession</B>()</PRE>
<DL>
<DD>This method stops a session
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="sayYesNo(java.lang.String, int)"><!-- --></A><H3>
sayYesNo</H3>
<PRE>
public boolean <B>sayYesNo</B>(java.lang.String&nbsp;userName,                        int&nbsp;YesNo)</PRE>
<DL>
<DD>This methods indicates "YES" or "NO"
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="clearYesNo()"><!-- --></A><H3>
clearYesNo</H3>
<PRE>
public boolean <B>clearYesNo</B>()</PRE>
<DL>
<DD>This method clears up the yes/no option
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="raiseHand(java.lang.String)"><!-- --></A><H3>
raiseHand</H3>
<PRE>
public boolean <B>raiseHand</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method raises hand
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name<DT><B>Returns:</B><DD>true after raising the user's hand, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="lowerAllHands()"><!-- --></A><H3>
lowerAllHands</H3>
<PRE>
public boolean <B>lowerAllHands</B>()</PRE>
<DL>
<DD>This method lowers all users' hands
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="lowerHand(java.lang.String)"><!-- --></A><H3>
lowerHand</H3>
<PRE>
public boolean <B>lowerHand</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method lowers a user's hand
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name<DT><B>Returns:</B><DD>true after lowing the user's hand, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="stepInOut(java.lang.String)"><!-- --></A><H3>
stepInOut</H3>
<PRE>
public boolean <B>stepInOut</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method exchanges step in/out
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name<DT><B>Returns:</B><DD>true after exchange the step in/out, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="lockMic(java.lang.String)"><!-- --></A><H3>
lockMic</H3>
<PRE>
public boolean <B>lockMic</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method locks the microphone
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name<DT><B>Returns:</B><DD>true after locking the user's hand, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="unlockMic(java.lang.String)"><!-- --></A><H3>
unlockMic</H3>
<PRE>
public boolean <B>unlockMic</B>(java.lang.String&nbsp;userName)</PRE>
<DL>
<DD>This method unlocks the microphone
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>userName</CODE> - the user's name<DT><B>Returns:</B><DD>true after unlocking the user's hand, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="giveMicToNext()"><!-- --></A><H3>
giveMicToNext</H3>
<PRE>
public boolean <B>giveMicToNext</B>()</PRE>
<DL>
<DD>This method gives the microphone to the next user
<P>
<DD><DL>
<DT><B>Returns:</B><DD>true after giving the microphone to the next user, false if not</DL>
</DD>
</DL>
<HR>

<A NAME="getUserConfigList()"><!-- --></A><H3>
getUserConfigList</H3>
<PRE>
public java.util.Hashtable <B>getUserConfigList</B>()</PRE>
<DL>
<DD>This method gets the current user configuration list
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="addURL(java.lang.String)"><!-- --></A><H3>
addURL</H3>
<PRE>
public boolean <B>addURL</B>(java.lang.String&nbsp;strURL)</PRE>
<DL>
<DD>This method adds a new URL to the content manager hashtable
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>strURL</CODE> - The added URL string<DT><B>Returns:</B><DD>true if the url string is successfully stored or if it already exists         otherwise it returns false</DL>
</DD>
</DL>
<HR>

<A NAME="getContentManagerTable()"><!-- --></A><H3>
getContentManagerTable</H3>
<PRE>
public java.util.Hashtable <B>getContentManagerTable</B>()</PRE>
<DL>
<DD>This method gets the content hashtable
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isInSession()"><!-- --></A><H3>
isInSession</H3>
<PRE>
public boolean <B>isInSession</B>()</PRE>
<DL>
<DD>This method returns the session state
<P>
<DD><DL>
</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=3 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="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="../serverPackage/ServerClass.html" title="class in serverPackage"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="UserManager.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;FIELD&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;FIELD&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 + -