|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OidRegistryMonitor
Monitor used to track notable OidRegistry events.
Method Summary | |
---|---|
void |
getOidWithOid(java.lang.String oid)
Monitors situations where an OID is used to resolve an OID. |
void |
nameResolved(java.lang.String oid,
java.lang.String primaryName)
Monitors situations where a primary name is resolved for a OID. |
void |
namesResolved(java.lang.String oid,
java.util.List names)
Monitors situations where a names are resolved for a OID. |
void |
oidDoesNotExist(java.lang.String oid,
javax.naming.NamingException fault)
Monitors when a name lookups fail due to the use of an unknown OID. |
void |
oidResolutionFailed(java.lang.String name,
javax.naming.NamingException fault)
Monitors when resolution of an OID by name fails. |
void |
oidResolved(java.lang.String name,
java.lang.String oid)
Monitors when an OID is resolved successfully for a name. |
void |
oidResolved(java.lang.String name,
java.lang.String normalized,
java.lang.String oid)
Monitors when an OID is resolved successfully by using a normalized form of the name. |
void |
registered(java.lang.String name,
java.lang.String oid)
Monitors the successful registration of a name for an OID. |
Method Detail |
---|
void getOidWithOid(java.lang.String oid)
oid
- the OID argument and return valuevoid oidResolved(java.lang.String name, java.lang.String oid)
name
- the name used to lookup an OIDoid
- the OID returned for the namevoid oidResolved(java.lang.String name, java.lang.String normalized, java.lang.String oid)
name
- the name used to lookup an OIDnormalized
- the normalized name that mapped to the OIDoid
- the OID returned for the namevoid oidResolutionFailed(java.lang.String name, javax.naming.NamingException fault)
name
- the name used to lookup an OIDfault
- the exception thrown for the failure after this callvoid oidDoesNotExist(java.lang.String oid, javax.naming.NamingException fault)
oid
- the OID used to lookup object namesfault
- the exception thrown for the failure after this callvoid nameResolved(java.lang.String oid, java.lang.String primaryName)
oid
- the OID used for the lookupprimaryName
- the primary name found for the OIDvoid namesResolved(java.lang.String oid, java.util.List names)
oid
- the OID used for the lookupnames
- the names found for the OIDvoid registered(java.lang.String name, java.lang.String oid)
name
- the one of many names registered with an OIDoid
- the OID to be associated with the name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |