[jcifs] sendTransaction removed in 1.2?

Michael B Allen mba2000 at ioplex.com
Sat Jul 30 03:18:21 GMT 2005


On Sat, 30 Jul 2005 00:59:14 +0200 (CEST)
Miguel de Luna <madlg1 at yahoo.es> wrote:

> I have seen that as of 1.2.0 the method   sendTransaction: 
> void sendTransaction( SmbComTransaction request, 
>                   SmbComTransactionResponse response ) 
> 
> in SmbFile has been removed. The question is what´s the equivalente in the new version. I have some classes  that extend from  SmbComTransaction, what the current approach to do this? 
> could anyone help me with this? 

The SmbTransport.send() method now handles both plain smbs and
transactions. I believe it should work fine as a drop in
replacement.

Mike


More information about the jcifs mailing list