; Copyright (c) 1998-1999 by BEA Systems, Inc. All Rights Reserved. (SessionDescriptor beanHomeName statefulSession.TraderHome enterpriseBeanClassName examples.ejb.basic.statefulSession.TraderBean homeInterfaceClassName examples.ejb.basic.statefulSession.TraderHome remoteInterfaceClassName examples.ejb.basic.statefulSession.Trader isReentrant false ; Session EJBean-specific properties: stateManagementType STATEFUL_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 traderAdmin ); end DEFAULT ); end controlDescriptors (environmentProperties ; Application-specific environment properties (StockPrices ; Stock prices is a nested hash table WEBL 10.0 INTL 15.0 ); end Stock Prices tradeLimit 500 ; end Application-specific environment properties maxBeansInFreePool 100 maxBeansInCache 100 idleTimeoutSeconds 60 (persistentStoreProperties persistentDirectoryRoot c:\myStore ); end persistentStoreProperties ); end environmentProperties ); end SessionDescriptor