| |
|
| java.lang.Object org.sakaiproject.presence.impl.BasePresenceService org.sakaiproject.presence.impl.ClusterPresenceService
ClusterPresenceService | public class ClusterPresenceService extends BasePresenceService (Code) | |
ClusterPresenceService extends the BasePresenceService with a Storage model that keeps track of presence for a cluster of Sakai app servers, backed by a shared DB table.
|
Inner Class :protected class ClusterStorage implements Storage | |
Method Summary | |
public void | init() Final initialization, once all dependencies are set. | protected Storage | newStorage() Allocate a new storage object. | public void | setAutoDdl(String value) Configuration: to run the ddl on init or not. | public void | setSqlService(SqlService service) Dependency: SqlService. |
m_autoDdl | protected boolean m_autoDdl(Code) | | Configuration: to run the ddl on init or not.
|
init | public void init()(Code) | | Final initialization, once all dependencies are set.
|
newStorage | protected Storage newStorage()(Code) | | Allocate a new storage object.
A new storage object. |
setAutoDdl | public void setAutoDdl(String value)(Code) | | Configuration: to run the ddl on init or not.
Parameters: value - the auto ddl value. |
setSqlService | public void setSqlService(SqlService service)(Code) | | Dependency: SqlService.
Parameters: service - The SqlService. |
|
|
|