The application invokes the local method on the proxy.
应用程序调用代理上的本地方法。
Any local tool configuration is applied to automate the local method configuration.
应用本地工具配置以适应本地方法配置。
I, on the other hand, had an intuition that the performance of local method calls was still significant.
另一方面,我也曾有个直觉,认为本地方法调用的性能影响仍然很可观。
The wizard creates all the necessary files to expose the EJB local method via a Web service, including the service endpoint interface.
向导将创建通过Web服务公开ejb本地方法所需的所有文件,包括服务端点接口。
In addition, using a code example, he demonstrates that a remote method call is more than a thousand times more expensive than a local method call.
另外,使用了一个代码例子,证明远程的方法调用比一个本地的调用会花费高于千倍的代价。
The aerodynamic coefficients such as the normal force, axial force, and the pitching moment of the ve-hide computed by the local method are in good agreement with the experimental data.
由此计算出飞行器的法向力、轴向力和俯仰力矩系数,计算结果与实验数据相符。
The paper widens the application of local method which used to be utilized in rarefied flow to the quick prediction of aerodynamic characteristics of missile-like reentry vehicle in hypersonic flow.
首先,使用局部线性方法给出模型的系数函数的初始估计; 然后使用积分方法,给出它们的积分估计; 进一步,研究这些积分估计的渐近正态性。
Todd Park, a local detective, said the method has helped him learn more about an unidentified woman whose skeleton was found near Great Salt Lake.
地方探员托德·帕克说,这种方法帮他获得了一名身份不明的妇女的信息,该妇女的骸骨在大盐湖附近被发现。
In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking each of these Suggestions will display the code that would be generated.
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;单击其中的每一个建议都会显示将要生成的代码。
In this case, it will offer to create a class field I, a local variable I, or a method parameter I; clicking on each of these Suggestions will display the code that would be generated.
在此例中,它将提供创建一个类字段i、一个局部变量i或一个方法参数i的建议;单击其中的每一个建议都会显示将要生成的代码。
This means that when you are passing primitives into a method, you get a local copy of the primitive.
这意味着要把原语传递到方法中时,会得到一个原语的本地拷贝。
Variables declared with a method are local to that method and cannot be used outside of it.
方法内部声明的变量是局部变量,在方法外部是不能够使用的。
It provides an extended unit-of-work scope beyond the method boundary for local transaction based resource managers.
它在基于资源管理器的本地事务的边界方法之外提供了一个扩展的工作单元作用域。
Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
Static local variables retain their value between method calls.
静态局部变量会在方法调用之间保留它们的值。
In this article, we focus only on using the local access API method.
在本文中,我们仅着重于使用本地访问API方法。
Often, you have many local variables that are short-lived within a method, but the method itself is invoked repeatedly and frequently.
在方法中常常有许多短期存在的本地变量,但是方法本身会被频繁地反复调用。
Variables declared within a method are said to be local variables.
方法内部声明的变量叫做局部变量。
Variables declared inside a method are called local variables because they are available only to that method and not to any other parts of the code.
方法主体中声明的变量成为局部变量,它只对该方法有效,代码的其他部分均不可访问它。
No transaction is started because of the SUPPORTS propagation mode, so the method effectively USES a local (database) transaction.
由于传播模式被设置为SUPPORTS,所以不会启动任何事物,因此该方法有效地利用了一个本地(数据库)事务。
To summarize, the ORB pass by reference option basically treats the invoked EJB method as a local call (even for EJBs with remote interfaces) and avoids the requisite object copy.
总的来说,OR B通过引用传递选项基本上将调用的EJB方法作为本地调用对待(甚至对于带远程接口的EJB),并避免必需的对象复制操作。
In this case, there is a need to provide a method for the local NFS server and client to translate users and groups in foreign domain to corresponding users and groups in the local domain.
在这种情况下,需要为本地NFS服务器和客户机提供一种把外部域中的用户和组转换为本地域中的对应用户和组的方法。
Variables declared within a method are said to be local variables. What is the significance of the word local in this context?
方法内部声明的变量叫做局部变量。这儿局部的意思是什么?
The method implementation uses the JTA API to start local transactions that control access to EIS1 and EIS2.
该方法用JTAAPI启动控制EIS1和EIS2 的访问的本地事务。
Method, field, and local variable names begin with a lowercase letter, as in read .
方法、字段和本地变量名以小写字母开头,如read 。
New Testing and Debugging method which works with a local database that's created automatically for each database project.
新的测试和调试方法,可以和针对每个数据项目自动创建的本地数据库协作。
Each time you change a file, class, or method, Eclipse records the change in its local history.
每次您更改文件、类或方法,Eclipse 都会在其本地历史记录中记录更改。
To maintain an authenticated session, pass the local HttpContext instance to every httpclient.execute method you call in your code.
为了维护一个认证的会话,您可以向代码中所调用的每一个httpclient . execute方法传递本地HttpContext实例。
Current Encina Connector implementation does not keep any local data, and therefore a call to close method is an empty call.
当前的Encina连接器的实现没有保存任何本地数据,因此对于close方法的调用是空调用。
As an example, Listing 6 shows what happens when I change the type of the local variable used for the method start time in the interceptor code from long to int.
作为一个例子,清单6展示了在将方法开始时的拦截器代码所使用的局部变量的类型从long变为int时的情况。
应用推荐