|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xiruss.repository.server.RepositoryObjectBase
org.xiruss.repository.server.storagemanagement.StorageManagerBase
public abstract class StorageManagerBase
Manages a collection of storage objects. Must be specialized for specific types of storage objects, e.g. file system storage objects.
| Field Summary | |
|---|---|
protected Repository |
rep
|
protected static StorageManagerConfiguration |
smConfig
|
| Fields inherited from class org.xiruss.repository.server.RepositoryObjectBase |
|---|
id, name, objectTypeConstant, properties |
| Constructor Summary | |
|---|---|
StorageManagerBase(Repository rep)
|
|
| Method Summary | |
|---|---|
void |
setStorageObjectData(StorageObject so)
Sets the storage object data for a storage object version. |
| Methods inherited from class org.xiruss.repository.server.RepositoryObjectBase |
|---|
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, initialize, isNull, setId, setName, setProperties, setProperty, setRepository, setType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.xiruss.repository.api.StorageManager |
|---|
getStorageObjectData |
| Methods inherited from interface org.xiruss.snapcm.api.RepositoryObject |
|---|
accept, compareTo, getId, getName, getProperties, getProperty, getPropertyNames, getRepository, getType, hasProperty, initialize, isNull, setId, setName, setProperty, toString |
| Field Detail |
|---|
protected Repository rep
protected static StorageManagerConfiguration smConfig
| Constructor Detail |
|---|
public StorageManagerBase(Repository rep)
| Method Detail |
|---|
public void setStorageObjectData(StorageObject so)
throws java.io.IOException
StorageManager
setStorageObjectData in interface StorageManagerso - StorageObject to set the data on.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||