org.glassfish.ejb-lite.admingui.Strings.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of console-ejb-lite-plugin Show documentation
Show all versions of console-ejb-lite-plugin Show documentation
EJB Local (Lite) plugin bundle for GlassFish Admin Console
The newest version!
#
# Copyright (c) 2009, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
msg.JS.confirmDeleteIiopListener=Selected IIOP Listener(s) will be deleted. Continue?
ejb.NumBeans=Number of beans
#EJB Container
ejbContainer.ejbSettingsTab=EJB Settings
ejbContainer.mdbSettingsTab=MDB Settings
ejbContainer.ejbTimerTab=EJB Timer Service
headings.ejbSettings=Enterprise Java Beans (EJB)
ejb.ejbSettingsInfo=An EJB module is one or more Enterprise JavaBeans (EJB) components contained in an EJB JAR file or directory.
ejbSettings.sessionStoreLabel=Session Store Location:
ejbSettings.sessionStoreHelp=Passivated bean and persistent HTTP session storage
ejbSettings.commitOptionLabel=Commit Option:
ejbSettings.optB=Option B - Cache a ready instance between transactions
ejbSettings.optBHelp=The container caches a ready instance between transactions, but the container does not ensure that the instance has exclusive access to the state of the object in persistent storage. In this case, the container must synchronize the instance's state by invoking ejbLoad from persistent storage at the beginning of the next transaction.
ejbSettings.optC=Option C - Do not cache a ready instance between transactions
ejbSettings.optCHelp=The container does not cache a ready instance between transactions, but instead returns the instance to the pool of available instances after a transaction has completed.
ejbSettings.poolSettingsLabel=Pool Settings
ejbSettings.minSizeLabel=Initial and Minimum Pool Size:
ejbSettings.minSizeHelp=Minimum and initial number of connections maintained in the pool
ejbSettings.maxSizeLabel=Maximum Pool Size:
ejbSettings.maxSizeHelp=Maximum number of connections that can be created to satisfy client requests
ejbSettings.poolResizeLabel=Pool Resize Quantity:
ejbSettings.poolResizeHelp=Number of connections to be removed when pool idle timeout expires
ejbSettings.timeoutLabel=Pool Idle Timeout:
ejbSettings.timeoutHelp=Number of connections to be removed when pool idle timeout timer expires
ejbSettings.cacheSettingsLabel=Cache Settings
ejbSettings.maxCacheLabel=Max Cache Size:
ejbSettings.maxCacheHelp=Default is 512 beans
ejbSettings.cacheReSizeLabel=Cache Resize Quantity:
ejbSettings.cacheReSizeHelp=Number of beans to passivate when cache is full; default is 32
ejbSettings.remTimoutLabel=Removal Timeout:
ejbSettings.remTimoutHelp=Default is 5400 seconds
ejbSettings.remSelectionLabel=Removal Selection Policy:
ejbSettings.remSelectionHelp=Specify how objects are selected for removal from the cache
ejbSettings.cacheIdleLabel=Cache Idle Timeout:
ejbSettings.cacheIdleHelp=Maximum time that a cache can remain idle
ejbSettings.removalSelection.nru=Not Recently Used (nru)
ejbSettings.removalSelection.fifo=First In First Out (fifo)
ejbSettings.removalSelection.lru=Least Recently Used (lru)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy