public class RMIService
extends javacard.framework.service.BasicService
implements javacard.framework.service.RemoteService
| Modifier and Type | Field and Description |
|---|---|
static byte |
DEFAULT_RMI_INVOKE_INSTRUCTION |
| Constructor and Description |
|---|
RMIService(Remote initialObject) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
processCommand(javacard.framework.APDU apdu) |
void |
setInvokeInstructionByte(byte ins) |
fail, getCLA, getINS, getOutputLength, getP1, getP2, getStatusWord, isProcessed, processDataIn, processDataOut, receiveInData, selectingApplet, setOutputLength, setProcessed, setStatusWord, succeed, succeedWithStatusWordpublic static final byte DEFAULT_RMI_INVOKE_INSTRUCTION
public RMIService(Remote initialObject) throws NullPointerException
NullPointerExceptionpublic void setInvokeInstructionByte(byte ins)
public boolean processCommand(javacard.framework.APDU apdu)
processCommand in interface javacard.framework.service.ServiceprocessCommand in class javacard.framework.service.BasicService