Service



Uses of Interface
javacard.framework.service.Service

Packages that use Service
javacard.framework.service   
 

Uses of Service in javacard.framework.service
 

Subinterfaces of Service in javacard.framework.service
 interface RemoteService
           
 interface SecurityService
           
 

Classes in javacard.framework.service that implement Service
 class BasicService
           
 class RMIService
           
 

Methods in javacard.framework.service with parameters of type Service
 void Dispatcher.addService(Service service, byte phase)
           
 void Dispatcher.removeService(Service service, byte phase)