|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xindice.server.standard.StdLogManager
StdLogManager
Fields inherited from interface org.apache.xindice.server.LogManager |
LOG_ERROR, LOG_EXCEPTION, LOG_FATAL, LOG_GENERAL, LOG_WARNING |
Constructor Summary | |
StdLogManager()
|
Method Summary | |
void |
dispose()
dispose disposes of the object instance. |
Configuration |
getConfig()
getConfig retrieves the configuration information for the Configurable object instance. |
void |
logMessage(int type,
java.lang.String message)
logMessage logs a message to the LogManager. |
void |
logMessage(int type,
java.lang.String host,
java.lang.String message)
logMessage logs a message to the LogManager. |
void |
logMessage(int type,
java.lang.String host,
java.lang.String user,
java.lang.String message)
logMessage logs a message to the LogManager. |
void |
runTask()
runTask is the entry point for a Xindice interval-based Task. |
void |
setConfig(Configuration config)
setConfig sets the configuration information for the Configurable object instance. |
void |
setKernel(Kernel kernel)
setKernel provides a Kernel callback interface to the implementing object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StdLogManager()
Method Detail |
public void setKernel(Kernel kernel)
KernelAccess
setKernel
in interface KernelAccess
org.apache.xindice.server.KernelAccess
kernel
- the Kernel referencepublic void setConfig(Configuration config)
Configurable
setConfig
in interface Configurable
org.apache.xindice.util.Configurable
config
- The configuration Nodepublic Configuration getConfig()
Configurable
getConfig
in interface Configurable
org.apache.xindice.util.Configurable
public void logMessage(int type, java.lang.String host, java.lang.String user, java.lang.String message)
LogManager
logMessage
in interface LogManager
org.apache.xindice.server.LogManager
type
- The message type.host
- The Host addressuser
- The User namemessage
- The messagepublic void logMessage(int type, java.lang.String host, java.lang.String message)
LogManager
logMessage
in interface LogManager
org.apache.xindice.server.LogManager
type
- The message type.host
- The Host addressmessage
- The messagepublic void logMessage(int type, java.lang.String message)
LogManager
logMessage
in interface LogManager
org.apache.xindice.server.LogManager
type
- The message type.message
- The messagepublic void runTask()
Task
runTask
in interface Task
public void dispose()
Disposable
dispose
in interface Disposable
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |