javacard.framework.service
Class Dispatcher
java.lang.Object
javacard.framework.service.Dispatcher
public class Dispatcher
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROCESS_COMMAND
public static final byte PROCESS_COMMAND
- See Also:
- Constant Field Values
PROCESS_INPUT_DATA
public static final byte PROCESS_INPUT_DATA
- See Also:
- Constant Field Values
PROCESS_NONE
public static final byte PROCESS_NONE
- See Also:
- Constant Field Values
PROCESS_OUTPUT_DATA
public static final byte PROCESS_OUTPUT_DATA
- See Also:
- Constant Field Values
Dispatcher
public Dispatcher(short maxServices)
throws ServiceException
- Throws:
ServiceException
addService
public void addService(Service service,
byte phase)
throws ServiceException
- Throws:
ServiceException
removeService
public void removeService(Service service,
byte phase)
throws ServiceException
- Throws:
ServiceException
dispatch
public Exception dispatch(APDU command,
byte phase)
throws ServiceException
- Throws:
ServiceException
process
public void process(APDU command)
throws ISOException
- Throws:
ISOException