patterntesting.runtime.jmx
Class Info

Package class diagram package Info
java.lang.Object
  extended by patterntesting.runtime.jmx.Info
All Implemented Interfaces:
InfoMBean

public final class Info
extends Object
implements InfoMBean

This Info bean is registered as MBean and provides some information about PatternTesting.

Since:
1.4 (06.04.2014)
Author:
oliver (boehm@javatux.de)

Constructor Summary
Info()
          Instantiates a new info.
 
Method Summary
 String getBuildTime()
          Gets the builds the time of PatternTesting.
 String getVersion()
          Gets the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Info

public Info()
Instantiates a new info.

Method Detail

getVersion

public String getVersion()
Gets the version.

Specified by:
getVersion in interface InfoMBean
Returns:
the version
See Also:
InfoMBean.getVersion()

getBuildTime

public String getBuildTime()
Gets the builds the time of PatternTesting.

Specified by:
getBuildTime in interface InfoMBean
Returns:
the builds the time


Copyright © 2002–2014 PatternTesting Team. All rights reserved.