Class RecentAccessManager
- java.lang.Object
-
- com.collabnet.ce.soap60.integratedapps.util.RecentAccessManager
-
public class RecentAccessManager extends Object
This class manages the recently accessed integrated application objects and updates the CTF recent access history via SOAP. The updates are performed asynchronously through a separate thread and hence prevents the application thread from being blocked.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenqueue(String userId, String[] objectId)static RecentAccessManagergetInstance(String ctfBaseUrl)
-
-
-
Method Detail
-
getInstance
public static RecentAccessManager getInstance(String ctfBaseUrl)
-
-