com.atlassian.confluence.core
Interface HeartbeatAjax

All Known Implementing Classes:
DefaultHeartbeatAjax

Deprecated. since 3.3 (replaced by HeartbeatAction)

@Deprecated
public interface HeartbeatAjax


Method Summary
 long getHeartbeatInterval()
          Deprecated.  
 ActivityAjaxResponse[] startActivity(java.lang.String key, java.lang.String type)
          Deprecated.  
 void stopActivity(java.lang.String key, java.lang.String type)
          Deprecated.  
 

Method Detail

getHeartbeatInterval

long getHeartbeatInterval()
Deprecated. 

startActivity

ActivityAjaxResponse[] startActivity(java.lang.String key,
                                     java.lang.String type)
Deprecated. 

stopActivity

void stopActivity(java.lang.String key,
                  java.lang.String type)
Deprecated. 


Copyright © 2003-2011 Atlassian. All Rights Reserved.