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

📄 emppobject.html

📁 上海移动通信企业短信通平台EMPP接口协议 empp api及例子
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setData(ByteBuffer)"><!-- --></A><H3>
setData</H3>
<PRE>
public void <B>setData</B>(ByteBuffer&nbsp;buffer)             throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/InvalidEMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">InvalidEMPPObjectException</A>,                    <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/EMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">EMPPObjectException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html#setData(ByteBuffer)">setData</A></CODE> in class <CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html" title="class in com.wondertek.esmp.esms.empp">EMPPParser</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/InvalidEMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">InvalidEMPPObjectException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/EMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">EMPPObjectException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="getData()"><!-- --></A><H3>
getData</H3>
<PRE>
public ByteBuffer <B>getData</B>()                   throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/ValueNotSetException.html" title="class in com.wondertek.esmp.esms.empp.exception">ValueNotSetException</A></PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html#getData()">getData</A></CODE> in class <CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html" title="class in com.wondertek.esmp.esms.empp">EMPPParser</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/ValueNotSetException.html" title="class in com.wondertek.esmp.esms.empp.exception">ValueNotSetException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="setValid(byte)"><!-- --></A><H3>
setValid</H3>
<PRE>
public void <B>setValid</B>(byte&nbsp;valid)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getValid()"><!-- --></A><H3>
getValid</H3>
<PRE>
public byte <B>getValid</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getCommandLength()"><!-- --></A><H3>
getCommandLength</H3>
<PRE>
public int <B>getCommandLength</B>()</PRE>
<DL>
<DD>获得消息长度
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="getCommandId()"><!-- --></A><H3>
getCommandId</H3>
<PRE>
public int <B>getCommandId</B>()</PRE>
<DL>
<DD>获得消息的命令号
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="getSequenceNumber()"><!-- --></A><H3>
getSequenceNumber</H3>
<PRE>
public int <B>getSequenceNumber</B>()</PRE>
<DL>
<DD>获得消息的顺序号
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="setCommandLength(int)"><!-- --></A><H3>
setCommandLength</H3>
<PRE>
public void <B>setCommandLength</B>(int&nbsp;cmdLen)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setCommandId(int)"><!-- --></A><H3>
setCommandId</H3>
<PRE>
public void <B>setCommandId</B>(int&nbsp;cmdId)</PRE>
<DL>
<DD>Sets the command id.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setSeqId(int)"><!-- --></A><H3>
setSeqId</H3>
<PRE>
public void <B>setSeqId</B>(int&nbsp;seqNr)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isActiveTest()"><!-- --></A><H3>
isActiveTest</H3>
<PRE>
public boolean <B>isActiveTest</B>()</PRE>
<DL>
<DD>是否为链路测试消息
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="isActiveTestResp()"><!-- --></A><H3>
isActiveTestResp</H3>
<PRE>
public boolean <B>isActiveTestResp</B>()</PRE>
<DL>
<DD>是否为链路测试响应消息
<P>
<DD><DL>
<DT><B>Returns:</B><DD></DL>
</DD>
</DL>
<HR>

<A NAME="createEMPP(ByteBuffer)"><!-- --></A><H3>
createEMPP</H3>
<PRE>
public static final <A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPObject.html" title="class in com.wondertek.esmp.esms.empp">EMPPObject</A> <B>createEMPP</B>(ByteBuffer&nbsp;buffer)                                   throws <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/HeaderIncompleteException.html" title="class in com.wondertek.esmp.esms.empp.exception">HeaderIncompleteException</A>,                                          <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/MessageIncompleteException.html" title="class in com.wondertek.esmp.esms.empp.exception">MessageIncompleteException</A>,                                          <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/UnknownCommandIdException.html" title="class in com.wondertek.esmp.esms.empp.exception">UnknownCommandIdException</A>,                                          <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/InvalidEMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">InvalidEMPPObjectException</A>,                                          <A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/EMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">EMPPObjectException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/HeaderIncompleteException.html" title="class in com.wondertek.esmp.esms.empp.exception">HeaderIncompleteException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/MessageIncompleteException.html" title="class in com.wondertek.esmp.esms.empp.exception">MessageIncompleteException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/UnknownCommandIdException.html" title="class in com.wondertek.esmp.esms.empp.exception">UnknownCommandIdException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/InvalidEMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">InvalidEMPPObjectException</A></CODE><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/exception/EMPPObjectException.html" title="class in com.wondertek.esmp.esms.empp.exception">EMPPObjectException</A></CODE></DL>
</DD>
</DL>
<HR>

<A NAME="debugString()"><!-- --></A><H3>
debugString</H3>
<PRE>
public java.lang.String <B>debugString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html#debugString()">debugString</A></CODE> in class <CODE><A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html" title="class in com.wondertek.esmp.esms.empp">EMPPParser</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getAccountId()"><!-- --></A><H3>
getAccountId</H3>
<PRE>
public java.lang.String <B>getAccountId</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setAccountId(java.lang.String)"><!-- --></A><H3>
setAccountId</H3>
<PRE>
public void <B>setAccountId</B>(java.lang.String&nbsp;accountId)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getEmppHost()"><!-- --></A><H3>
getEmppHost</H3>
<PRE>
public java.lang.String <B>getEmppHost</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Returns:</B><DD>Returns the emppHost.</DL>
</DD>
</DL>
<HR>

<A NAME="setEmppHost(java.lang.String)"><!-- --></A><H3>
setEmppHost</H3>
<PRE>
public void <B>setEmppHost</B>(java.lang.String&nbsp;emppHost)</PRE>
<DL>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>emppHost</CODE> - The emppHost to set.</DL>
</DD>
</DL>
<HR>

<A NAME="transMsgId(byte[])"><!-- --></A><H3>
transMsgId</H3>
<PRE>
protected java.lang.String <B>transMsgId</B>(byte[]&nbsp;bMsgId)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="fiterBinaryZero(byte[])"><!-- --></A><H3>
fiterBinaryZero</H3>
<PRE>
protected byte[] <B>fiterBinaryZero</B>(byte[]&nbsp;bytes)</PRE>
<DL>
<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="../../../../../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="class-use/EMPPObject.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&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/wondertek/esmp/esms/empp/EMPPIntrintMsgStateResp.html" title="class in com.wondertek.esmp.esms.empp"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../com/wondertek/esmp/esms/empp/EMPPParser.html" title="class in com.wondertek.esmp.esms.empp"><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>  &nbsp;
&nbsp;<A HREF="EMPPObject.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>
上海移动通信责任有限公司2004版权所有
</BODY>
</HTML>

⌨️ 快捷键说明

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