Java Card
v2.2.2

Uses of Interface
java.rmi.Remote

Packages that use Remote
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 Remote in javacard.framework.service
 

Classes in javacard.framework.service that implement Remote
 class CardRemoteObject
          A convenient base class for remote objects for the Java Card platform.
 

Methods in javacard.framework.service with parameters of type Remote
static void CardRemoteObject.export(Remote obj)
          Exports the specified remote object.
static void CardRemoteObject.unexport(Remote obj)
          Unexports the specified remote object.
 

Constructors in javacard.framework.service with parameters of type Remote
RMIService(Remote initialObject)
          Creates a new RMIService and sets the specified remote object as the initial reference for the applet.
 


Java Card
v2.2.2

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