Class XAResourceNameConfigurationChecker
- java.lang.Object
-
- com.adaptris.xa.management.config.XAResourceNameConfigurationChecker
-
- All Implemented Interfaces:
ConfigurationChecker
public class XAResourceNameConfigurationChecker extends java.lang.Object implements ConfigurationChecker
-
-
Constructor Summary
Constructors Constructor Description XAResourceNameConfigurationChecker()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFriendlyName()ConfigurationCheckReportperformConfigCheck(ConfigurationCheckReport report, BootstrapProperties bootProperties)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.adaptris.core.management.config.ConfigurationChecker
performConfigCheck
-
-
-
-
Method Detail
-
performConfigCheck
public ConfigurationCheckReport performConfigCheck(ConfigurationCheckReport report, BootstrapProperties bootProperties)
- Specified by:
performConfigCheckin interfaceConfigurationChecker
-
getFriendlyName
public java.lang.String getFriendlyName()
- Specified by:
getFriendlyNamein interfaceConfigurationChecker
-
-