Java Card
v2.2.2

Uses of Interface
javacard.framework.service.Service

Packages that use Service
javacard.framework.service Provides a service framework of classes and interfaces that allow a Java Card technology-based applet to be designed as an aggregation of service components. 
 

Uses of Service in javacard.framework.service
 

Subinterfaces of Service in javacard.framework.service
 interface RemoteService
          This interface defines the generic API for remote object access services, which allow remote processes to access the services present on a Java Card technology-enabled smart card.
 interface SecurityService
          This interface describes the functions of a generic security service.
 

Classes in javacard.framework.service that implement Service
 class BasicService
          This class should be used as the base class for implementing services.
 class RMIService
          An implementation of a service that is used to process Java Card platform RMI requests for remotely accessible objects.
 

Methods in javacard.framework.service with parameters of type Service
 void Dispatcher.addService(Service service, byte phase)
          Atomically adds the specified service to the dispatcher registry for the specified processing phase.
 void Dispatcher.removeService(Service service, byte phase)
          Atomically removes the specified service for the specified processing phase from the dispatcher registry.
 


Java Card
v2.2.2

Copyright © 1993-2005 Sun Microsystems, Inc. 4150 Network Circle,
Santa Clara, CA, 95054, U.S.A. All Rights Reserved.