org.sakaiproject.search.model
Interface SearchWriterLock


public interface SearchWriterLock

Author:
ieb

Method Summary
 Date getExpires()
          The date when the lock will expire
 String getId()
           
 String getLockkey()
          The name of the lock
 String getNodename()
          the name of the node holding the lock
 void setExpires(Date expires)
          The date when the lock will expire
 void setId(String id)
           
 void setLockkey(String lockkey)
          The name of the lock
 void setNodename(String nodeName)
          the name of the node holding the lock
 

Method Detail

getId

String getId()

setId

void setId(String id)

getNodename

String getNodename()
the name of the node holding the lock

Returns:

setNodename

void setNodename(String nodeName)
the name of the node holding the lock

Parameters:
nodeName -

setLockkey

void setLockkey(String lockkey)
The name of the lock

Parameters:
lockkey -

getLockkey

String getLockkey()
The name of the lock

Returns:

setExpires

void setExpires(Date expires)
The date when the lock will expire

Parameters:
expires -

getExpires

Date getExpires()
The date when the lock will expire

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.