org.opennms.netmgt.xmlrpcd
Class ProvisionServer

java.lang.Object
  extended by org.opennms.netmgt.xmlrpcd.ProvisionServer

public class ProvisionServer
extends Object

ProvisionServer class.

Version:
$Id: $
Author:
Mathew Brozowski

Constructor Summary
ProvisionServer()
           
 
Method Summary
 org.springframework.context.ApplicationContext getContext()
          getContext
static void main(String[] args)
          main
 void run()
          run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvisionServer

public ProvisionServer()
Method Detail

run

public void run()

run


main

public static void main(String[] args)

main

Parameters:
args - an array of String objects.

getContext

public org.springframework.context.ApplicationContext getContext()

getContext

Returns:
a ApplicationContext object.


Copyright © 2011. All Rights Reserved.