opencard.core.service
Interface PrimaryCardServiceFactory
- public abstract 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.
- 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. |
setupSmartCard
public 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.