javacard.framework.service
Class RMIService
java.lang.Object
javacard.framework.service.BasicService
javacard.framework.service.RMIService
- All Implemented Interfaces:
- RemoteService, Service
public class RMIService
- extends BasicService
- implements RemoteService
Methods inherited from class javacard.framework.service.BasicService |
fail, getCLA, getINS, getOutputLength, getP1, getP2, getStatusWord, isProcessed, processDataIn, processDataOut, receiveInData, selectingApplet, setOutputLength, setProcessed, setStatusWord, succeed, succeedWithStatusWord |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_RMI_INVOKE_INSTRUCTION
public static final byte DEFAULT_RMI_INVOKE_INSTRUCTION
- See Also:
- Constant Field Values
RMIService
public RMIService(Remote initialObject)
throws NullPointerException
- Throws:
NullPointerException
setInvokeInstructionByte
public void setInvokeInstructionByte(byte ins)
processCommand
public boolean processCommand(APDU apdu)
- Specified by:
processCommand
in interface Service
- Overrides:
processCommand
in class BasicService