Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getSessionId (0.11 sec)

  1. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

                        final List<String> list = new ArrayList<>();
                        entity.getCrawlingInfo().ifPresent(crawlingInfo -> {
                            addToList(list, crawlingInfo.getSessionId());
                            addToList(list, crawlingInfo.getCreatedTime());
                        });
                        // TODO
                        if (!entity.getCrawlingInfo().isPresent()) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java

    
        /**
         * @return the status
         */
        public final int getStatus () {
            return this.status;
        }
    
    
        /**
         * @return the sessionId
         */
        public long getSessionId () {
            return this.sessionId;
        }
    
    
        /**
         * @param sessionId
         *            the sessionId to set
         */
        @Override
        public final void setSessionId ( long sessionId ) {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Sep 30 10:47:31 UTC 2018
    - 19.9K bytes
    - Viewed (0)
Back to top