com.acme.ejb
Class TemperatureConverterBean
java.lang.Object
com.acme.ejb.TemperatureConverterBean
- All Implemented Interfaces:
- TemperatureConverter
public class TemperatureConverterBean
- extends Object
- implements TemperatureConverter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemperatureConverterBean
public TemperatureConverterBean()
convertToCelsius
public double convertToCelsius(double f)
- Specified by:
convertToCelsius in interface TemperatureConverter
convertToFarenheit
public double convertToFarenheit(double c)
- Specified by:
convertToFarenheit in interface TemperatureConverter
isTransactional
public boolean isTransactional()
- Specified by:
isTransactional in interface TemperatureConverter
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.