public class KeyStoreMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
DELETE_LOG_HIERARCHY |
static String |
KEYSTORE_LOG_HIERARCHY |
static String |
OPEN_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE()
Log a KeyStore message of the Format:
|
static LogMessage |
CREATE(String param1)
Log a KeyStore message of the Format:
|
static LogMessage |
DELETE(String param1)
Log a KeyStore message of the Format:
|
static LogMessage |
OPEN()
Log a KeyStore message of the Format:
|
public static final String KEYSTORE_LOG_HIERARCHY
public static final String OPEN_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String DELETE_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static LogMessage OPEN()
KST-1002 : OpenOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1)
KST-1001 : Create "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETE(String param1)
KST-1004 : Delete "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
KST-1003 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.