opencard.core.service
Interface PrimaryCardServiceFactory


public interface PrimaryCardServiceFactory

Of 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.

Version:
$Id: PrimaryCardServiceFactory.java,v 1.1.1.1 1999/10/05 15:34:31 damke Exp $
Author:
Dirk Husemann (hud@zurich.ibm.com)
See Also:
CardServiceRegistry, CardServiceFactory, CardService

Method Summary
 void setupSmartCard(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.