loadObject(String, T) method

Loads an object stored in the file system.

Syntax

public abstract< TextendsISDMPersistable > boolean loadObject (
    String key,
    T object
) throws SDMPersistenceException, IllegalArgumentException

Parameters

Returns

true if the object has found and successfully loaded and false otherwise.

Exceptions