org.lsst.ccs.elog
Class ELogConnectionUtils

java.lang.Object
  extended by org.lsst.ccs.elog.ELogConnectionUtils

public class ELogConnectionUtils
extends Object

Author:
turri

Constructor Summary
ELogConnectionUtils()
           
 
Method Summary
static List<String> getCategories()
           
static void main(String[] args)
           
static ElogTransactionResult postEntryToElog(ElogEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELogConnectionUtils

public ELogConnectionUtils()
Method Detail

getCategories

public static List<String> getCategories()
                                  throws IOException
Throws:
IOException

postEntryToElog

public static ElogTransactionResult postEntryToElog(ElogEntry entry)
                                             throws IOException
Throws:
IOException

main

public static void main(String[] args)
                 throws Exception
Parameters:
args - the command line arguments
Throws:
Exception


Copyright © 2013 LSST. All Rights Reserved.