org.openrdf.http.object.concepts
Interface Transaction


public interface Transaction

Exposes the auditing SAIL's committed on property of a transaction.


Method Summary
 Object getAuditContributor()
           
 XMLGregorianCalendar getCommittedOn()
           
 Object getHttpAuthorized()
          Deprecated. 
 void setAuditContributor(Object msgContributor)
           
 void setCommittedOn(XMLGregorianCalendar committedOn)
           
 void setHttpAuthorized(Object httpAuthorized)
          Deprecated. 
 

Method Detail

getCommittedOn

XMLGregorianCalendar getCommittedOn()

setCommittedOn

void setCommittedOn(XMLGregorianCalendar committedOn)

getAuditContributor

Object getAuditContributor()

setAuditContributor

void setAuditContributor(Object msgContributor)

getHttpAuthorized

@Deprecated
Object getHttpAuthorized()
Deprecated. 


setHttpAuthorized

@Deprecated
void setHttpAuthorized(Object httpAuthorized)
Deprecated. 



Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.