KickJava   Java API By Example, From Geeks To Geeks.

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

javacard.framework.service
Class CardRemoteObject

java.lang.Object
  |
  +--javacard.framework.service.CardRemoteObject
All Implemented Interfaces:
Remote

public CardRemoteObject()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void export(Remote obj)
                   throws SecurityException
See Also:
SystemException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void unexport(Remote obj)
                     throws SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags