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


Method Summary
 void begin()
           
 void commit()
           
 void delete(PersistentObject po)
           
 void delete(java.lang.String class_name, PersistentCriteria c)
           
 void save(PersistentObject po)
           
 

Method Detail

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