Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud)

64096: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (4.3.0.BF)
      63963: MNT-10713 - Transformation Server, Lucene specific: startup deadlocks new license


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@64353 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Alan Davis
2014-03-14 17:41:20 +00:00
parent 0124e5cdf8
commit 891a3ef8e4

View File

@@ -132,4 +132,14 @@ public interface LicenseDescriptor
* @return <code>true</code> if the license allows clustering
*/
public boolean isClusterEnabled();
/**
* ATS Transformation Server Expiry Date
* @return the ATS Transformation Server Expiry Date or <code>null</code>
*/
public String getTransformationServerExpiryDate();
}