public class AuditLogFileNameTask extends Object implements ITask
PRODUCT_HOSTNAME_LOOKUP_KEY
: Key for product hostPRODUCT_PORT_LOOKUP_KEY
: Key for product portPRODUCT_LOGFILE_NAME_OUTPUT_KEY
: Key for storing the
generated file name.Modifier and Type | Field and Description |
---|---|
static String |
LOC_TSK_ERR_AUDIT_LOGFILENAME |
static String |
LOC_TSK_MSG_AUDIT_LOGFILE_EXECUTE |
static String |
LOC_TSK_MSG_AUDIT_LOGFILE_ROLLBACK |
static String |
STR_AUDIT_FILENAME_PREFIX |
static String |
STR_AUDIT_FILENAME_SUFFIX |
static String |
STR_PRODUCT_HOSTNAME_LOOKUP_KEY |
static String |
STR_PRODUCT_LOGFILE_NAME_OUTPUT_KEY |
static String |
STR_PRODUCT_PORT_LOOKUP_KEY |
Constructor and Description |
---|
AuditLogFileNameTask() |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(String name,
IStateAccess stateAccess,
Map properties) |
LocalizedMessage |
getExecutionMessage(IStateAccess stateAccess,
Map properties) |
LocalizedMessage |
getRollBackMessage(IStateAccess stateAccess,
Map properties) |
boolean |
rollBack(String name,
IStateAccess state,
Map properties) |
public static final String STR_PRODUCT_HOSTNAME_LOOKUP_KEY
public static final String STR_PRODUCT_PORT_LOOKUP_KEY
public static final String STR_PRODUCT_LOGFILE_NAME_OUTPUT_KEY
public static final String STR_AUDIT_FILENAME_PREFIX
public static final String STR_AUDIT_FILENAME_SUFFIX
public static final String LOC_TSK_ERR_AUDIT_LOGFILENAME
public static final String LOC_TSK_MSG_AUDIT_LOGFILE_EXECUTE
public static final String LOC_TSK_MSG_AUDIT_LOGFILE_ROLLBACK
public boolean execute(String name, IStateAccess stateAccess, Map properties) throws InstallException
execute
in interface ITask
InstallException
public boolean rollBack(String name, IStateAccess state, Map properties) throws InstallException
rollBack
in interface ITask
InstallException
public LocalizedMessage getExecutionMessage(IStateAccess stateAccess, Map properties)
getExecutionMessage
in interface ITask
public LocalizedMessage getRollBackMessage(IStateAccess stateAccess, Map properties)
getRollBackMessage
in interface ITask
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.