fr.paris.lutece.plugins.comarquage.util.cache
Interface IKeyAdapter

All Known Implementing Classes:
AbstractKeyAdapter, DiskCardKeyAdapter, HttpCardKeyAdapter

public interface IKeyAdapter

The key adapter interface for comarquage


Method Summary
 java.lang.Object adaptKey(java.io.Serializable key)
          Return an adaptation of the key in one technologie / view...
 java.lang.String getDescription()
          Return a description of the implementation adapter
 void init(java.lang.String strBase)
          Init the instance with params based on prefix strBase
 

Method Detail

init

void init(java.lang.String strBase)
Init the instance with params based on prefix strBase

Parameters:
strBase - The prefix of params to search

getDescription

java.lang.String getDescription()
Return a description of the implementation adapter

Returns:
a description of the implementation adapter

adaptKey

java.lang.Object adaptKey(java.io.Serializable key)
Return an adaptation of the key in one technologie / view...

Parameters:
key - the key to adapt
Returns:
an adaptation of the key in one technologie / view...


Copyright © 2012 Mairie de Paris. All Rights Reserved.