|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.ethz.iks.slp.impl.StandalonePlatformAbstraction
public class StandalonePlatformAbstraction
Platform abstraction for the standalone implementation.
| Constructor Summary | |
|---|---|
StandalonePlatformAbstraction()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandalonePlatformAbstraction()
| Method Detail |
|---|
public Filter createFilter(String filterString)
throws IllegalArgumentException
PlatformAbstraction
createFilter in interface PlatformAbstractionfilterString - the filter string.
IllegalArgumentExceptionPlatformAbstraction.createFilter(java.lang.String)public boolean isDebugEnabled()
PlatformAbstraction
isDebugEnabled in interface PlatformAbstractionPlatformAbstraction.isDebugEnabled()public boolean isErrorEnabled()
PlatformAbstraction
isErrorEnabled in interface PlatformAbstractionPlatformAbstraction.isErrorEnabled()public boolean isTraceEnabled()
PlatformAbstraction
isTraceEnabled in interface PlatformAbstractionPlatformAbstraction.isTraceEnabled()public boolean isWarningEnabled()
PlatformAbstraction
isWarningEnabled in interface PlatformAbstractionPlatformAbstraction.isWarningEnabled()public void logDebug(String message)
PlatformAbstraction
logDebug in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logDebug(java.lang.String)
public void logDebug(String message,
Throwable exception)
PlatformAbstraction
logDebug in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logDebug(java.lang.String,
java.lang.Throwable)public void logError(String message)
PlatformAbstraction
logError in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logError(java.lang.String)
public void logError(String message,
Throwable exception)
PlatformAbstraction
logError in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logError(java.lang.String,
java.lang.Throwable)public void logTrace(String message)
PlatformAbstraction
logTrace in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logTrace(java.lang.String)
public void logTrace(String message,
Throwable exception)
PlatformAbstraction
logTrace in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logTrace(java.lang.String,
java.lang.Throwable)public void logWarning(String message)
PlatformAbstraction
logWarning in interface PlatformAbstractionmessage - the message.PlatformAbstraction.logWarning(java.lang.String)
public void logWarning(String message,
Throwable exception)
PlatformAbstraction
logWarning in interface PlatformAbstractionmessage - the message.exception - an exception.PlatformAbstraction.logWarning(java.lang.String,
java.lang.Throwable)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||