de.willuhn.jameica.hbci.passports.rdh.server
Class PassportImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
de.willuhn.jameica.hbci.passports.rdh.server.PassportImpl
- All Implemented Interfaces:
- de.willuhn.jameica.hbci.passport.Passport, java.io.Serializable, java.rmi.Remote
public class PassportImpl
- extends java.rmi.server.UnicastRemoteObject
- implements Passport
Implementierung des Passports fuer Schluesseldiskette.
- Author:
- willuhn
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
|
Method Summary |
java.lang.Class |
getConfigDialog()
|
de.willuhn.jameica.hbci.passport.PassportHandle |
getHandle()
|
protected de.willuhn.jameica.hbci.rmi.Konto |
getKonto()
Liefert das Konto, fuer das der Passport gerade zustaendig ist. |
java.lang.String |
getName()
|
void |
init(de.willuhn.jameica.hbci.rmi.Konto konto)
|
| 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 |
PassportImpl
public PassportImpl()
throws java.rmi.RemoteException
- ct.
- Throws:
java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
- Specified by:
getName in interface de.willuhn.jameica.hbci.passport.Passport
- Throws:
java.rmi.RemoteException- See Also:
Passport.getName()
getHandle
public de.willuhn.jameica.hbci.passport.PassportHandle getHandle()
throws java.rmi.RemoteException
- Specified by:
getHandle in interface de.willuhn.jameica.hbci.passport.Passport
- Throws:
java.rmi.RemoteException- See Also:
Passport.getHandle()
getConfigDialog
public java.lang.Class getConfigDialog()
throws java.rmi.RemoteException
- Specified by:
getConfigDialog in interface de.willuhn.jameica.hbci.passport.Passport
- Throws:
java.rmi.RemoteException- See Also:
Passport.getConfigDialog()
init
public void init(de.willuhn.jameica.hbci.rmi.Konto konto)
throws java.rmi.RemoteException
- Specified by:
init in interface de.willuhn.jameica.hbci.passport.Passport
- Throws:
java.rmi.RemoteException- See Also:
Passport.init(de.willuhn.jameica.hbci.rmi.Konto)
getKonto
protected de.willuhn.jameica.hbci.rmi.Konto getKonto()
- Liefert das Konto, fuer das der Passport gerade zustaendig ist.
- Returns:
- Konto.