uk.co.kimble.cobra.rmi
Class TransAdapter
java.lang.Object
|
+--java.rmi.server.RemoteObject
|
+--java.rmi.server.RemoteServer
|
+--java.rmi.server.UnicastRemoteObject
|
+--uk.co.kimble.cobra.rmi.TransAdapter
- public class TransAdapter
- extends java.rmi.server.UnicastRemoteObject
- implements Trans
- See Also:
- Serialized Form
| Fields inherited from class java.rmi.server.RemoteObject |
ref |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
clone,
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 |
TransAdapter
public TransAdapter()
throws java.rmi.RemoteException,
PersistentException
begin
public void begin()
- Specified by:
- begin in interface Trans
save
public void save(PersistentObject po)
throws PersistentException
- Specified by:
- save in interface Trans
delete
public void delete(PersistentObject po)
throws PersistentException
- Specified by:
- delete in interface Trans
delete
public void delete(java.lang.String class_name,
PersistentCriteria c)
throws PersistentException
- Specified by:
- delete in interface Trans
commit
public void commit()
throws PersistentException
- Specified by:
- commit in interface Trans