org.opennms.netmgt.dao.support
Class HostFileSystemStorageStrategy

java.lang.Object
  extended by org.opennms.netmgt.dao.support.IndexStorageStrategy
      extended by org.opennms.netmgt.dao.support.HostFileSystemStorageStrategy
All Implemented Interfaces:
StorageStrategy

public class HostFileSystemStorageStrategy
extends IndexStorageStrategy

HostFileSystemStorageStrategy class.

Version:
$Id: $
Author:
Alejandro Galue

Field Summary
static String HR_STORAGE_DESC
          Constant HR_STORAGE_DESC=".1.3.6.1.2.1.25.2.3.1.3"
 
Fields inherited from class org.opennms.netmgt.dao.support.IndexStorageStrategy
m_storageStrategyService
 
Constructor Summary
HostFileSystemStorageStrategy()
           
 
Method Summary
 String getResourceNameFromIndex(String resourceParent, String resourceIndex)
          getResourceNameFromIndex
 
Methods inherited from class org.opennms.netmgt.dao.support.IndexStorageStrategy
getRelativePathForAttribute, getResourceTypeName, log, setParameters, setResourceTypeName, setStorageStrategyService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HR_STORAGE_DESC

public static String HR_STORAGE_DESC
Constant HR_STORAGE_DESC=".1.3.6.1.2.1.25.2.3.1.3"

Constructor Detail

HostFileSystemStorageStrategy

public HostFileSystemStorageStrategy()
Method Detail

getResourceNameFromIndex

public String getResourceNameFromIndex(String resourceParent,
                                       String resourceIndex)

getResourceNameFromIndex

Specified by:
getResourceNameFromIndex in interface StorageStrategy
Overrides:
getResourceNameFromIndex in class IndexStorageStrategy
Parameters:
resourceParent - a String object.
resourceIndex - a String object.
Returns:
a String object.


Copyright © 2011. All Rights Reserved.