public abstract class

ActivationGroupInit

extends Object
java.lang.Object
   ↳ sun.rmi.server.ActivationGroupInit

Class Overview

This is the bootstrap code to start a VM executing an activation group. The activator spawns (as a child process) an activation group as needed and directs activation requests to the appropriate activation group. After spawning the VM, the activator passes some information to the bootstrap code via its stdin:

  • the activation group's id,
  • the activation group's descriptor (an instance of the class java.rmi.activation.ActivationGroupDesc) for the group, adn
  • the group's incarnation number.

When the bootstrap VM starts executing, it reads group id and descriptor from its stdin so that it can create the activation group for the VM.

Summary

Public Constructors
ActivationGroupInit()
Public Methods
static void main(String[] args)
Main program to start a VM for an activation group.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ActivationGroupInit ()

Public Methods

public static void main (String[] args)

Main program to start a VM for an activation group.