org.opennms.netmgt.dao.support
Class FrameRelayStorageStrategy
java.lang.Object
org.opennms.netmgt.dao.support.IndexStorageStrategy
org.opennms.netmgt.dao.support.FrameRelayStorageStrategy
- All Implemented Interfaces:
- StorageStrategy
public class FrameRelayStorageStrategy
- extends IndexStorageStrategy
This class use the new implementation of SnmpStorageStrategy extending the new
IndexStorageStrategy from opennms-services
- Version:
- $Id: $
- Author:
- Alejandro Galue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FrameRelayStorageStrategy
public FrameRelayStorageStrategy()
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.
getInterfaceName
public String getInterfaceName(String nodeId,
String ifIndex)
getInterfaceName
- Parameters:
nodeId - a String object.ifIndex - a String object.
- Returns:
- a
String object.
Copyright © 2011. All Rights Reserved.