KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > service > Service

javacard.framework.service
Interface Service

All Known Subinterfaces:
RemoteService, SecurityService
All Known Implementing Classes:
BasicService, RMIService

public boolean processCommand(APDU apdu)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean processDataIn(APDU apdu)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean processDataOut(APDU apdu)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags