org.glite.gpbox.server
Class PBoxServer

java.lang.Object
  extended byorg.glite.gpbox.server.PBoxServer

public class PBoxServer
extends java.lang.Object

A class providing an import/esport facility to the PBox XML configuration file

Version:
$Id: PBoxServer.java,v 1.2.4.12 2005/12/05 14:53:53 aferraro Exp $
Author:
Andrea Ferraro, ferraro@cnaf.infn.it

Constructor Summary
PBoxServer()
           
 
Method Summary
static void install()
           
static void main(java.lang.String[] args)
           
static void start()
           
static void status()
           
static void stop()
           
static void unInstall()
           
static void version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PBoxServer

public PBoxServer()
Method Detail

main

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

install

public static void install()

unInstall

public static void unInstall()

start

public static void start()

stop

public static void stop()

status

public static void status()

version

public static void version()