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
ref
Fields 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 Class
getForeignObject
(String field) Liefert den Kommentar des Log-Eintrages.getKonto()
Liefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.protected String
int
getTyp()
Liefert den Typ des Log-Eintrages.protected void
void
setKommentar
(String kommentar) Speichert den Kommentar zu diesem Log-Eintrag.void
Speichert das Konto, zu dem dieser Log-Eintrag gehoert.void
setTyp
(int typ) Speichert den Typ des Log-Eintrages.void
store()
protected void
Methods inherited from class de.willuhn.jameica.hbci.server.AbstractHibiscusDBObject
delete, getMeta, setMeta
Methods 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, transactionRollback
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, 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
Methods inherited from interface de.willuhn.datasource.rmi.Changeable
clear, delete, isNewObject, overwrite
Methods inherited from interface de.willuhn.datasource.rmi.DBObject
addDeleteListener, addStoreListener, equals, getAttribute, getAttributeType, getList, load, removeDeleteListener, removeStoreListener
Methods inherited from interface de.willuhn.datasource.GenericObject
getAttributeNames, getID
Methods inherited from interface de.willuhn.jameica.hbci.rmi.HibiscusDBObject
getMeta, setMeta
Methods inherited from interface de.willuhn.datasource.rmi.Transactionable
transactionBegin, transactionCommit, transactionRollback
-
Constructor Details
-
ProtokollImpl
ct.- Throws:
RemoteException
-
-
Method Details
-
getTableName
- Specified by:
getTableName
in classde.willuhn.datasource.db.AbstractDBObject
- See Also:
-
AbstractDBObject.getTableName()
-
getPrimaryAttribute
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.rmi.DBObject
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.GenericObject
- Specified by:
getPrimaryAttribute
in classde.willuhn.datasource.db.AbstractDBObject
- Throws:
RemoteException
- See Also:
-
GenericObject.getPrimaryAttribute()
-
store
- Specified by:
store
in interfacede.willuhn.datasource.rmi.Changeable
- Overrides:
store
in classAbstractHibiscusDBObject
- Throws:
RemoteException
de.willuhn.util.ApplicationException
- See Also:
-
AbstractDBObject.store()
-
insertCheck
protected void insertCheck() throws de.willuhn.util.ApplicationException- Overrides:
insertCheck
in classde.willuhn.datasource.db.AbstractDBObject
- Throws:
de.willuhn.util.ApplicationException
- See Also:
-
AbstractDBObject.insertCheck()
-
updateCheck
protected void updateCheck() throws de.willuhn.util.ApplicationException- Overrides:
updateCheck
in classde.willuhn.datasource.db.AbstractDBObject
- Throws:
de.willuhn.util.ApplicationException
- See Also:
-
AbstractDBObject.updateCheck()
-
getForeignObject
- Overrides:
getForeignObject
in classde.willuhn.datasource.db.AbstractDBObject
- Throws:
RemoteException
- See Also:
-
AbstractDBObject.getForeignObject(java.lang.String)
-
getKonto
Description copied from interface:Protokoll
Liefert das Konto, zu dem dieser Protokoll-Eointrag gehoert.- Specified by:
getKonto
in interfaceProtokoll
- Returns:
- Konto.
- Throws:
RemoteException
- See Also:
-
getKommentar
Description copied from interface:Protokoll
Liefert den Kommentar des Log-Eintrages.- Specified by:
getKommentar
in interfaceProtokoll
- Returns:
- Kommentar.
- Throws:
RemoteException
- See Also:
-
getDatum
Description copied from interface:Protokoll
Liefert das Datum, an dem der Log-Eintrag erzeugt wurde.- Specified by:
getDatum
in interfaceProtokoll
- Returns:
- Datum.
- Throws:
RemoteException
- See Also:
-
getTyp
Description copied from interface:Protokoll
Liefert den Typ des Log-Eintrages. Zur Codierung siehe die Konstanten TYP_*.- Specified by:
getTyp
in interfaceProtokoll
- Returns:
- Typ.
- Throws:
RemoteException
- See Also:
-
setKonto
Description copied from interface:Protokoll
Speichert das Konto, zu dem dieser Log-Eintrag gehoert.- Specified by:
setKonto
in interfaceProtokoll
- Parameters:
konto
- Konto.- Throws:
RemoteException
- See Also:
-
setKommentar
Description copied from interface:Protokoll
Speichert den Kommentar zu diesem Log-Eintrag.- Specified by:
setKommentar
in interfaceProtokoll
- Parameters:
kommentar
- Kommentar.- Throws:
RemoteException
- See Also:
-
setTyp
Description copied from interface:Protokoll
Speichert den Typ des Log-Eintrages. Zur Codierung siehe die Konstanten TYP_*.- Specified by:
setTyp
in interfaceProtokoll
- Parameters:
typ
- Typ.- Throws:
RemoteException
- See Also:
-