onbon.bx06.cmd.ofs
Class FileDeleteCmd

java.lang.Object
  extended by onbon.bx06.message.Request
      extended by onbon.bx06.message.ofs.AbstractOfsReq
          extended by onbon.bx06.message.ofs.FileDelete
              extended by onbon.bx06.cmd.ofs.FileDeleteCmd
All Implemented Interfaces:
Bx6GRequestCmd<onbon.bx06.message.global.ACK>

public final class FileDeleteCmd
extends onbon.bx06.message.ofs.FileDelete
implements Bx6GRequestCmd<onbon.bx06.message.global.ACK>

删除档案。

Author:
ONBON

Field Summary
 
Fields inherited from class onbon.bx06.message.ofs.FileDelete
fileNames, ID
 
Fields inherited from class onbon.bx06.message.Request
cmd, cmdGroup, rtnReq
 
Constructor Summary
FileDeleteCmd()
          建构子。
FileDeleteCmd(boolean ofs)
          建构子。
 
Method Summary
 Bx6GResponseCmd<onbon.bx06.message.global.ACK> accept(Bx6GController controller)
          利用指定控制器进行请求发送与回应处理。
 
Methods inherited from class onbon.bx06.message.ofs.FileDelete
getDataLen, getFileNames, getFileNum, setFileNames
 
Methods inherited from class onbon.bx06.message.Request
getCmd, getCmdGroup, getRtnReq, setCmd, setCmdGroup, setRtnReq
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDeleteCmd

public FileDeleteCmd()
建构子。


FileDeleteCmd

public FileDeleteCmd(boolean ofs)
建构子。

Parameters:
ofs - 是否为节目类型档案。
Method Detail

accept

public Bx6GResponseCmd<onbon.bx06.message.global.ACK> accept(Bx6GController controller)
Description copied from interface: Bx6GRequestCmd
利用指定控制器进行请求发送与回应处理。

Specified by:
accept in interface Bx6GRequestCmd<onbon.bx06.message.global.ACK>
Parameters:
controller - 控制器。
Returns:
回应结果。


Copyright © 2020 onbon. All rights reserved.