org.glite.apel.publisher
Class ApelPublisher

java.lang.Object
  extended by org.glite.apel.publisher.ApelPublisher

public class ApelPublisher
extends java.lang.Object

The main entry point for starting the apel accounting application.


Constructor Summary
ApelPublisher(java.lang.String[] args)
          Sets-up the user configs for the apel application.
 
Method Summary
static void main(java.lang.String[] args)
          Create an APEL object and call its start method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApelPublisher

public ApelPublisher(java.lang.String[] args)
Sets-up the user configs for the apel application.

Method Detail

main

public static void main(java.lang.String[] args)
Create an APEL object and call its start method. This is the program entry point for processing of data. The archiver program has a different entry point.