org.rhq.enterprise.agent.update
Class AgentUpdate

java.lang.Object
  extended by org.rhq.enterprise.agent.update.AgentUpdate

public class AgentUpdate
extends Object

The main entry class to the standalone agent updater. This class must be placed in the agent update binary jar file in the proper place and its name must be specified in that jar file's Main-Class manifest entry.

Author:
John Mazzitelli

Constructor Summary
AgentUpdate()
           
 
Method Summary
static void main(String[] args)
          The main startup point for the self-executing agent update jar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentUpdate

public AgentUpdate()
Method Detail

main

public static void main(String[] args)
                 throws Exception
The main startup point for the self-executing agent update jar.

Parameters:
args - the command line arguments
Throws:
Exception


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.