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)
PlatformAbstraction
createFilter
in interface PlatformAbstraction
filterString
- the filter string.PlatformAbstraction.createFilter(java.lang.String)
public void logDebug(String message)
PlatformAbstraction
logDebug
in interface PlatformAbstraction
message
- the message.PlatformAbstraction.logDebug(java.lang.String)
public void logDebug(String message, Throwable exception)
PlatformAbstraction
logDebug
in interface PlatformAbstraction
message
- the message.exception
- an exception.PlatformAbstraction.logDebug(java.lang.String,
java.lang.Throwable)
public void logError(String message)
PlatformAbstraction
logError
in interface PlatformAbstraction
message
- the message.PlatformAbstraction.logError(java.lang.String)
public void logError(String message, Throwable exception)
PlatformAbstraction
logError
in interface PlatformAbstraction
message
- the message.exception
- an exception.PlatformAbstraction.logError(java.lang.String,
java.lang.Throwable)
public void logTraceMessage(String message)
PlatformAbstraction
logTraceMessage
in interface PlatformAbstraction
PlatformAbstraction.logTraceMessage(java.lang.String)
public void logTraceDrop(String message)
PlatformAbstraction
logTraceDrop
in interface PlatformAbstraction
PlatformAbstraction.logTraceDrop(java.lang.String)
public void logTraceReg(String message)
PlatformAbstraction
logTraceReg
in interface PlatformAbstraction
PlatformAbstraction.logTraceMessage(java.lang.String)
public void logWarning(String message)
PlatformAbstraction
logWarning
in interface PlatformAbstraction
message
- the message.PlatformAbstraction.logWarning(java.lang.String)
public void logWarning(String message, Throwable exception)
PlatformAbstraction
logWarning
in interface PlatformAbstraction
message
- 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.ServiceListener
ServiceListener.serviceChanged(org.osgi.framework.ServiceEvent)
Copyright © 2018 universAAL Consortium. All rights reserved.