RemoteException



Uses of Class
java.rmi.RemoteException

Packages that use RemoteException
com.licel.jcardsim.samples.photocard   
com.licel.jcardsim.samples.RMIDemo   
com.licel.jcardsim.samples.SecureRMIDemo   
 

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

Methods in com.licel.jcardsim.samples.photocard that throw RemoteException
 void PhotoCardImpl.deletePhoto(short photoID)
           
 void PhotoCard.deletePhoto(short photoID)
          This method deletes the photo whose ID is specified in the card.
 byte[] PhotoCardImpl.getPhoto(short photoID, short offset, short size)
           
 byte[] PhotoCard.getPhoto(short photoID, short offset, short size)
          This method retrueves a series of bytes belonging to the photo from the smart card at the position specified.
 short PhotoCardImpl.getPhotoSize(short photoID)
           
 short PhotoCard.getPhotoSize(short photoID)
          This method retrieves the photo size whose ID is specified.
 void PhotoCardImpl.loadPhoto(short photoID, byte[] data, short size, short offset, boolean more)
           
 void PhotoCard.loadPhoto(short photoID, byte[] data, short size, short offset, boolean more)
          This method loads a series of bytes belonging to the photo into the smart card at the position specified.
 short PhotoCardImpl.requestPhotoStorage(short size)
           
 short PhotoCard.requestPhotoStorage(short size)
          This method requests the smart card to allocate space to store a photo image of the specified size.
 

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

Methods in com.licel.jcardsim.samples.RMIDemo that throw RemoteException
 void PurseImpl.credit(short m)
           
 void Purse.credit(short m)
           
 void PurseImpl.debit(short m)
           
 void Purse.debit(short m)
           
 byte[] PurseImpl.getAccountNumber()
           
 byte[] Purse.getAccountNumber()
           
 short PurseImpl.getBalance()
           
 short Purse.getBalance()
           
 void PurseImpl.setAccountNumber(byte[] number)
           
 void Purse.setAccountNumber(byte[] number)
           
 

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

Methods in com.licel.jcardsim.samples.SecureRMIDemo that throw RemoteException
 void SecurePurseImpl.credit(short m)
           
 void Purse.credit(short m)
           
 void SecurePurseImpl.debit(short m)
           
 void Purse.debit(short m)
           
 byte[] SecurePurseImpl.getAccountNumber()
           
 byte[] Purse.getAccountNumber()
           
 short SecurePurseImpl.getBalance()
           
 short Purse.getBalance()
           
 void SecurePurseImpl.setAccountNumber(byte[] number)
           
 void Purse.setAccountNumber(byte[] number)