The primary container class in the Apache Geronimo design is the GBean.
ApacheGeronimo设计中主要的容器类是GBean。
Then the Container class sets the speaker property to the new Speaker class.
然后Container类将speaker属性设置为新的 Speaker 类。
Override properties: container class for properties, defined as configuration parameters.
Overrideproperties:定义为配置参数,用作属性的容器类。
Note that these scroll bars appear only for those containers that extend the Container class.
注意,这些滚动条仅出现在扩展Container类的容器上。
Consider a thread-safe container class - a data structure that guarantees thread safety to its clients.
可以考虑使用一个线程安全容器类—一个保证用户操作线程安全的数据结构。
With dependency injection, that job goes to a third party — call it the Container class (see Listing 2).
有了依赖注入,该工作就由称之为container类(参阅清单2)的第三方来处理。
Like many class libraries, the STL includes container classes: classes whose purpose is to contain other objects.
STL就像很多其他类库一样包含容器类:类是用来容纳其他对象的。
In order to implement an attachments handler you need to define a container class for multiple attachments. All of the attachments are based on two main things.
为了实现附件处理程序,您需要为多个附件定义容器类。
For example, even the use of container classes from the standard JCL must be carefully managed so that the container class doesn't unintentionally create temporary or internal objects on the heap.
例如,即使使用标准JCL中的容器类也必须小心,以避免容器类无意中为堆创建临时或内部对象。
The class experiment that day was to show how heating a container of water would bring air bubbling to the surface.
那天的课堂实验是为了展示加热一个盛水的容器会如何让空气冒泡到表面。
The client application container needs to know which class in the client application JAR is the class to start.
客户机应用程序容器需要知道客户机应用程序JAR中的哪个类是要启动的类。
For instance, any class representing a non-empty container would naturally take arguments representing its elements in the constructor.
例如,表示非空容器的任何类在构造函数中必然使用表示其元素的参数。
Because multiple methods of the same class can have the same name, the JSP container needs the full signature to identify the method that must be called.
因为同一个类的多个方法可以使用相同的名称,所以jsp容器需要完整的签名来识别需要调用的方法。
Notice that you're never required to register all the public properties or methods of the class — you can choose which ones you want to expose to the container.
注意,不必要注册类的全部公共属性和方法——可以从中选择想向容器公开的那些公共属性和方法。
An additional class, a two-way attachments container (Listing 6), is also required to support a service consumer.
额外的类,双向的附件容器(清单6),也需用于支持服务客户。
Versions each class and resource individually instead of reloading the whole application, avoiding the problems associated with container redeployment and rolling upgrades.
对每个类和资源都进行单独的版本化,而不是重新装载整个应用,从而避免与容器重部署和滚动升级相关的问题。
With DI, you can allow the container to inject the appropriate customer class either by configuring the container or implementing the injection in the code.
使用DI,可以通过配置容器或在代码中实现注入,让容器注入适合的客户类。
The workaround to this problem is to use a custom class that ACTS as a container for the array but does not extend INOUT_HOLDER.
这个问题的应对方法是使用一个用作数组容器但是没有扩展INOUT _ HOLDER的自定义类。
Even building a JAR file from the class files doesn't change this — the JAR is just a container for the class files.
即使从类文件构建JAR文件也不会改变这一点—jar只是类文件的容器。
You could accumulate debugging information in a thread-local container as shown by the DebugLogger class in Listing 4.
您可以用如清单4所示的DebugLogger类作为线程局部容器来累积调试信息。
To implement mutator methods, the new LinkedList class serves as a container for an internal, immutable list, as shown in Listing 5.
为了执行可变的方法,新的LinkedList类作为一个内部不可变的链表的容器,如清单5 所示。
Starting with the image container, I create a class called ImageInfo, shown in Listing 4.
首先从图像容器开始,我创建一个类ImageInfo,如清单4所示。
The container provides the following values for the class attributes.
容器为类属性提供了以下的值。
The FinderHelper class lets you help the container retrieve the appropriate information from the database.
FinderHelper类让您帮助容器从数据库检索适当的信息。
Then we introduce the concept of a container type and focus on the Python tuple class as the first example of that type.
然后,我们将介绍容器类型的概念,并且将Pythontuple类作为此类型的第一个示例,进行重点介绍。
It tells the Spring container that this is a configuration class having bean definitions and dependencies.
它告知spring容器这个类是一个拥有bean定义和依赖项的配置类。
The ECS structure is defined in such a way that the document class, which creates a document container, ACTS like a wrapper for the Html, Head, Title, and Body elements.
ECS结构的定义方式使得创建文档容器的Document类成为了Html、Head、Title和Body元素的包装器。
When it compares class names and attribute names, it looks for uniqueness in its container and USES case-sensitive comparisons.
在比较类名和属性名时,API会寻找容器内的单值,并区分大小写。
The JSP container needs to discover the name of the class that implements the out tag.
jsp容器需要发现实现out标记的类的名称。
When a Jsp needs to be processed, the Jsp container creates an instance of the JspTranslatorFactory class and passes it the name of the desired visitor class collection.
Jsp需要处理时,jsp容器创建一个JspTranslatorFactory类实例并将所希望访问类集合的名字传递给它。
应用推荐