patterntesting.runtime.jmx
Interface InfoMBean

Package class diagram package InfoMBean
All Known Implementing Classes:
Info

public interface InfoMBean

This is the interface for the info bean anf for the use of this bean as MBean. This allows you to access the infos e.g. with the 'jconsole' during runtime.

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

Method Summary
 String getBuildTime()
          Gets the builds the time of PatternTesting.
 String getVersion()
          Gets the version of PatternTesting.
 

Method Detail

getVersion

@Description(value="returns the version of PatternTesting")
String getVersion()
Gets the version of PatternTesting.

Returns:
the version (e.g. "1.4.1")

getBuildTime

@Description(value="returns the build time of PatternTesting")
String getBuildTime()
Gets the builds the time of PatternTesting.

Returns:
the builds the time


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