Modifier and Type | Method and Description |
---|---|
static Logger |
Logger.getInstance(Class<?> ownerClass)
Gets a logger instance.
|
static Logger |
Logger.getInstance(Logger log4jLogger)
Gets a logger instance.
|
static Logger |
Logger.getInstance(String name)
Gets a logger instance.
|
Logger |
StringLogger.getLogger()
Gets the logger.
|
static Logger |
Logger.getMidnightLogger()
Gets the MIDNIGHT logger.
|
Modifier and Type | Method and Description |
---|---|
Optional<Logger.LogLevel> |
Logger.LogListener.onLog(Logger logger,
Logger.LogLevel logLevel,
Message message)
Called before logging occurs.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
SessionProxy.getThisLogger()
Gets the logger for this instance.
|
Modifier and Type | Method and Description |
---|---|
Remote |
RegistryEntry.lookup(String sessionMode,
Logger logger)
Performs a lookup of the registry entry.
|
SessionProxy.Builder |
SessionProxy.Builder.setClientLogger(Logger clientLogger)
Sets the client logger.
|
Constructor and Description |
---|
SessionClientContext(RegistryEntry registryEntry,
Logger logger)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
Logger |
SecurityContext.getLogger()
Gets the logger instance.
|
protected Logger |
Realm.getThisLogger()
Gets the logger.
|
Constructor and Description |
---|
ClientSecurityContext(Logger logger)
Constructs an instance.
|
KeyStoreConfig(Logger logger)
Constructs an instance.
|
SecurityContext(Logger logger)
Constructs an instance.
|
ServerSecurityContext(Logger logger)
Constructs an instance.
|
StoreConfig(Logger logger)
Constructs an instance.
|
TrustStoreConfig(Logger logger)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
TopicProxy.Builder |
TopicProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
TopicProxy.Publisher.Builder |
TopicProxy.Publisher.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
TopicProxy.Subscriber.Builder |
TopicProxy.Subscriber.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
protected SOMProxy.Builder |
SOMProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Builder |
QueueProxy.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Receiver.Builder |
QueueProxy.Receiver.Builder.prepare(KeyedGroups configProperties,
KeyedGroups queueProperties,
String clientName,
Logger clientLogger)
Prepares.
|
QueueProxy.Sender.Builder |
QueueProxy.Sender.Builder.prepare(KeyedGroups configProperties,
KeyedGroups somProperties,
String clientName,
Logger clientLogger)
Prepares.
|
Modifier and Type | Method and Description |
---|---|
boolean |
StoreSessionProxy.subscribeAndCheck(Collection<UUID> pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.subscribeAndCheck(UUID[] pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.subscribeAndCheck(UUID pointUUID,
Logger logger)
Subscribes to point value events and check the response.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(Collection<UUID> pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(UUID[] pointUUIDs,
Logger logger)
Subscribes to point values events and check the responses.
|
boolean |
StoreSessionProxy.unsubscribeAndCheck(UUID pointUUID,
Logger logger)
Subscribes to point value events and check the response.
|
boolean |
StoreSessionProxy.updateAndCheck(Collection<PointValue> pointValues,
Logger logger)
Updates point values and check the responses.
|
boolean |
StoreSessionProxy.updateAndCheck(PointValue[] pointValues,
Logger logger)
Updates point values and check the responses.
|
boolean |
StoreSessionProxy.updateAndCheck(PointValue pointValue,
Logger logger)
Updates a point value and check the response.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Sync.Abstract.getThisLogger()
Gets the logger.
|
Constructor and Description |
---|
StorageMonitor(Logger logger)
Constructs an instance.
|
StorageMonitor(Logger logger,
Optional<StorageMonitor.StateTransitionHandler> onWarn,
Optional<StorageMonitor.StateTransitionHandler> onAlert)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
KeyedValues.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
PointValue.getThisLogger()
Gets the logger for this instance.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Config.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
AbstractEntity.getThisLogger()
Gets the logger.
|
protected Logger |
AbstractEntity.Builder.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
DocumentLoader.getThisLogger()
Gets the document logger.
|
Modifier and Type | Method and Description |
---|---|
Logger |
ForwarderModule.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
BatchControl.Builder |
BatchControl.Builder.setLogger(Logger logger)
Sets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
ForwarderFilter.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
StoreClient.getThisLogger()
Gets the logger.
|
protected Logger |
HTTPModule.Abstract.getThisLogger()
Gets the logger.
|
protected Logger |
AbstractServlet.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
NoticeContext.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Proxied.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
AbstractBehavior.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
ScriptExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
PipeExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
EngineExecutor.newContext(Params params,
Logger logger)
Returns a new context.
|
boolean |
ScriptExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
PipeExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
EngineExecutor.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
RemoteEngineSessionImpl.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
RemoteEngineSession.newContext(Params params,
Logger logger)
Returns a new context.
|
Serializable |
RemoteEngineProxy.newContext(Params params,
Logger logger)
Returns a new context.
|
boolean |
RemoteEngineSessionImpl.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineSession.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
boolean |
RemoteEngineProxy.setUp(String name,
Params params,
Config config,
Logger logger)
Sets up this engine executor.
|
Modifier and Type | Method and Description |
---|---|
Logger |
Task.Context.getLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
Program |
RPNEngine.compile(String source,
Optional<Map<String,MacroDef>> macroDefs,
Optional<Map<String,Program>> wordDefs,
Logger logger)
Compile a Program from a source String.
|
PointValue |
RPNExecutor.execute(String source,
String[] macros,
String[] words,
ResultValue resultValue,
Logger logger)
Executes the program compiled from the source on the resultValue's
inputs.
|
Constructor and Description |
---|
Context(ResultValue resultValue,
boolean failReturnsNull,
Optional<Batch> batch,
Optional<TimeZone> timeZone,
Logger logger)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Operations.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Receptionist.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
StatsHolder.getThisLogger()
Gets the logger.
|
protected Logger |
ServiceBaseImpl.getThisLogger()
Gets the logger.
|
Logger |
Alerter.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceThread.interruptAndJoin(Logger logger,
long joinTimeout)
Interrupts this thread and waits for its death.
|
boolean |
ServiceThread.join(Logger logger,
long timeout)
Waits for the death of this thread.
|
void |
ServiceThread.setLogger(Logger logger)
Sets the logger.
|
Constructor and Description |
---|
ThreadExecutor(Optional<Logger> logger)
Constructs an instance.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
ServiceAppImpl.getThisLogger()
Gets the logger for this instance.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
SessionImpl.getThisLogger()
Gets the logger.
|
protected Logger |
SessionFactoryImpl.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
static SessionSecurityContext |
SessionFactoryImpl.createSecurityContext(KeyedGroups configProperties,
KeyedGroups securityProperties,
Logger logger)
Creates a security context.
|
boolean |
ServiceRegistry.register(SessionFactory sessionFactory,
String name,
Logger logger)
Registers.
|
String |
ServiceRegistry.registerServer(SessionFactory server,
URI serverURI,
Logger logger)
Registers a RMI server.
|
void |
ServiceRegistry.unregister(String name,
Logger logger)
Unregisters.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
AbstractStore.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
ServerSupport.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
UpdatesListener.Abstract.getThisLogger()
Gets the logger.
|
protected Logger |
StoreServer.Abstract.getThisLogger()
Gets the logger.
|
protected Logger |
Replicator.Abstract.getThisLogger()
Gets the logger.
|
protected Logger |
Notifier.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
Archiver.Abstract.getThisLogger()
Gets this logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
SinkModule.Abstract.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
StoreDataSource.getThisLogger()
Gets the logger.
|
Modifier and Type | Method and Description |
---|---|
protected Logger |
DialectSupport.Abstract.getThisLogger()
Gets the logger.
|
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.