KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.framework.service
Class RMIService

java.lang.Object
  |
  +--javacard.framework.service.BasicService
        |
        +--javacard.framework.service.RMIService
All Implemented Interfaces:
RemoteService, Service

public static final byte DEFAULT_RMI_INVOKE_INSTRUCTION
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean processCommand(APDU apdu)
See Also:
CardRemoteObject, SecurityException, ServiceException, BasicService, Service
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RMIService(Remote initialObject)
           throws NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setInvokeInstructionByte(byte ins)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags