Package de.willuhn.jameica.hbci.server
Class VersionImpl
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.VersionImpl
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject,de.willuhn.datasource.rmi.Changeable,de.willuhn.datasource.rmi.DBObject,de.willuhn.datasource.rmi.Transactionable,Version,Serializable,Remote
Implementierung eines Versionsdatensatzes.
- See Also:
-
Field Summary
Fields inherited from class java.rmi.server.RemoteObject
ref -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Liefert den Namen der Version.protected StringintLiefert den aktuellen Stand der Version.voidinsert()protected voidvoidSpeichert den Namen der Version.voidsetVersion(int newVersion) Legt die neue Versionsnummer fest.protected voidMethods inherited from class de.willuhn.datasource.db.AbstractDBObject
addDeleteListener, addStoreListener, clear, delete, deleteCheck, equals, getAttribute, getAttributeNames, getAttributeType, getForeignObject, getID, getIDField, getInsertSQL, getList, getListQuery, getLoadQuery, getService, getUpdateSQL, hasChanged, hasChanged, init, isNewObject, load, overwrite, removeDeleteListener, removeStoreListener, setAttribute, setID, setService, store, 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, overwrite, storeMethods 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.datasource.rmi.Transactionable
transactionBegin, transactionCommit, transactionRollback
-
Constructor Details
-
VersionImpl
ct- Throws:
RemoteException
-
-
Method Details
-
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:
-
getTableName
- Specified by:
getTableNamein classde.willuhn.datasource.db.AbstractDBObject- See Also:
-
getName
Description copied from interface:VersionLiefert den Namen der Version.- Specified by:
getNamein interfaceVersion- Returns:
- Name der Version.
- Throws:
RemoteException- See Also:
-
getVersion
Description copied from interface:VersionLiefert den aktuellen Stand der Version.- Specified by:
getVersionin interfaceVersion- Returns:
- Stand der Version.
- Throws:
RemoteException- See Also:
-
setVersion
Description copied from interface:VersionLegt die neue Versionsnummer fest.- Specified by:
setVersionin interfaceVersion- Parameters:
newVersion- die neue Versionsnummer.- Throws:
RemoteException- See Also:
-
setName
Description copied from interface:VersionSpeichert den Namen der Version.- Specified by:
setNamein interfaceVersion- Parameters:
name- Name der Version.- Throws:
RemoteException- 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:
-
insert
- Overrides:
insertin classde.willuhn.datasource.db.AbstractDBObject- Throws:
RemoteExceptionde.willuhn.util.ApplicationException- See Also:
-