com.sun.jini.phoenix
Class ActivationGroupInit
java.lang.Object
com.sun.jini.phoenix.ActivationGroupInit
class ActivationGroupInit
- extends Object
This is the bootstrap code to start a virtual machine (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, and
- 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.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
Method Summary |
static void |
main(String[] args)
Main program to start a VM for an activation group. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivationGroupInit
private ActivationGroupInit()
main
public static void main(String[] args)
- Main program to start a VM for an activation group.
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.