
public class OSGiPlatformAbstraction extends Object implements PlatformAbstraction, org.osgi.framework.ServiceListener
| Modifier and Type | Method and Description |
|---|---|
Filter |
createFilter(String filterString)
Create an LDAP filter.
|
void |
logDebug(String message)
Write a debug message to the log.
|
void |
logDebug(String message,
Throwable exception)
Write a debug message to the log.
|
void |
logError(String message)
Write an error message to the log.
|
void |
logError(String message,
Throwable exception)
Write an error message to the log.
|
void |
logTraceDrop(String message)
Trace a drop to the log.
|
void |
logTraceMessage(String message)
Trace a generic message to the log.
|
void |
logTraceReg(String message)
Trace a registration to the log.
|
void |
logWarning(String message)
Write a warning message to the log.
|
void |
logWarning(String message,
Throwable exception)
Write a warning message to the log.
|
void |
serviceChanged(org.osgi.framework.ServiceEvent event) |
public Filter createFilter(String filterString)
PlatformAbstractioncreateFilter in interface PlatformAbstractionfilterString - the filter string.PlatformAbstraction.createFilter(java.lang.String)public void logDebug(String message)
PlatformAbstractionlogDebug in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logDebug(java.lang.String)public void logDebug(String message, Throwable exception)
PlatformAbstractionlogDebug in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logDebug(java.lang.String,
java.lang.Throwable)public void logError(String message)
PlatformAbstractionlogError in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logError(java.lang.String)public void logError(String message, Throwable exception)
PlatformAbstractionlogError in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logError(java.lang.String,
java.lang.Throwable)public void logTraceMessage(String message)
PlatformAbstractionlogTraceMessage in interface PlatformAbstractionPlatformAbstraction.logTraceMessage(java.lang.String)public void logTraceDrop(String message)
PlatformAbstractionlogTraceDrop in interface PlatformAbstractionPlatformAbstraction.logTraceDrop(java.lang.String)public void logTraceReg(String message)
PlatformAbstractionlogTraceReg in interface PlatformAbstractionPlatformAbstraction.logTraceMessage(java.lang.String)public void logWarning(String message)
PlatformAbstractionlogWarning in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logWarning(java.lang.String)public void logWarning(String message, Throwable exception)
PlatformAbstractionlogWarning in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logWarning(java.lang.String,
java.lang.Throwable)public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListenerServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)Copyright © 2018 universAAL Consortium. All rights reserved.