activationsystem.html
来自「API資料大全」· HTML 代码 · 共 511 行 · 第 1/3 页
HTML
511 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc on Thu Apr 27 23:35:44 PDT 2000 --><TITLE>Java 2 Platform SE v1.3: Interface ActivationSystem</TITLE><LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"></HEAD><BODY BGCOLOR="white"><!-- ========== START OF NAVBAR ========== --><A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ActivationSystem.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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-files/index-1.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><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Std. Ed. v1.3</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../java/rmi/activation/ActivationMonitor.html"><B>PREV CLASS</B></A> <A HREF="../../../java/rmi/activation/Activator.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="ActivationSystem.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><!-- =========== END OF NAVBAR =========== --><HR><!-- ======== START OF CLASS DATA ======== --><H2><FONT SIZE="-1">java.rmi.activation</FONT><BR>Interface ActivationSystem</H2><DL><DT><B>All Superinterfaces:</B> <DD><A HREF="../../../java/rmi/Remote.html">Remote</A></DD></DL><HR><DL><DT>public interface <B>ActivationSystem</B><DT>extends <A HREF="../../../java/rmi/Remote.html">Remote</A></DL><P>The <code>ActivationSystem</code> provides a means for registering groups and "activatable" objects to be activated within those groups. The <code>ActivationSystem</code> works closely with the <code>Activator</code>, which activates objects registered via the <code>ActivationSystem</code>, and the <code>ActivationMonitor</code>, which obtains information about active and inactive objects, and inactive groups.<P><DL><DT><B>Since: </B><DD>1.2</DD><DT><B>See Also: </B><DD><A HREF="../../../java/rmi/activation/Activator.html"><CODE>Activator</CODE></A>, <A HREF="../../../java/rmi/activation/ActivationMonitor.html"><CODE>ActivationMonitor</CODE></A></DL><HR><P><!-- ======== INNER CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><A NAME="field_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Field Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE>static int</CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#SYSTEM_PORT">SYSTEM_PORT</A></B></CODE><BR> The port to lookup the activation system.</TD></TR></TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- ========== METHOD SUMMARY =========== --><A NAME="method_summary"><!-- --></A><TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Method Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationMonitor.html">ActivationMonitor</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#activeGroup(java.rmi.activation.ActivationGroupID, java.rmi.activation.ActivationInstantiator, long)">activeGroup</A></B>(<A HREF="../../../java/rmi/activation/ActivationGroupID.html">ActivationGroupID</A> id, <A HREF="../../../java/rmi/activation/ActivationInstantiator.html">ActivationInstantiator</A> group, long incarnation)</CODE><BR> Callback to inform activation system that group is now active.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationDesc.html">ActivationDesc</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#getActivationDesc(java.rmi.activation.ActivationID)">getActivationDesc</A></B>(<A HREF="../../../java/rmi/activation/ActivationID.html">ActivationID</A> id)</CODE><BR> Returns the activation descriptor, for the object with the activation identifier, <code>id</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationGroupDesc.html">ActivationGroupDesc</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#getActivationGroupDesc(java.rmi.activation.ActivationGroupID)">getActivationGroupDesc</A></B>(<A HREF="../../../java/rmi/activation/ActivationGroupID.html">ActivationGroupID</A> id)</CODE><BR> Returns the activation group descriptor, for the group with the activation group identifier, <code>id</code>.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationGroupID.html">ActivationGroupID</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#registerGroup(java.rmi.activation.ActivationGroupDesc)">registerGroup</A></B>(<A HREF="../../../java/rmi/activation/ActivationGroupDesc.html">ActivationGroupDesc</A> desc)</CODE><BR> Register the activation group.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationID.html">ActivationID</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#registerObject(java.rmi.activation.ActivationDesc)">registerObject</A></B>(<A HREF="../../../java/rmi/activation/ActivationDesc.html">ActivationDesc</A> desc)</CODE><BR> The <code>registerObject</code> method is used to register an activation descriptor, <code>desc</code>, and obtain an activation identifier for a activatable remote object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"><CODE> <A HREF="../../../java/rmi/activation/ActivationDesc.html">ActivationDesc</A></CODE></FONT></TD><TD><CODE><B><A HREF="../../../java/rmi/activation/ActivationSystem.html#setActivationDesc(java.rmi.activation.ActivationID, java.rmi.activation.ActivationDesc)">setActivationDesc</A></B>(<A HREF="../../../java/rmi/activation/ActivationID.html">ActivationID</A> id, <A HREF="../../../java/rmi/activation/ActivationDesc.html">ActivationDesc</A> desc)</CODE><BR> Set the activation descriptor, <code>desc</code> for the object with the activation identifier, <code>id</code>.</TD>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?