パッケージ jcifs.internal
インタフェース NotifyResponse
-
- すべてのスーパーインタフェース:
CommonServerMessageBlock,CommonServerMessageBlockResponse,Message,Response
- 既知の実装クラスのリスト:
NtTransNotifyChangeResponse,Smb2ChangeNotifyResponse
public interface NotifyResponse extends CommonServerMessageBlockResponse
- 作成者:
- mbechler
-
-
メソッドの概要
すべてのメソッド インスタンス・メソッド abstractメソッド 修飾子とタイプ メソッド 説明 List<FileNotifyInformation>getNotifyInformation()-
インタフェースから継承されたメソッド jcifs.internal.CommonServerMessageBlock
decode, encode, getCommand, getDigest, getMid, getResponse, reset, setCommand, setDigest, setExtendedSecurity, setMid, setResponse, setSessionId, setUid
-
インタフェースから継承されたメソッド jcifs.internal.CommonServerMessageBlockResponse
getNextResponse, isAsync, prepare
-
インタフェースから継承されたメソッド jcifs.util.transport.Message
getRawPayload, isRetainPayload, retainPayload, setRawPayload
-
インタフェースから継承されたメソッド jcifs.util.transport.Response
clearReceived, error, exception, getErrorCode, getException, getExpiration, getGrantedCredits, getMid, isError, isReceived, isVerifyFailed, received, reset, setExpiration, setMid, verifySignature
-
-
-
-
メソッドの詳細
-
getNotifyInformation
List<FileNotifyInformation> getNotifyInformation()
- 戻り値:
- notify information
-
-