public enum DerbyViewConnectorAuditCode extends Enum<DerbyViewConnectorAuditCode> implements AuditLogMessageSet
| Modifier and Type | Method and Description |
|---|---|
AuditLogMessageDefinition |
getMessageDefinition()
Retrieve a message definition object for logging.
|
AuditLogMessageDefinition |
getMessageDefinition(String... params)
Retrieve a message definition object for logging.
|
static DerbyViewConnectorAuditCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DerbyViewConnectorAuditCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DerbyViewConnectorAuditCode CONNECTOR_INITIALIZING
public static final DerbyViewConnectorAuditCode CONNECTOR_INITIALIZED
public static final DerbyViewConnectorAuditCode CONNECTOR_SHUTDOWN
public static final DerbyViewConnectorAuditCode ENDPOINT_CONFIGURATION_ERROR
public static final DerbyViewConnectorAuditCode NO_ENDPOINT
public static final DerbyViewConnectorAuditCode CONNECTION_CONFIGURATION_ERROR
public static final DerbyViewConnectorAuditCode CONNECTOR_SERVER_CONNECTION_ERROR
public static final DerbyViewConnectorAuditCode CONNECTOR_QUERY_ERROR
public static final DerbyViewConnectorAuditCode CONNECTOR_INBOUND_EVENT_ERROR
public static DerbyViewConnectorAuditCode[] values()
for (DerbyViewConnectorAuditCode c : DerbyViewConnectorAuditCode.values()) System.out.println(c);
public static DerbyViewConnectorAuditCode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic AuditLogMessageDefinition getMessageDefinition()
getMessageDefinition in interface AuditLogMessageSetpublic AuditLogMessageDefinition getMessageDefinition(String... params)
getMessageDefinition in interface AuditLogMessageSetparams - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.