Package com.forgerock.opendj.grizzly
Class GrizzlyMessages
- java.lang.Object
-
- com.forgerock.opendj.grizzly.GrizzlyMessages
-
public final class GrizzlyMessages extends Object
This file contains localizable message descriptors having the resource namecom.forgerock.opendj.grizzly.grizzly. This file was generated automatically by thei18n-maven-pluginfrom the property filecom/forgerock/opendj/grizzly/grizzly.propertiesand it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number>LDAP_CONNECTION_BIND_OR_START_TLS_CONNECTION_TIMEOUTThe LDAP connection has failed because no bind or StartTLS response was received from the server within the %d ms timeoutstatic org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number>LDAP_CONNECTION_BIND_OR_START_TLS_REQUEST_TIMEOUTThe bind or StartTLS request has failed because no response was received from the server within the %d ms timeout.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Number>LDAP_CONNECTION_CONNECT_TIMEOUTThe connection attempt to server %s has failed because the connection timeout period of %d ms was exceededstatic org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number>LDAP_CONNECTION_REQUEST_TIMEOUTThe request has failed because no response was received from the server within the %d ms timeout
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringresourceName()Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
LDAP_CONNECTION_BIND_OR_START_TLS_CONNECTION_TIMEOUT
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number> LDAP_CONNECTION_BIND_OR_START_TLS_CONNECTION_TIMEOUT
The LDAP connection has failed because no bind or StartTLS response was received from the server within the %d ms timeout
-
LDAP_CONNECTION_BIND_OR_START_TLS_REQUEST_TIMEOUT
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number> LDAP_CONNECTION_BIND_OR_START_TLS_REQUEST_TIMEOUT
The bind or StartTLS request has failed because no response was received from the server within the %d ms timeout. The LDAP connection is now in an invalid state and can no longer be used
-
LDAP_CONNECTION_CONNECT_TIMEOUT
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Number> LDAP_CONNECTION_CONNECT_TIMEOUT
The connection attempt to server %s has failed because the connection timeout period of %d ms was exceeded
-
LDAP_CONNECTION_REQUEST_TIMEOUT
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Number> LDAP_CONNECTION_REQUEST_TIMEOUT
The request has failed because no response was received from the server within the %d ms timeout
-
-
Method Detail
-
resourceName
public static String resourceName()
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name).- Returns:
- The name of the resource associated with the messages contained in this class.
-
-