|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
com.licel.jcardsim.remote.JavaCardRemoteServer
public class JavaCardRemoteServer
RMI Server
| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Fields inherited from interface com.licel.jcardsim.remote.JavaCardRemoteInterface |
|---|
RMI_SERVER_ID |
| Constructor Summary | |
|---|---|
JavaCardRemoteServer(String host,
int port)
|
|
| Method Summary | |
|---|---|
SerializableAID |
createApplet(SerializableAID aid,
byte[] bArray,
short bOffset,
byte bLength)
Imlementation |
byte[] |
getATR()
Imlementation |
SerializableAID |
loadApplet(SerializableAID aid,
String appletClassName)
Imlementation |
SerializableAID |
loadApplet(SerializableAID aid,
String appletClassName,
byte[] appletJarContents)
Imlementation |
static void |
main(String[] args)
|
void |
reset()
Imlementation |
boolean |
selectApplet(SerializableAID aid)
Imlementation |
byte[] |
transmitCommand(byte[] data)
Imlementation |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public JavaCardRemoteServer(String host, int port) throws RemoteException
RemoteException| Method Detail |
|---|
public static void main(String[] args) throws Exception
Exceptionpublic SerializableAID loadApplet(SerializableAID aid, String appletClassName) throws RemoteException
loadApplet in interface JavaCardRemoteInterfaceRemoteExceptionpublic SerializableAID loadApplet(SerializableAID aid, String appletClassName, byte[] appletJarContents) throws RemoteException
loadApplet in interface JavaCardRemoteInterfaceRemoteExceptionpublic SerializableAID createApplet(SerializableAID aid, byte[] bArray, short bOffset, byte bLength) throws RemoteException
createApplet in interface JavaCardRemoteInterfaceRemoteException
public byte[] transmitCommand(byte[] data)
throws RemoteException
transmitCommand in interface JavaCardRemoteInterfaceRemoteExceptionpublic boolean selectApplet(SerializableAID aid) throws RemoteException
selectApplet in interface JavaCardRemoteInterfaceRemoteException
public void reset()
throws RemoteException
reset in interface JavaCardRemoteInterfaceRemoteException
public byte[] getATR()
throws RemoteException
getATR in interface JavaCardRemoteInterfaceRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||