at.gv.egovernment.moa.spss.server.iaik.config
Class LoggerConfigImpl

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.LoggerConfigImpl
All Implemented Interfaces:
iaik.logging.LoggerConfig

public class LoggerConfigImpl
extends Object
implements iaik.logging.LoggerConfig

Default implementation of the LoggerConfig interface.

Version:
$Id$
Author:
Patrick Peck

Constructor Summary
LoggerConfigImpl()
           
 
Method Summary
 String getFactory()
           
 String getNodeId()
           
 Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConfigImpl

public LoggerConfigImpl()
Method Detail

getFactory

public String getFactory()
Specified by:
getFactory in interface iaik.logging.LoggerConfig

getProperties

public Properties getProperties()
                         throws iaik.logging.LogConfigurationException
Specified by:
getProperties in interface iaik.logging.LoggerConfig

getNodeId

public String getNodeId()
Specified by:
getNodeId in interface iaik.logging.LoggerConfig