RMIService



javacard.framework.service
Class RMIService

java.lang.Object
  extended by javacard.framework.service.BasicService
      extended by javacard.framework.service.RMIService
All Implemented Interfaces:
RemoteService, Service

public class RMIService
extends BasicService
implements RemoteService


Field Summary
static byte DEFAULT_RMI_INVOKE_INSTRUCTION
           
 
Constructor Summary
RMIService(Remote initialObject)
           
 
Method Summary
 boolean processCommand(APDU apdu)
           
 void setInvokeInstructionByte(byte ins)
           
 
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
 
Methods inherited from interface javacard.framework.service.Service
processDataIn, processDataOut
 

Field Detail

DEFAULT_RMI_INVOKE_INSTRUCTION

public static final byte DEFAULT_RMI_INVOKE_INSTRUCTION
See Also:
Constant Field Values
Constructor Detail

RMIService

public RMIService(Remote initialObject)
           throws NullPointerException
Throws:
NullPointerException
Method Detail

setInvokeInstructionByte

public void setInvokeInstructionByte(byte ins)

processCommand

public boolean processCommand(APDU apdu)
Specified by:
processCommand in interface Service
Overrides:
processCommand in class BasicService