Package de.willuhn.jameica.hbci.server
Class ProtokollImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
de.willuhn.datasource.db.AbstractDBObject
de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject
de.willuhn.jameica.hbci.server.ProtokollImpl
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject,de.willuhn.datasource.rmi.Changeable,de.willuhn.datasource.rmi.DBObject,de.willuhn.datasource.rmi.Transactionable,HibiscusDBObject,Protokoll,Serializable,Remote
Implementierung der HBCI-Protokollierung pro Konto.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.server.RemoteObject
refFields inherited from interface de.willuhn.jameica.hbci.rmi.Protokoll
TYP_ERROR, TYP_SUCCESS, TYP_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDatum()Liefert das Datum, an dem der Log-Eintrag erzeugt wurde.protected ClassgetForeignObject(String field) Liefert den Kommentar des Log-Eintrages.getKonto()Liefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.protected StringintgetTyp()Liefert den Typ des Log-Eintrages.protected voidvoidsetKommentar(String kommentar) Speichert den Kommentar zu diesem Log-Eintrag.voidSpeichert das Konto, zu dem dieser Log-Eintrag gehoert.voidsetTyp(int typ) Speichert den Typ des Log-Eintrages.voidstore()protected voidMethods inherited from class de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject
delete, getMeta, setMetaMethods inherited from class de.willuhn.datasource.db.AbstractDBObject
addDeleteListener, addStoreListener, clear, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, insert, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, transactionBegin, transactionCommit, transactionRollbackMethods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, exportObject, exportObject, unexportObjectMethods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLogMethods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStubMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.willuhn.datasource.rmi.Changeable
clear, delete, isNewObject, overwriteMethods inherited from interface de.willuhn.datasource.rmi.DBObject
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListenerMethods inherited from interface de.willuhn.datasource.GenericObject
getAttributeNames, getIDMethods inherited from interface de.willuhn.jameica.hbci.rmi.HibiscusDBObject
getMeta, setMetaMethods inherited from interface de.willuhn.datasource.rmi.Transactionable
transactionBegin, transactionCommit, transactionRollback
-
Constructor Details
-
ProtokollImpl
ct.- Throws:
RemoteException
-
-
Method Details
-
getTableName
- Specified by:
getTableNamein classde.willuhn.datasource.db.AbstractDBObject- See Also:
-
getPrimaryAttribute
- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.rmi.DBObject- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.GenericObject- Specified by:
getPrimaryAttributein classde.willuhn.datasource.db.AbstractDBObject- Throws:
RemoteException- See Also:
-
store
- Specified by:
storein interfacede.willuhn.datasource.rmi.Changeable- Overrides:
storein classAbstractHibiscusDBObject- Throws:
RemoteExceptionde.willuhn.util.ApplicationException- See Also:
-
insertCheck
protected void insertCheck() throws de.willuhn.util.ApplicationException- Overrides:
insertCheckin classde.willuhn.datasource.db.AbstractDBObject- Throws:
de.willuhn.util.ApplicationException- See Also:
-
updateCheck
protected void updateCheck() throws de.willuhn.util.ApplicationException- Overrides:
updateCheckin classde.willuhn.datasource.db.AbstractDBObject- Throws:
de.willuhn.util.ApplicationException- See Also:
-
getForeignObject
- Overrides:
getForeignObjectin classde.willuhn.datasource.db.AbstractDBObject- Throws:
RemoteException- See Also:
-
getKonto
Description copied from interface:ProtokollLiefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.- Specified by:
getKontoin interfaceProtokoll- Returns:
- Konto.
- Throws:
RemoteException- See Also:
-
getKommentar
Description copied from interface:ProtokollLiefert den Kommentar des Log-Eintrages.- Specified by:
getKommentarin interfaceProtokoll- Returns:
- Kommentar.
- Throws:
RemoteException- See Also:
-
getDatum
Description copied from interface:ProtokollLiefert das Datum, an dem der Log-Eintrag erzeugt wurde.- Specified by:
getDatumin interfaceProtokoll- Returns:
- Datum.
- Throws:
RemoteException- See Also:
-
getTyp
Description copied from interface:ProtokollLiefert den Typ des Log-Eintrages. Zur Codierung siehe die Konstanten TYP_*.- Specified by:
getTypin interfaceProtokoll- Returns:
- Typ.
- Throws:
RemoteException- See Also:
-
setKonto
Description copied from interface:ProtokollSpeichert das Konto, zu dem dieser Log-Eintrag gehoert.- Specified by:
setKontoin interfaceProtokoll- Parameters:
konto- Konto.- Throws:
RemoteException- See Also:
-
setKommentar
Description copied from interface:ProtokollSpeichert den Kommentar zu diesem Log-Eintrag.- Specified by:
setKommentarin interfaceProtokoll- Parameters:
kommentar- Kommentar.- Throws:
RemoteException- See Also:
-
setTyp
Description copied from interface:ProtokollSpeichert den Typ des Log-Eintrages. Zur Codierung siehe die Konstanten TYP_*.- Specified by:
setTypin interfaceProtokoll- Parameters:
typ- Typ.- Throws:
RemoteException- See Also:
-