public class SsoServerLoggingSvcImpl extends SsoServerLoggingSvc
Modifier and Type | Field and Description |
---|---|
static String |
DB_HANDLER_NAME |
static String |
FILE_HANDLER_NAME |
static String |
REMOTE_HANDLER_NAME |
static String |
SECURE_FILE_HANDLER_NAME |
LoggingBufferSize, LoggingBufferTime, LoggingLocation, LoggingLoggers, LoggingMaxLogSize, LoggingNumHistFiles, LoggingRecsRejected, LoggingSecure, LoggingTimeBuffering, LoggingType, SsoServerLoggingHdlrTable
Constructor and Description |
---|
SsoServerLoggingSvcImpl(com.sun.management.snmp.agent.SnmpMib myMib)
Constructor
|
SsoServerLoggingSvcImpl(com.sun.management.snmp.agent.SnmpMib myMib,
MBeanServer server) |
Modifier and Type | Method and Description |
---|---|
SsoServerLoggingHdlrEntryImpl |
getHandler(String handlerName)
Provides the handle to the specific handler
eg.
|
void |
incSsoServerLoggingRecsRejected()
Incrementer for the "LoggingRecsRejected" variable.
|
void |
setSsoServerLoggingBufferSize(long l)
Setter for the "LoggingBufferSize" variable.
|
void |
setSsoServerLoggingBufferTime(long l)
Setter for the "LoggingBufferTime" variable.
|
void |
setSsoServerLoggingLocation(String s)
Setter for the "LoggingLocation" variable.
|
void |
setSsoServerLoggingLoggers(Integer l)
Setter for the "LoggingLoggers" variable.
|
void |
setSsoServerLoggingMaxLogSize(long l)
Setter for the "LoggingMaxLogSize" variable.
|
void |
setSsoServerLoggingNumberHistoryFiles(long l)
Setter for the "LoggingNumberHistoryFiles" variable.
|
void |
setSsoServerLoggingRecsRejected(long l)
Setter for the "LoggingRecsRejected" variable.
|
void |
setSsoServerLoggingSecure(String s)
Setter for the "LoggingSecure" variable.
|
void |
setSsoServerLoggingTimeBuffering(String s)
Setter for the "LoggingTimeBuffering" variable.
|
void |
setSsoServerLoggingType(String s)
Setter for the "LoggingType" variable.
|
accessSsoServerLoggingHdlrTable, getLoggingBufferSize, getLoggingBufferTime, getLoggingLocation, getLoggingLoggers, getLoggingMaxLogSize, getLoggingNumHistFiles, getLoggingRecsRejected, getLoggingSecure, getLoggingTimeBuffering, getLoggingType, getSsoServerLoggingHdlrTable
public static final String DB_HANDLER_NAME
public static final String FILE_HANDLER_NAME
public static final String SECURE_FILE_HANDLER_NAME
public static final String REMOTE_HANDLER_NAME
public SsoServerLoggingSvcImpl(com.sun.management.snmp.agent.SnmpMib myMib)
public SsoServerLoggingSvcImpl(com.sun.management.snmp.agent.SnmpMib myMib, MBeanServer server)
public void setSsoServerLoggingLoggers(Integer l)
public void setSsoServerLoggingBufferSize(long l)
public void setSsoServerLoggingBufferTime(long l)
public void setSsoServerLoggingTimeBuffering(String s)
public void setSsoServerLoggingSecure(String s)
public void setSsoServerLoggingNumberHistoryFiles(long l)
public void setSsoServerLoggingMaxLogSize(long l)
public void setSsoServerLoggingLocation(String s)
public void setSsoServerLoggingType(String s)
public void setSsoServerLoggingRecsRejected(long l)
public void incSsoServerLoggingRecsRejected()
public SsoServerLoggingHdlrEntryImpl getHandler(String handlerName)
handlerName
- String which acts as key to retrieve handler
from the map. The allowed keys are DB_HANDLER_NAME,
FILE_HANDLER_NAME etc.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.