A stateful bean can only handle requests from a single client until the client releases its hold on that particular bean instance.
有状态bean只能处理来自一个客户机的请求,直到该客户机释放其对那个特殊bean实例的控制。
WebLogic will not create another instance if the pool is empty; the request for the new bean will have to wait until an existing bean is returned to the pool.
如果池是空的,WebLogic将不会创建另一个实例;对新bean的请求只能等待,直到现有的bean返回到池中。
This session bean will be used by an ActionServlet in PBudgetWeb module to interact with PBUser entity bean to manage the user instance and its related entity bean instances.
该会话Bean将由PBudget Web模块中的一个ActionServlet用于同pbuser实体Bean进行交互,以管理用户实例及其相关实体Bean的实例。
You'll be referencing this bean within the table rows to get the stock prices, and the bean instance needs to be created before it can be used.
您将在表格中引用这个Bean以获得股票价格,而且在使用Bean实例之前需要先创建它。
We cache the bean in the PortletSession for the life of the portlet instance, and the portlet updates the data within the bean as necessary.
在portlet实例的生命期内,我们将该bean高速缓存到portletSession中,当需要时portlet会更新该bean内的数据。
My MBeanDescriptorBasedAssembler ignores the bean key argument and creates the required ModelMBeanInfo instance directly from the managed bean reference.
这个MBeanDescriptorBasedAssembler忽略bean键参数并直接用受管bean引用创建所需的modelmbeaninfo实例。
Per the CDI specification, whenever the ManageCustomer bean instance is instantiated by a container, the CustomerService bean instance will be auto injected in it.
通过CDI规范,无论ManageCustomerbean实例何时由容器实例化,CustomerService bean实例将会自动注入。
The name attribute defines a property of the filter bean and the ref attribute refers to the instance (name) of the manager bean.
name属性定义了过滤器bean的属性,而re f属性引用了管理器bean的实例(名称)。
The other bean is the castorMarshaller bean itself. It is an instance of org.springframework.oxm.castor.CastorMarshaller, which essentially wraps the Castor framework.
另一个bean是castorMarshaller bean本身,它是 org.springframework.oxm.castor.CastorMarshaller的一个实例,org.springframework.oxm.castor.CastorMarshaller 主要用于包装 Castor 框架。
Because HelloWorld is now a container managed bean, the container is supposed to provide a HelloWorld bean instance.
由于HelloWorld现在是容器托管bean,容器用来提供HelloWorld bean实例。
The Emp bean instance represents a row in the database table; EmpBean is the name of the table and it is generated by the deployment tool. The Emp bean has the following properties.
Empbean实例表示数据库表中的一行;empbean是该表的名称,由部署工具生成。
If you want to create a proxy bean, the Spring IOC framework requires you to configure an instance of a proxy creator bean.
如果希望创建bean代理,SpringIOC框架要求您对代理创建器bean的实例进行配置。
If you want to create a proxy bean, the Spring IOC framework requires you to configure an instance of a proxy creator bean.
如果希望创建bean代理,SpringIOC框架要求您对代理创建器bean的实例进行配置。
应用推荐