Remote



Uses of Interface
java.rmi.Remote

Packages that use Remote
com.licel.jcardsim.samples.photocard   
com.licel.jcardsim.samples.RMIDemo   
com.licel.jcardsim.samples.SecureRMIDemo   
javacard.framework.service   
 

Uses of Remote in com.licel.jcardsim.samples.photocard
 

Subinterfaces of Remote in com.licel.jcardsim.samples.photocard
 interface PhotoCard
          PhotoCard interface Defines methods to be used as interface between photo client and storage smart card
 

Classes in com.licel.jcardsim.samples.photocard that implement Remote
 class PhotoCardImpl
           
 

Uses of Remote in com.licel.jcardsim.samples.RMIDemo
 

Subinterfaces of Remote in com.licel.jcardsim.samples.RMIDemo
 interface Purse
           
 

Classes in com.licel.jcardsim.samples.RMIDemo that implement Remote
 class PurseImpl
           
 

Uses of Remote in com.licel.jcardsim.samples.SecureRMIDemo
 

Classes in com.licel.jcardsim.samples.SecureRMIDemo that implement Remote
 class SecurePurseImpl
           
 

Uses of Remote in javacard.framework.service
 

Classes in javacard.framework.service that implement Remote
 class CardRemoteObject
           
 

Methods in javacard.framework.service with parameters of type Remote
static void CardRemoteObject.export(Remote obj)
           
static void CardRemoteObject.unexport(Remote obj)
           
 

Constructors in javacard.framework.service with parameters of type Remote
RMIService(Remote initialObject)