uk.co.kimble.cobra.rmi
Interface Trans
- All Known Implementing Classes:
- TransAdapter
- public abstract interface Trans
- extends java.rmi.Remote
Interface defines the remote functions available to PersistentSource
begin
public void begin()
throws java.rmi.RemoteException
save
public void save(PersistentObject po)
throws java.rmi.RemoteException,
PersistentException
delete
public void delete(PersistentObject po)
throws java.rmi.RemoteException,
PersistentException
delete
public void delete(java.lang.String class_name,
PersistentCriteria c)
throws java.rmi.RemoteException,
PersistentException
commit
public void commit()
throws java.rmi.RemoteException,
PersistentException