⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deploymentdescriptor.txt

📁 EJB_原代码多例-好好东西啊
💻 TXT
字号:
(SessionDescriptor
  beanHomeName                    HelloHome
 
  enterpriseBeanClassName         com.wiley.compBooks.roman.session.helloworld.HelloBean

  homeInterfaceClassName          com.wiley.compBooks.roman.session.helloworld.HelloHome

  remoteInterfaceClassName        com.wiley.compBooks.roman.session.helloworld.Hello

  isReentrant                     false 

  ; Session EJBean-specific properties:
  stateManagementType             STATELESS_SESSION
  sessionTimeout                  10; seconds
  ; end session EJBean-specific properties

  (accessControlEntries
;   DEFAULT                       [admin managers] 
  ); end accessControlEntries

  (controlDescriptors
    (DEFAULT
       isolationLevel             TRANSACTION_SERIALIZABLE
       transactionAttribute       TX_REQUIRED
       runAsMode                  CLIENT_IDENTITY
;      runAsIdentity              HelloBeanAdmin
    ); end DEFAULT
  ); end controlDescriptors

  (environmentProperties
    ; Application-specific environment properties
    ; end Application-specific environment properties

;   realmName                     "my.realm" 
;   homeClassName               
;   ejbObjectClassName
    maxBeansInFreePool            100
    maxBeansInCache               100
    idleTimeoutSeconds            60
  ); end environmentProperties
); end SessionDescriptor

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -