📄 queuepauseaction.html
字号:
<P><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="QueuePauseAction()"><!-- --></A><H3>QueuePauseAction</H3><PRE>public <B>QueuePauseAction</B>()</PRE><DL><DD>Creates a new empty QueuePauseAction.<P></DL><HR><A NAME="QueuePauseAction(java.lang.String)"><!-- --></A><H3>QueuePauseAction</H3><PRE>public <B>QueuePauseAction</B>(java.lang.String iface)</PRE><DL><DD>Creates a new QueuePauseAction that makes the member on the given interface unavailable on all queues.<P><DL><DT><B>Parameters:</B><DD><CODE>iface</CODE> - the interface of the member to make unavailable</DL></DL><HR><A NAME="QueuePauseAction(java.lang.String, java.lang.String)"><!-- --></A><H3>QueuePauseAction</H3><PRE>public <B>QueuePauseAction</B>(java.lang.String iface, java.lang.String queue)</PRE><DL><DD>Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.<P><DL><DT><B>Parameters:</B><DD><CODE>iface</CODE> - the interface of the member to make unavailable<DD><CODE>queue</CODE> - the queue the member is made unvailable on</DL></DL><HR><A NAME="QueuePauseAction(java.lang.String, java.lang.Boolean)"><!-- --></A><H3>QueuePauseAction</H3><PRE>public <B>QueuePauseAction</B>(java.lang.String iface, java.lang.Boolean paused)</PRE><DL><DD>Creates a new QueuePauseAction that makes the member on the given interface available or unavailable on all queues.<P><DL><DT><B>Parameters:</B><DD><CODE>iface</CODE> - the interface of the member to make unavailable<DD><CODE>paused</CODE> - Boolean.TRUE to make the member unavailbale, Boolean.FALSE to make the member available</DL></DL><HR><A NAME="QueuePauseAction(java.lang.String, java.lang.String, java.lang.Boolean)"><!-- --></A><H3>QueuePauseAction</H3><PRE>public <B>QueuePauseAction</B>(java.lang.String iface, java.lang.String queue, java.lang.Boolean paused)</PRE><DL><DD>Creates a new QueuePauseAction that makes the member on the given interface unavailable on the given queue.<P><DL><DT><B>Parameters:</B><DD><CODE>iface</CODE> - the interface of the member to make unavailable<DD><CODE>queue</CODE> - the queue the member is made unvailable on<DD><CODE>paused</CODE> - Boolean.TRUE to make the member unavailbale, Boolean.FALSE to make the member available</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="getAction()"><!-- --></A><H3>getAction</H3><PRE>public java.lang.String <B>getAction</B>()</PRE><DL><DD>Returns the name of this action, i.e. "QueuePause".<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/asteriskjava/manager/action/ManagerAction.html#getAction()">getAction</A></CODE> in interface <CODE><A HREF="../../../../org/asteriskjava/manager/action/ManagerAction.html" title="interface in org.asteriskjava.manager.action">ManagerAction</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/asteriskjava/manager/action/AbstractManagerAction.html#getAction()">getAction</A></CODE> in class <CODE><A HREF="../../../../org/asteriskjava/manager/action/AbstractManagerAction.html" title="class in org.asteriskjava.manager.action">AbstractManagerAction</A></CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the name of this action.</DL></DD></DL><HR><A NAME="getInterface()"><!-- --></A><H3>getInterface</H3><PRE>public java.lang.String <B>getInterface</B>()</PRE><DL><DD>Returns the interface of the member to make available or unavailable.<P><DD><DL><DT><B>Returns:</B><DD>the interface of the member to make available or unavailable.</DL></DD></DL><HR><A NAME="setInterface(java.lang.String)"><!-- --></A><H3>setInterface</H3><PRE>public void <B>setInterface</B>(java.lang.String iface)</PRE><DL><DD>Sets the interface of the member to make available or unavailable.<p> This property is mandatory.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>iface</CODE> - the interface of the member to make available or unavailable.</DL></DD></DL><HR><A NAME="getQueue()"><!-- --></A><H3>getQueue</H3><PRE>public java.lang.String <B>getQueue</B>()</PRE><DL><DD>Returns the name of the queue the member is made available or unavailable on.<P><DD><DL><DT><B>Returns:</B><DD>the name of the queue the member is made available or unavailable on or <code>null</code> for all queues.</DL></DD></DL><HR><A NAME="setQueue(java.lang.String)"><!-- --></A><H3>setQueue</H3><PRE>public void <B>setQueue</B>(java.lang.String queue)</PRE><DL><DD>Sets the name of the queue the member is made available or unavailable on.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>queue</CODE> - the name of the queue the member is made available or unavailable on or <code>null</code> for all queues.</DL></DD></DL><HR><A NAME="getPaused()"><!-- --></A><H3>getPaused</H3><PRE>public java.lang.Boolean <B>getPaused</B>()</PRE><DL><DD>Returns if the member is made available or unavailable.<P><DD><DL><DT><B>Returns:</B><DD>Boolean.TRUE to make the member unavailbale, Boolean.FALSE to make the member available</DL></DD></DL><HR><A NAME="setPaused(java.lang.Boolean)"><!-- --></A><H3>setPaused</H3><PRE>public void <B>setPaused</B>(java.lang.Boolean paused)</PRE><DL><DD>Sets if the member is made available or unavailable.<p> This property is mandatory.<P><DD><DL><DT><B>Parameters:</B><DD><CODE>paused</CODE> - Boolean.TRUE to make the member unavailbale, Boolean.FALSE to make the member available</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> </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/QueuePauseAction.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-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>Asterisk-Java</EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../org/asteriskjava/manager/action/QueueAddAction.html" title="class in org.asteriskjava.manager.action"><B>PREV CLASS</B></A> <A HREF="../../../../org/asteriskjava/manager/action/QueueRemoveAction.html" title="class in org.asteriskjava.manager.action"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/asteriskjava/manager/action/QueuePauseAction.html" target="_top"><B>FRAMES</B></A> <A HREF="QueuePauseAction.html" target="_top"><B>NO FRAMES</B></A> <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: NESTED | 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><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 2004-2007 Stefan Reuter. All Rights Reserved.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -