- Corrected an error that made monitoring retrieval timeout
- Allow 0 value for monitoring publisher period to allow disable it by configuration
| | |
| | | </adm:defined> |
| | | </adm:default-behavior> |
| | | <adm:syntax> |
| | | <adm:duration base-unit="ms" lower-limit="1000" /> |
| | | <adm:duration base-unit="ms" lower-limit="0" /> |
| | | </adm:syntax> |
| | | <adm:profile name="ldap"> |
| | | <ldap:attribute> |
| | |
| | | * @return True if both identifiers are the same. |
| | | */ |
| | | public boolean equals(Object obj) { |
| | | if ( (obj == null) || (obj instanceof GlobalServerId)) |
| | | if ( (obj == null) || (!(obj instanceof GlobalServerId))) |
| | | return false; |
| | | |
| | | GlobalServerId globalServerId = (GlobalServerId)obj; |