KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javacard > framework > service > Dispatcher

javacard.framework.service
Class Dispatcher

java.lang.Object
  |
  +--javacard.framework.service.Dispatcher

public void addService(Service service,
                       byte phase)
                throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Exception dispatch(APDU command,
                          byte phase)
                   throws ServiceException
See Also:
BasicService
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Dispatcher(short maxServices)
           throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void process(APDU command)
             throws ISOException
See Also:
dispatch(APDU,byte)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROCESS_COMMAND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROCESS_INPUT_DATA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROCESS_NONE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final byte PROCESS_OUTPUT_DATA
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeService(Service service,
                          byte phase)
                   throws ServiceException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags