public class ALLogger extends ALProxy
| Modifier and Type | Method and Description |
|---|---|
void |
clearStats() |
void |
debug(java.lang.String moduleName,
java.lang.String message)
DEPRECATED.
|
void |
error(java.lang.String moduleName,
java.lang.String message)
DEPRECATED.
|
void |
exit()
Exits and unregisters the module.
|
void |
fatal(java.lang.String moduleName,
java.lang.String message)
DEPRECATED.
|
java.lang.String |
getBrokerName()
Gets the name of the parent broker.
|
java.lang.Object |
getMethodHelp(java.lang.String methodName)
Retrieves a method's description.
|
java.util.List<java.lang.String> |
getMethodList()
Retrieves the module's method list.
|
java.lang.Object |
getModuleHelp()
Retrieves the module's description.
|
java.lang.String |
getUsage(java.lang.String name)
Gets the method usage string.
|
void |
info(java.lang.String moduleName,
java.lang.String message)
DEPRECATED.
|
java.lang.Boolean |
isRunning(java.lang.Integer id)
Returns true if the method is currently running.
|
java.lang.Boolean |
isStatsEnabled() |
java.lang.Boolean |
isTraceEnabled() |
void |
logInFile(java.lang.String param1)
Removed: not implemented anymore.
|
void |
logInForwarder(java.lang.String param1)
Removed: not implemented anymore.
|
java.lang.Boolean |
ping()
Just a ping.
|
void |
removeHandler(java.lang.String param1)
Removed: not implemented anymore.
|
void |
setVerbosity(java.lang.String param1)
Removed: not implemented anymore.
|
void |
stop(java.lang.Integer id)
returns true if the method is currently running
|
java.lang.Integer |
verbosity()
Removed: not implemented anymore.
|
java.lang.String |
version()
Returns the version of the module.
|
java.lang.Boolean |
wait(java.lang.Integer id,
java.lang.Integer timeoutPeriod)
Wait for the end of a long running method that was called using 'post'
|
void |
warn(java.lang.String moduleName,
java.lang.String message)
DEPRECATED: use qiLogWarning instead.
|
call, connect, connect, disconnect, getNaoqiType, getService, isProxyReady, setServicepublic ALLogger(Session session) throws java.lang.Exception
java.lang.Exceptionpublic java.lang.Boolean isStatsEnabled()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic void clearStats()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.Boolean isTraceEnabled()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic void exit()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.String version()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.Boolean ping()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.util.List<java.lang.String> getMethodList()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.Object getMethodHelp(java.lang.String methodName)
throws CallError,
java.lang.InterruptedException
methodName - The name of the method.CallErrorjava.lang.InterruptedExceptionpublic java.lang.Object getModuleHelp()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.Boolean wait(java.lang.Integer id,
java.lang.Integer timeoutPeriod)
throws CallError,
java.lang.InterruptedException
id - The ID of the method that was returned when calling the method using 'post'timeoutPeriod - The timeout period in ms. To wait indefinately, use a timeoutPeriod of zero.CallErrorjava.lang.InterruptedExceptionpublic java.lang.Boolean isRunning(java.lang.Integer id)
throws CallError,
java.lang.InterruptedException
id - The ID of the method that was returned when calling the method using 'post'CallErrorjava.lang.InterruptedExceptionpublic void stop(java.lang.Integer id)
throws CallError,
java.lang.InterruptedException
id - the ID of the method to wait forCallErrorjava.lang.InterruptedExceptionpublic java.lang.String getBrokerName()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.String getUsage(java.lang.String name)
throws CallError,
java.lang.InterruptedException
name - The name of the method.CallErrorjava.lang.InterruptedExceptionpublic void fatal(java.lang.String moduleName,
java.lang.String message)
throws CallError,
java.lang.InterruptedException
moduleName - Name of the module.message - Log Message.CallErrorjava.lang.InterruptedExceptionpublic void error(java.lang.String moduleName,
java.lang.String message)
throws CallError,
java.lang.InterruptedException
moduleName - Name of the module.message - Log Message.CallErrorjava.lang.InterruptedExceptionpublic void warn(java.lang.String moduleName,
java.lang.String message)
throws CallError,
java.lang.InterruptedException
moduleName - Name of the module.message - Log Message.CallErrorjava.lang.InterruptedExceptionpublic void info(java.lang.String moduleName,
java.lang.String message)
throws CallError,
java.lang.InterruptedException
moduleName - Name of the module.message - Log Message.CallErrorjava.lang.InterruptedExceptionpublic void debug(java.lang.String moduleName,
java.lang.String message)
throws CallError,
java.lang.InterruptedException
moduleName - Name of the module.message - Log Message.CallErrorjava.lang.InterruptedExceptionpublic void setVerbosity(java.lang.String param1)
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic java.lang.Integer verbosity()
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic void logInFile(java.lang.String param1)
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionpublic void logInForwarder(java.lang.String param1)
throws CallError,
java.lang.InterruptedException
CallErrorjava.lang.InterruptedExceptionAldebaran SDK for Java
Copyright 2006-2015 Aldebaran Robotics. All Rights Reserved.