Addressbook, java.io.Serializable, java.rmi.Remotepublic class AddressbookHibiscusImpl extends java.rmi.server.UnicastRemoteObject implements Addressbook
| Modifier and Type | Class | Description |
|---|---|---|
class |
AddressbookHibiscusImpl.KontoAddress |
Hilfsklasse, um ein Konto in ein Address-Interface zu packen
|
| Constructor | Description |
|---|---|
AddressbookHibiscusImpl() |
ct.
|
| Modifier and Type | Method | Description |
|---|---|---|
Address |
contains(Address address) |
Prueft, ob im Adressbuch eine Adresse mit diesen Eigenschaften enthalten ist.
|
java.util.List |
findAddresses(java.lang.String text) |
Sucht nach Adressen und liefert die gefundenen zurueck.
|
java.lang.String |
getName() |
Liefert einen sprechenden Namen fuer das Adressbuch.
|
finalize, getClass, notify, notifyAll, wait, wait, waitpublic AddressbookHibiscusImpl()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic Address contains(Address address) throws java.rmi.RemoteException
Addressbookcontains in interface Addressbookaddress - die gesuchte Adresse.null.java.rmi.RemoteExceptionAddressbook.contains(de.willuhn.jameica.hbci.rmi.Address)public java.util.List findAddresses(java.lang.String text)
throws java.rmi.RemoteException
AddressbookfindAddresses in interface Addressbooktext - der Suchtext.Address sein.
Die Funktion darf auch null zurueckliefern, wenn keine Adressen gefunden wurden.java.rmi.RemoteExceptionAddressbook.findAddresses(java.lang.String)public java.lang.String getName()
throws java.rmi.RemoteException
AddressbookgetName in interface Addressbookjava.rmi.RemoteExceptionAddressbook.getName()