com.norbl.cbp.ppe.usermonitor
Class PPEClientMonitorApp

java.lang.Object
  extended by com.norbl.cbp.ppe.usermonitor.PPEClientMonitorApp

public class PPEClientMonitorApp
extends java.lang.Object

This app is run on an ec2 instance in a ppe-ompi network. It should be launched at boot time.

Initially, this app checks whether the instance is authorized to use a billable instance. If not, access to ompi is disabled. If authorized, the app runs forever, logging usage.


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

Constructor Detail

PPEClientMonitorApp

public PPEClientMonitorApp(java.lang.String[] argv)
Method Detail

go

public void go()

main

public static void main(java.lang.String[] argv)