|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlatformAbstraction
Platform abstraction interface. Used to hide the different implementations for the OSGi platform and for stand-alone Java.
| Method Summary | |
|---|---|
Filter |
createFilter(String filterString)
Create an LDAP filter. |
boolean |
isDebugEnabled()
Is debug enabled? |
boolean |
isErrorEnabled()
Is error enabled? |
boolean |
isTraceEnabled()
Is trace enabled? |
boolean |
isWarningEnabled()
Is warning enabled? |
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 |
logTrace(String message)
Write a trace message to the log. |
void |
logTrace(String message,
Throwable exception)
Write a trace message 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. |
| Method Detail |
|---|
boolean isDebugEnabled()
void logDebug(String message)
message - the message.
void logDebug(String message,
Throwable exception)
message - the message.exception - an exception.boolean isTraceEnabled()
void logTrace(String message)
message - the message.
void logTrace(String message,
Throwable exception)
message - the message.exception - an exception.boolean isWarningEnabled()
void logWarning(String message)
message - the message.
void logWarning(String message,
Throwable exception)
message - the message.exception - an exception.boolean isErrorEnabled()
void logError(String message)
message - the message.
void logError(String message,
Throwable exception)
message - the message.exception - an exception.Filter createFilter(String filterString)
filterString - the filter string.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||