public class PortMessages extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BIND_FAILED_LOG_HIERARCHY |
static String |
CLOSE_LOG_HIERARCHY |
static String |
CONNECTION_COUNT_WARN_LOG_HIERARCHY |
static String |
CONNECTION_REJECTED_CLOSED_LOG_HIERARCHY |
static String |
CONNECTION_REJECTED_TOO_MANY_LOG_HIERARCHY |
static String |
CREATE_LOG_HIERARCHY |
static String |
DELETE_LOG_HIERARCHY |
static String |
OPEN_LOG_HIERARCHY |
static String |
PORT_LOG_HIERARCHY |
static String |
UNSUPPORTED_PROTOCOL_HEADER_LOG_HIERARCHY |
Modifier and Type | Method and Description |
---|---|
static LogMessage |
BIND_FAILED(String param1,
Number param2)
Log a Port message of the Format:
|
static LogMessage |
CLOSE()
Log a Port message of the Format:
|
static LogMessage |
CONNECTION_COUNT_WARN(Number param1,
Number param2,
Number param3)
Log a Port message of the Format:
|
static LogMessage |
CONNECTION_REJECTED_CLOSED(String param1)
Log a Port message of the Format:
|
static LogMessage |
CONNECTION_REJECTED_TOO_MANY(String param1,
Number param2)
Log a Port message of the Format:
|
static LogMessage |
CREATE(String param1)
Log a Port message of the Format:
|
static LogMessage |
DELETE(String param1,
String param2)
Log a Port message of the Format:
|
static LogMessage |
OPEN()
Log a Port message of the Format:
|
static LogMessage |
UNSUPPORTED_PROTOCOL_HEADER(String param1)
Log a Port message of the Format:
|
public static final String PORT_LOG_HIERARCHY
public static final String DELETE_LOG_HIERARCHY
public static final String CREATE_LOG_HIERARCHY
public static final String UNSUPPORTED_PROTOCOL_HEADER_LOG_HIERARCHY
public static final String CONNECTION_REJECTED_CLOSED_LOG_HIERARCHY
public static final String CONNECTION_COUNT_WARN_LOG_HIERARCHY
public static final String BIND_FAILED_LOG_HIERARCHY
public static final String CLOSE_LOG_HIERARCHY
public static final String CONNECTION_REJECTED_TOO_MANY_LOG_HIERARCHY
public static final String OPEN_LOG_HIERARCHY
public static LogMessage DELETE(String param1, String param2)
PRT-1006 : Delete {0} Port "{1}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CREATE(String param1)
PRT-1001 : Create "{0}"Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage UNSUPPORTED_PROTOCOL_HEADER(String param1)
PRT-1007 : Unsupported protocol header received, replying with {0}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CONNECTION_REJECTED_CLOSED(String param1)
PRT-1008 : Connection from {0} rejected. Port closed.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CONNECTION_COUNT_WARN(Number param1, Number param2, Number param3)
PRT-1004 : Connection count {0,number} within {1, number} % of maximum {2,number}Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage BIND_FAILED(String param1, Number param2)
PRT-1009 : FAILED to bind {0} service to {1,number,#} - port in useOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CLOSE()
PRT-1003 : CloseOptional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage CONNECTION_REJECTED_TOO_MANY(String param1, Number param2)
PRT-1005 : Connection from {0} rejected. Maximum connection count ({1, number}) for this port already reached.Optional values are contained in [square brackets] and are numbered sequentially in the method call.
public static LogMessage OPEN()
PRT-1002 : OpenOptional values are contained in [square brackets] and are numbered sequentially in the method call.
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.