Package javacardx.facilities

Provides the classes and interfaces for the SIO-based service, event and task facilities.

See:
          Description

Interface Summary
EventNotificationListener Classes implementing the EventNotificationListener interface are used by applications which want to be notified of events fired by the Java Card runtime environment or by other applications through the EventRegistry.
ServiceFactory Classes implementing the ServiceFactory interface are used by applications which want to expose SIO-based services to applications.
SharedEvent The SharedEvent interface is the base interface for all events.
 

Class Summary
Event The Event class is the base class for all events notified through the EventRegistry.
EventRegistry The EventRegistry class allows for applications to be notified by the Java Card runtime environment or by other applications of particular conditions.
EventRegistryPermission This class is for event registry access permissions.
ServiceRegistry The ServiceRegistry class allows for applications to register SIO-based services which they want to expose to other applications.
ServiceRegistryPermission This class is for SIO-based service registry access permissions.
TaskRegistry The TaskRegistry class allows for applications to register tasks which will be executed in their own separate thread and which will be automatically restarted in a new thread when the platform is reset.
TaskRegistryPermission This class is for restartable task registry access permissions.
 

Package javacardx.facilities Description

Provides the classes and interfaces for the SIO-based service, event and task facilities.

See Runtime Environment Specification for the Java Card Platform, Connected Edition, chapters 2 and 7 for details.

Since:
Java Card 3.0


Copyright (c) 2009 Sun Microsystems, Inc. All rights reserved.