| | |
| | | import org.opends.server.types.ByteStringFactory; |
| | | import org.opends.server.types.DirectoryConfig; |
| | | import org.opends.server.types.DN; |
| | | import org.opends.server.types.ObjectClass; |
| | | |
| | | import static org.opends.server.loggers.Debug.*; |
| | | import static org.opends.server.util.ServerConstants.*; |
| | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the objectclass that should be included in the monitor entry |
| | | * created from this monitor provider. |
| | | * |
| | | * @return The objectclass that should be included in the monitor entry |
| | | * created from this monitor provider. |
| | | */ |
| | | public ObjectClass getMonitorObjectClass() |
| | | { |
| | | assert debugEnter(CLASS_NAME, "getMonitorObjectClass"); |
| | | |
| | | return DirectoryConfig.getObjectClass(OC_MONITOR_BACKEND, true); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public long getUpdateInterval() |