About 1,990,000 results
Open links in new tab
  1. Using Activation: Overview - Oracle

    This set of tutorials describes how to use the Java Remote Method Invocation (Java RMI) APIs to implement, to register, and to use activatable objects. Each tutorial presents a different way to …

  2. Advanced Java Programming SRM UNIVERSITY FACULTY OF SCIENCE AND HUMANITIES DEPARTMENT OF COMPUTER SCIENCE. Subject Code: PIT18102 ... Description Book, …

  3. Remote Method Invocation in Java - GeeksforGeeks

    Jan 11, 2023 · Remote Method Invocation (RMI) is an API that allows an object to invoke a method on an object that exists in another address space, which could be on the same …

  4. Activating an object that does not extend java.rmi.activation

    There are three steps to create a remote interface. For this example, the implementation class will be examples.activation.MyClass . There are three steps to migrate a class which does not …

  5. Method-Call Stack and Activation Records - Java™ How to Program

    6.6. Method-Call Stack and Activation Records. To understand how Java performs method calls, we first need to consider a data structure (i.e., collection of related data items) known as a …

  6. Method Call Stack and Activation Records | Methods: A Deeper …

    This data, stored as a portion of the program execution stack, is known as the activation record or stack frame of the method call. When a method call is made, the activation record for that …

  7. Java Remote Method Invocation: 7 - Remote Object Activation

    Object activation is a mechanism for providing persistent references to objects and managing the execution of object implementations. In RMI, activation allows objects to begin execution on an …

  8. Activator (Java Platform SE 8 ) - Oracle

    The Activator facilitates remote object activation. A "faulting" remote reference calls the activator's activate method to obtain a "live" reference to a "activatable" remote object.

  9. ActivationSystem (Java Platform SE 8 ) - Oracle

    The ActivationSystem creates an ActivationID (a activation identifier) for the object specified by the descriptor, desc, and records, in stable storage, the activation descriptor and its associated …

  10. Using Activation: Persistence

    There are a few basic ways to implement an activatable remote object. This tutorial describes how to implement an activatable remote object that uses persistent state in its implementation. A …

  11. Some results have been removed
Refresh