com.hp.hpl.jena.sparql.mgt
Class SystemInfo

java.lang.Object
  extended by com.hp.hpl.jena.sparql.mgt.SystemInfo
All Implemented Interfaces:
SystemInfoMBean

public class SystemInfo
extends Object
implements SystemInfoMBean


Constructor Summary
SystemInfo(String name, String version, String buildDate)
           
 
Method Summary
 String getBuildDate()
           
 com.hp.hpl.jena.graph.Node getIRI()
           
 String getName()
           
 String getVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInfo

public SystemInfo(String name,
                  String version,
                  String buildDate)
Method Detail

getBuildDate

public String getBuildDate()
Specified by:
getBuildDate in interface SystemInfoMBean

getVersion

public String getVersion()
Specified by:
getVersion in interface SystemInfoMBean

getName

public String getName()
Specified by:
getName in interface SystemInfoMBean

getIRI

public com.hp.hpl.jena.graph.Node getIRI()


Licenced under the Apache License, Version 2.0