Method Summary |
|
public void | access() Marks the object as accessed. |
public void | change() Signals that the object has been changed by the application, i.e. |
public long | getAccessWindow() Returns the access window. |
long | getCRC() Returns the object's saved CRC value. |
public long | getExpireInterval() Sets the max access time. |
public long | getMaxIdleTime() Returns the max idle time. |
public String | getObjectId() Returns the object id. |
public Store | getStore() Returns the store. |
public String | getStoreId() Returns the store id. |
public StoreManager | getStoreManager() Returns the store manager. |
public String | getUniqueId() Returns the unique id. |
boolean | isValid() |
public boolean | load(Object obj) Loads the object from the cluster. |
boolean | load(InputStream is, Object obj) Loads the object, called from the store. |
public ReadStream | openRead() |
public void | remove() Removes the object from the cluster. |
public void | removeImpl() Removes the object from the cluster. |
public void | setAccessTime(long accessTime) Sets the access time. |
void | setCRC(long crc) Sets the object's saved CRC value. |
public void | setExpireInterval(long expireInterval) Sets the max access time. |
public void | setMaxIdleTime(long maxIdleTime) Sets the max idle time. |
public void | setObjectManager(ObjectManager objectManager) |
public void | setPrimary(boolean primary) Sets true for the primary server. |
void | setValid(boolean isValid) |
public void | setValid() |
public void | store(Object obj) Saves the object to the cluster. |
public void | update() Signals that the object has been updated externally, i.e. |
public void | write(InputStream is) |