org.lsst.ccs.elog
Class ElogTransactionResult

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

public class ElogTransactionResult
extends Object

Author:
turri

Constructor Summary
ElogTransactionResult(int status, String response)
           
 
Method Summary
 String getResponse()
           
 int getStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ElogTransactionResult

public ElogTransactionResult(int status,
                             String response)
Method Detail

getStatus

public int getStatus()

getResponse

public String getResponse()


Copyright © 2013 LSST. All Rights Reserved.