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

java.lang.Object
  |
  +--at.gv.egovernment.moa.spss.server.iaik.config.DataBaseArchiveParameterImpl
All Implemented Interfaces:
iaik.pki.store.revocation.archive.ArchiveParameter, iaik.pki.store.revocation.archive.db.DataBaseArchiveParameter

public class DataBaseArchiveParameterImpl
extends Object
implements iaik.pki.store.revocation.archive.db.DataBaseArchiveParameter

An implementation of the DataBaseArchiveParameter interface.

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

Constructor Summary
DataBaseArchiveParameterImpl(String jDBCUrl)
          Create a new DataBaseArchiveParameterImpl.
 
Method Summary
 String getJDBCUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBaseArchiveParameterImpl

public DataBaseArchiveParameterImpl(String jDBCUrl)
Create a new DataBaseArchiveParameterImpl.
Parameters:
jDBCUrl - The JDBC URL of the archive.
Method Detail

getJDBCUrl

public String getJDBCUrl()
Specified by:
getJDBCUrl in interface iaik.pki.store.revocation.archive.db.DataBaseArchiveParameter
See Also:
DataBaseArchiveParameter.getJDBCUrl()