Addressbook
, java.io.Serializable
, java.rmi.Remote
public 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, wait
public AddressbookHibiscusImpl() throws java.rmi.RemoteException
java.rmi.RemoteException
public Address contains(Address address) throws java.rmi.RemoteException
Addressbook
contains
in interface Addressbook
address
- die gesuchte Adresse.null
.java.rmi.RemoteException
Addressbook.contains(de.willuhn.jameica.hbci.rmi.Address)
public java.util.List findAddresses(java.lang.String text) throws java.rmi.RemoteException
Addressbook
findAddresses
in interface Addressbook
text
- der Suchtext.Address
sein.
Die Funktion darf auch null
zurueckliefern, wenn keine Adressen gefunden wurden.java.rmi.RemoteException
Addressbook.findAddresses(java.lang.String)
public java.lang.String getName() throws java.rmi.RemoteException
Addressbook
getName
in interface Addressbook
java.rmi.RemoteException
Addressbook.getName()