com.sun.jini.phoenix
Class ActivationGroupInit

java.lang.Object
  extended by 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:

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.

Constructor Summary
private ActivationGroupInit()
           
 
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
 

Constructor Detail

ActivationGroupInit

private ActivationGroupInit()
Method Detail

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.