com.norbl.cbp.ppe.usermonitor
Class UserMonitorClient

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

public class UserMonitorClient
extends java.lang.Object

Used to view users accounts and relate info. This main creates a gui app. Using this app requires nbl permission.


Constructor Summary
UserMonitorClient()
           
 
Method Summary
 java.util.List<AmiPPE> getAmiData()
           
 java.util.List<com.amazonaws.services.simpledb.model.Item> getUserAccounts()
           
 void launchGui()
           
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

UserMonitorClient

public UserMonitorClient()
                  throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

main

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

launchGui

public void launchGui()
               throws java.lang.Exception
Throws:
java.lang.Exception

getAmiData

public java.util.List<AmiPPE> getAmiData()

getUserAccounts

public java.util.List<com.amazonaws.services.simpledb.model.Item> getUserAccounts()