Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for unregistration (0.06 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

            public void onRegistrationFailed(WitnessRegistration registration, Exception error) {
                log.error("Witness registration failed: {}", registration.getRegistrationId(), error);
            }
    
            @Override
            public void onRegistrationExpired(WitnessRegistration registration) {
                log.warn("Witness registration expired: {}", registration.getRegistrationId());
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/Configuration.java

         *
         * @return the heartbeat timeout
         */
        long getWitnessHeartbeatTimeout();
    
        /**
         * Gets the witness registration timeout in milliseconds.
         *
         * @return the registration timeout
         */
        long getWitnessRegistrationTimeout();
    
        /**
         * Gets the witness reconnect delay in milliseconds.
         *
         * @return the reconnect delay
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 25.4K bytes
    - Viewed (0)
  3. docs/en/docs/alternatives.md

    The dependency injection system requires pre-registration of the dependencies and the dependencies are solved based on the declared types. So, it's not possible to declare more than one "component" that provides a certain type.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 23.6K bytes
    - Viewed (0)
  4. src/main/java/jcifs/config/BaseConfiguration.java

        /**
         * Timeout in milliseconds for witness heartbeat messages
         */
        protected long witnessHeartbeatTimeout = 120000; // 2 minutes
        /**
         * Timeout in milliseconds for witness registration
         */
        protected long witnessRegistrationTimeout = 300000; // 5 minutes
        /**
         * Delay in milliseconds before attempting witness reconnection
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 36.5K bytes
    - Viewed (0)
  5. docs/en/data/external_links.yml

    mprovement title: '【第4回】FastAPIチュートリアル: toDoアプリを作ってみよう【管理者ページ改良編】' - author: ライトコードメディア編集部 author_link: https://rightcode.co.jp/author/jun link: https://rightcode.co.jp/blog/information-technology/fastapi-tutorial-todo-apps-authentication-user-registration title: '【第3回】FastAPIチュートリアル: toDoアプリを作ってみよう【認証・ユーザ登録編】' - author: ライトコードメディア編集部 author_link: https://rightcode.co.jp/author/jun link: https://rightcode.co.jp/blog/information-technology/fastapi-tutorial-todo-apps-model-building title: '【第2回】FastAPIチュートリアル:...
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 10:49:48 UTC 2025
    - 23K bytes
    - Viewed (0)
Back to top