|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.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
Exception
public SerializableAID loadApplet(SerializableAID aid, String appletClassName) throws RemoteException
loadApplet
in interface JavaCardRemoteInterface
RemoteException
public SerializableAID loadApplet(SerializableAID aid, String appletClassName, byte[] appletJarContents) throws RemoteException
loadApplet
in interface JavaCardRemoteInterface
RemoteException
public SerializableAID createApplet(SerializableAID aid, byte[] bArray, short bOffset, byte bLength) throws RemoteException
createApplet
in interface JavaCardRemoteInterface
RemoteException
public byte[] transmitCommand(byte[] data) throws RemoteException
transmitCommand
in interface JavaCardRemoteInterface
RemoteException
public boolean selectApplet(SerializableAID aid) throws RemoteException
selectApplet
in interface JavaCardRemoteInterface
RemoteException
public void reset() throws RemoteException
reset
in interface JavaCardRemoteInterface
RemoteException
public byte[] getATR() throws RemoteException
getATR
in interface JavaCardRemoteInterface
RemoteException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |