java.lang.Cloneable
, java.io.Serializable
DefaultFileHeaderProvider
, GFileHeaderProvider
public interface FileHeaderProvider
extends java.lang.Cloneable, java.io.Serializable
DefaultFileHeaderProvider
Modifier and Type | Method | Description |
---|---|---|
FileHeaderProvider |
clone() |
Creates and returns a copy of this object.
|
java.lang.String |
getApplicationHost() |
The Application Host to be used in the file header.
|
java.lang.String |
getApplicationId() |
The Application Id to be used in the file header.
|
java.lang.String |
getApplicationName() |
The Application Name to be used in the file header.
|
java.lang.String |
getApplicationType() |
The Application Type to be used in the file header.
|
java.lang.String |
getCommandLine() |
The Application Command Line value to be used in the file header.
|
java.lang.String |
getFileHeader() |
This method is called for obtaining the log file header.
|
default int |
getPriority() |
The header provider implementation priority level.
|
void |
setFileName(java.lang.String fileName) |
Sets the FileName attribute of the header.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties) |
Sets custom application properties.
|
void setFileName(java.lang.String fileName)
fileName
- the file name attribute value.void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
properties
- the application properties.java.lang.String getFileHeader()
java.lang.String getApplicationName()
java.lang.String getApplicationHost()
java.lang.String getApplicationType()
java.lang.String getApplicationId()
java.lang.String getCommandLine()
default int getPriority()
FileHeaderProvider clone()
Cloneable
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.