|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OIDTranslation
The definition of OID translation specifications. Forward translation changes an OID from local to remote representation. Backward translation changes an OID from remote to local representation.
| Method Summary | |
|---|---|
org.snmp4j.smi.OID |
backwardTranslate(org.snmp4j.smi.OID oid)
Translates (changes) an OID from remote to local representation. |
org.snmp4j.smi.OID |
forwardTranslate(org.snmp4j.smi.OID oid)
Translates (changes) an OID from local to remote representation. |
| Method Detail |
|---|
org.snmp4j.smi.OID forwardTranslate(org.snmp4j.smi.OID oid)
oid - a local object identifier that needs to be translated to its remote
representation.
org.snmp4j.smi.OID backwardTranslate(org.snmp4j.smi.OID oid)
oid - a remote object identifier that needs to be translated to its local
representation.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||