public class DispatcherImpl
extends javacard.framework.service.Dispatcher
| Constructor and Description |
|---|
DispatcherImpl(short maxServices) |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(javacard.framework.service.Service service,
byte phase) |
Exception |
dispatch(javacard.framework.APDU command,
byte phase) |
void |
process(javacard.framework.APDU command) |
void |
removeService(javacard.framework.service.Service service,
byte phase) |
public DispatcherImpl(short maxServices)
throws javacard.framework.service.ServiceException
javacard.framework.service.ServiceExceptionpublic void addService(javacard.framework.service.Service service,
byte phase)
throws javacard.framework.service.ServiceException
addService in class javacard.framework.service.Dispatcherjavacard.framework.service.ServiceExceptionpublic void removeService(javacard.framework.service.Service service,
byte phase)
throws javacard.framework.service.ServiceException
removeService in class javacard.framework.service.Dispatcherjavacard.framework.service.ServiceExceptionpublic Exception dispatch(javacard.framework.APDU command, byte phase) throws javacard.framework.service.ServiceException
dispatch in class javacard.framework.service.Dispatcherjavacard.framework.service.ServiceExceptionpublic void process(javacard.framework.APDU command)
throws javacard.framework.ISOException
process in class javacard.framework.service.Dispatcherjavacard.framework.ISOException