Examples of using Method invocation in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Java remote method invocation.
Partial results during different stages of method invocation.
Java remote method invocation(RMI).
Any method invocation involves the"hidden" cost of parameter construction.
It is also referred to as Method Invocation.
This form of method invocation is called"late binding.".
Profiling aspect reports exact duration of the whole transactional method invocation.
Alternatives are synchronous method invocation and future objects.
To the programmer,remote communication looks like a standard Java method invocation.
The code editor can analyze method invocations and generate matching method signatures.
It contains local variables and partial results,and takes part in method invocation and return.
Remote Method Invocation(RMI) can also be seen as the process of activating a method on a remotely running object.
One such event describes all WMI method invocations on the machine.
A task is the unit of work scheduled by Ray andcorresponds to one function invocation or method invocation.
The framework uses Spring's Bean Proxy to intercept method invocation and apply security constraints.
When the software in question uses object-oriented principles,RPC is called remote invocation or remote method invocation.
Enterprise JavaBeans(EJB) and Java's Remote Method Invocation(RMI) are limited to Java.
Serialization is used for lightweight persistence and for communication via sockets orRemote Method Invocation(RMI).
The use of observers turns explicit dependencies(through method invocations) into implicit dependencies(via observers).
The result of the method invocation is first copied into the value property of this expression and then returned as the result of getValue.
It holds local variables and partial results andplays a part in the method invocation and return.
This behavior is referred to as virtual method invocation, and the methods are referred to as virtual methods. .
Println is replaced with a call to a method named p to allow a shorter name on each method invocation(lines 9-11).
This behavior is referred to as virtual method invocation, and the methods are referred to as virtual methods. .
Such assignments only affect the local storage location represented by the value parameter-theyhave no effect on the actual argument given in the method invocation.
Changes in the specified array after the method invocation returns will have no affect on this Throwable's stack trace.
Core components provide essential functionality for writing powerful enterprise-worthy programs in key areas such as database access, security,remote method invocation(RMI), and communications.
Conditionally thread safe classes must document which method invocation sequences require external synchronization, and which lock to acquire when executing these sequences.
The language syntax is similar to Unified EL but offers additional features,most notably method invocation and basic string templating functionality.
These stringent requirements ensure that the compiler can catch method invocation errors, which leads to more reliable programs.