📄 sessionthread.html
字号:
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
<TD><B>Methods inherited from class java.lang.Object</B></TD>
</TR>
<TR BGCOLOR="white" ID="TableRowColor">
<TD><CODE>equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ FIELD DETAIL =========== -->
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
<TD COLSPAN=1><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TD>
</TR>
</TABLE>
<A NAME="SessionThread(jora.Session)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object and associate it with the specified session. This constructor has the same effect as <code>SessionThread(session, null, null,</code> <i>gname</i><code>)</code>, where <b><i>gname</i></b> is a newly generated name. Automatically generated names are of the form <code>"Thread-"+</code><i>n</i>, where <i>n</i> is an integer. <p> Threads created this way must have overridden their <code>run()</code> method to actually do anything.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.Runnable)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.Runnable target)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object and associate it with the specified session. This constructor has the same effect as <code>SessionThread(session, target, null,</code> <i>gname</i><code>)</code>, where <b><i>gname</i></b> is a newly generated name. Automatically generated names are of the form <code>"Thread-"+</code><i>n</i>, where <i>n</i> is an integer. <p> Threads created this way must have overridden their <code>run()</code> method to actually do anything.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>target</CODE> - the object whose <code>run</code> method is called.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.Runnable)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.ThreadGroup group, java.lang.Runnable target)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object and associate it with the specified session. This constructor has the same effect as <code>SessionThread(session, target, group,</code> <i>gname</i><code>)</code>, where <b><i>gname</i></b> is a newly generated name. Automatically generated names are of the form <code>"Thread-"+</code><i>n</i>, where <i>n</i> is an integer. <p> Threads created this way must have overridden their <code>run()</code> method to actually do anything.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>group</CODE> - the thread group.<DD><CODE>target</CODE> - the object whose <code>run</code> method is called.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.String)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.String name)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object. This constructor has the same effect as <code>SessionThread(session, null, null, name)</code>.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>name</CODE> - the name of the new thread.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.String)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.ThreadGroup group, java.lang.String name)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object. This constructor has the same effect as <code>SessionThread(session, group, null, name)</code>.<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>group</CODE> - the thread group.<DD><CODE>name</CODE> - the name of the new thread.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.Runnable, java.lang.String)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.Runnable target, java.lang.String name)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object. This constructor has the same effect as <code>SessionThread(session, null, target, name)</code> *<DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>target</CODE> - the object whose <code>run</code> method is called.<DD><CODE>name</CODE> - the name of the new thread.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="SessionThread(jora.Session, java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)"><!-- --></A><H3>
SessionThread</H3>
<PRE>
public <B>SessionThread</B>(<A HREF="../jora/Session.html">Session</A> session, java.lang.ThreadGroup group, java.lang.Runnable target, java.lang.String name)</PRE>
<DL>
<DD>Allocates a new <code>SessionThread</code> object so that it has <code>target</code> as its run object, has the specified <code>name</code> as its name, and belongs to the thread group referred to by <code>group</code>. <p><DD><DL>
<DT><B>Parameters:</B><DD><CODE>session</CODE> - user database session associated with this thread<DD><CODE>group</CODE> - the thread group.<DD><CODE>target</CODE> - the object whose <code>run</code> method is called.<DD><CODE>name</CODE> - the name of the new thread.<DT><B>See Also: </B><DD><CODE>Thread.Thread(java.lang.ThreadGroup, java.lang.Runnable, java.lang.String)</CODE></DL>
</DD>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<!-- ========= 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" ID="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="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" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="../jora/Session.html"><B>PREV CLASS</B></A>
<A HREF="../jora/Table.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="SessionThread.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#fields_inherited_from_class_java.lang.Thread">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#methods_inherited_from_class_java.lang.Thread">METHOD</A></FONT></TD>
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | METHOD</FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -