After that, the Lotus Sametime bot object initialization and logIn method are invoked in the start method.
此后,LotusSametimebot对象初始化和logInmethod将在start方法中调用。
The important thing to note is that the finding and other object initialization is done outside of the transaction timer.
值得注意的一件重要事情是,搜索与其他的对象初始化操作是在事务计时器的外部执行的。
Events, such as methods or constructor calls, classes or object initialization, and exceptions, are all valid AOP triggers.
事件,例如方法或者构造器调用,类或者对象初始化,以及异常,这些都是有效的aop触发器。
This refactoring of the class also improves the code so that we have separated the initialization code from the object construction code.
类的这种重构也会改进代码,因为我们将初始化逻辑从对象的构造函数分离出来了。
You can also create some helper methods to simplify the boilerplate initialization of the server object.
还可以创建一些助手方法以简化服务器对象的样例初始化。
This means that all different instances of an object are created during the program initialization phase and reused and referenced later on.
这意味着对象的所有不同实例在程序初始化阶段创建,将在随后重用和引用。
Lazy initialization is quite useful in a number of scenarios when the initialization can occur as part of the first request to an object.
在很多情况下,当初始化可以作为针对对象的第一个请求的一部分发生时,惰性初始化很有用。
The singleton pattern can be used to delay the initialization of an object as long as possible.
单元素模式可以用来尽可能久地延迟对象的初始化。
Now, we can call the reset method to start off each test run to ensure we are going through the initialization code for the singleton object on every test run.
现在,我们可以在每次测试之前调用reset方法,保证我们在每次测试过程中都会先执行singleton对象的初始化代码。
The Log object could require its own initialization, to be performed by an init() instance method.
Log对象可以要求其自己的、由init()实例方法执行的初始化。
Thread 1 completes the initialization of the Singleton object by running its constructor and returns a reference to it.
线程1通过运行Singleton对象的构造函数并将引用返回给它,来完成对该对象的初始化。
Using the From keyword, each item in the initialization list is added to newly created object.
通过使用From关键字,初始化列表中的每个条目都会被加到新创建的对象中。
The FilterConfig object will be supplied to the filter by the container to provide access to initialization data for the filter.
FilterConfig对象将由容器提供给过滤器,以允许访问该过滤器的初始化数据。
The "qname" parameter passed in on initialization of the wrapper object is the XML Qualified name of the property that is being requested.
在包装对象初始化阶段传入的“qname”参数是所请求的属性的XML限定名称。
After the initialization of the XHR object, the rpc.tag file generates an Ajax callback named processResponse .
完成XHR对象的初始化后,rpc. tag文件生成一个名为processresponse的Ajax回调。
This enables accessor factory implementations to store the accessor factories in object pools to achieve better performance (due to less initialization overhead and less garbage collection).
这就允许访问器工厂实现将访问器工厂存储在对象池中,以实现更好的性能(因为初始化开销更少,垃圾回收工作也更少)。
Its constructor takes two arguments: initialization properties and a pre-configured logger instance. Properties object contains the following.
其构造函数含有两个参数:初始化属性和预配置的记录器(logger)实例。
When using an object pool, the allocation, initialization, collection, and finalization only occur once, reducing both the memory usage and the processing time that is required.
在使用对象池时,分配、初始化、回收和终结只发生一次,从而减少了内存使用和所需的处理时间。
This smart client caches reusable data, asynchronously prefetches data that will be needed, defers initialization until an object is needed (also called "lazy loading"), and so forth.
该灵巧客户端会缓存再使用数据,异步预取需要的数据,延缓初始化直到需要对象为止(也叫做“载入缓慢”),等等。
You should understand both the order of operations and the default initialization of an object.
你应该同时理解操作符的顺序和对象的默认初始化行为。
As indicated by the "mandatory initialization" line in Listing 5, you have to initialize the global Google object before using it.
正如清单5中的“mandatoryinitialization”代码行所示,在使用前,必须初始化这个全局的google对象。
The initialization process may also introduce name-object associations in the System Properties hash table.
这个初始化过程还可以引入Systemproperties散列表中的名称-对象关联。
Lines from 81 through 84 show the initialization an employee object.
第81至84行显示初始化employee对象。
The initialization of x_with_y() with a fallback (object,object) pattern is not necessary if you simply want undefined cases to raise an exception.
如果您只想在遇到未定义的情况时抛出异常,那么就没必要使用落后的 (object,object)模式对 x_with_y()进行初始化。
It has the limitation that every object of type InitialValues will get these same initialization values.
它限制了每种对象,它们都会得到相同的初始值。
Object initializers, which ease construction and initialization of objects.
对象初始化器,简化了对象的构造和初始化。
IObjectSafetyImpl Allows an object to be marked as safe for initialization or safe for scripting.
使一个对象在初始化被标记为安全,或标记为脚本安全。
Data source initialization error: the rowset object could not be advised.
数据源初始化错误:未能通知行集合对象。
Object initializers, which ease construction and initialization of objects.
简化了对象的构造和初始化。
Standard C allows for the initialization of an object or variable with an expression involving a reference to itself, but only for objects of nonstatic extent.
标准C允许使用需要引用自身的表达式初始化对象或变量,但只适用于非静态作用域的对象。
应用推荐