|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.schema.OidRegistryMonitorAdapter
An adapter for an OidRegistryMonitor.
Constructor Summary | |
OidRegistryMonitorAdapter()
|
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 name)
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OidRegistryMonitorAdapter()
Method Detail |
public void getOidWithOid(java.lang.String oid)
OidRegistryMonitor
getOidWithOid
in interface OidRegistryMonitor
oid
- the OID argument and return valuepublic void oidResolved(java.lang.String name, java.lang.String oid)
OidRegistryMonitor
oidResolved
in interface OidRegistryMonitor
name
- the name used to lookup an OIDoid
- the OID returned for the namepublic void oidResolved(java.lang.String name, java.lang.String normalized, java.lang.String oid)
OidRegistryMonitor
oidResolved
in interface OidRegistryMonitor
name
- the name used to lookup an OIDnormalized
- the normalized name that mapped to the OIDoid
- the OID returned for the namepublic void oidResolutionFailed(java.lang.String name, javax.naming.NamingException fault)
OidRegistryMonitor
oidResolutionFailed
in interface OidRegistryMonitor
name
- the name used to lookup an OIDfault
- the exception thrown for the failure after this callpublic void oidDoesNotExist(java.lang.String oid, javax.naming.NamingException fault)
OidRegistryMonitor
oidDoesNotExist
in interface OidRegistryMonitor
oid
- the OID used to lookup object namesfault
- the exception thrown for the failure after this callpublic void nameResolved(java.lang.String oid, java.lang.String name)
OidRegistryMonitor
nameResolved
in interface OidRegistryMonitor
oid
- the OID used for the lookupname
- the primary name found for the OIDpublic void namesResolved(java.lang.String oid, java.util.List names)
OidRegistryMonitor
namesResolved
in interface OidRegistryMonitor
oid
- the OID used for the lookupnames
- the names found for the OIDpublic void registered(java.lang.String name, java.lang.String oid)
OidRegistryMonitor
registered
in interface OidRegistryMonitor
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 |