Package opencard.core.service
Interface PrimaryCardServiceFactory
-
public interface PrimaryCardServiceFactoryOf all the CardServiceFactories available for a particular smart card, one must be the primary CardServiceFactory. The CardServiceScheduler will invoke the setupSmartCard() method when a smart card is accessed the first time.- Author:
- Dirk Husemann (hud@zurich.ibm.com)
- See Also:
CardServiceRegistry,CardServiceFactory,CardService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetupSmartCard(SlotChannel slotChannel)Before a smart card is accessed the first time, CardServiceRegistry will invoke setupSmartCard() on the first PrimaryCardServiceFactory it finds.
-
-
-
Method Detail
-
setupSmartCard
void setupSmartCard(SlotChannel slotChannel)
Before a smart card is accessed the first time, CardServiceRegistry will invoke setupSmartCard() on the first PrimaryCardServiceFactory it finds.- Parameters:
slotChannel- The SlotChannel to the smart card.
-
-