com.tc.lcp
Class CargoLinkedChildProcess

java.lang.Object
  extended by com.tc.lcp.CargoLinkedChildProcess

public final class CargoLinkedChildProcess
extends java.lang.Object

This class serves three purposes. It delegates to HeartBeatService to page the parent process. And it loads a properties file which was written by the parent process (in the same directory as the log) and sets all name value pairs as system properties for the appserver's JVM. This makes these available to servlets running in the container.


Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 Terracotta, Inc.. All Rights Reserved.