com.hp.hpl.jena.sparql.mgt
Interface QueryExecMBean


public interface QueryExecMBean

Details of a single query execution


Method Summary
 String getQueryExecAt()
          Point in time when query execution started
 long getQueryExecTime()
          Length of elapsed time (in microseconds) for query : -1 for unknown or unfinished
 String getQueryString()
          Query as a string
 String getState()
          State - what's it doing
 

Method Detail

getState

String getState()
State - what's it doing


getQueryString

String getQueryString()
Query as a string


getQueryExecAt

String getQueryExecAt()
Point in time when query execution started


getQueryExecTime

long getQueryExecTime()
Length of elapsed time (in microseconds) for query : -1 for unknown or unfinished



Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.