public class TrustStoreMessages 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 |
OPEN_LOG_HIERARCHY |
static String |
TRUSTSTORE_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
CLOSE()
Log a TrustStore message of the Format:
|
static LogMessage |
CREATE(String param1)
Log a TrustStore message of the Format:
|
static LogMessage |
DELETE(String param1)
Log a TrustStore message of the Format:
|
static LogMessage |
OPEN()
Log a TrustStore message of the Format:
|
public static final String TRUSTSTORE_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()
TST-1002 : OpenOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1)
TST-1001 : Create "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage DELETE(String param1)
TST-1004 : Delete "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
TST-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.