public abstract class ReceiveConverter extends Object
protected Map<String,Object>
configMap
ReceiveConverter(Map<String,Object> configMap)
abstract xin.manong.weapon.base.record.KVRecords
convert(xin.manong.weapon.base.common.Context context, Object object)
void
destroy()
boolean
init()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Map<String,Object> configMap
public ReceiveConverter(Map<String,Object> configMap)
public boolean init()
public void destroy()
public abstract xin.manong.weapon.base.record.KVRecords convert(xin.manong.weapon.base.common.Context context, Object object) throws Exception
context
object
Exception