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

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.AbstractKeyModuleConfigurationImpl
All Implemented Interfaces:
iaik.server.modules.keys.KeyModuleConfiguration
Direct Known Subclasses:
HardwareKeyModuleConfigurationImpl, SoftwareKeyModuleConfigurationImpl

public abstract class AbstractKeyModuleConfigurationImpl
extends Object
implements iaik.server.modules.keys.KeyModuleConfiguration

Base implementation class for the KeyModuleConfiguration interface and the interfaces derived from it.

Version:
$Id$
Author:
Patrick Peck
See Also:
KeyModuleConfiguration

Constructor Summary
AbstractKeyModuleConfigurationImpl(String moduleID)
          Creata new AbstractKeyModuleConfigurationImpl.
 
Method Summary
 String getModuleID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractKeyModuleConfigurationImpl

public AbstractKeyModuleConfigurationImpl(String moduleID)
Creata new AbstractKeyModuleConfigurationImpl.
Parameters:
moduleID - The key module ID of this KeyModuleConfiguration.
Method Detail

getModuleID

public String getModuleID()
Specified by:
getModuleID in interface iaik.server.modules.keys.KeyModuleConfiguration
See Also:
KeyModuleConfiguration.getModuleID()