net.sf.jso.remote
Interface RemoteStorageManager

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
JSOStorageManager

public interface RemoteStorageManager
extends java.rmi.Remote

Interface for remote storage managers. Implements a subset of StorageManager's methods.


Method Summary
 void classAltered(SchemaEvent event)
           
 void classDropped(SchemaEvent event)
           
 void objectDeleted(StorageEvent event)
           
 void objectStored(StorageEvent event)
           
 void statusChanged(StatusEvent event)
           
 void subclassCreated(SchemaEvent event)
           
 void subclassDropped(SchemaEvent event)
           
 

Method Detail

statusChanged

public void statusChanged(StatusEvent event)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
StatusListener.statusChanged(StatusEvent)

objectStored

public void objectStored(StorageEvent event)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
StorageListener.objectStored(StorageEvent)

objectDeleted

public void objectDeleted(StorageEvent event)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
StorageListener.objectDeleted(StorageEvent)

classAltered

public void classAltered(SchemaEvent event)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
SchemaListener.classAltered(SchemaEvent)

classDropped

public void classDropped(SchemaEvent event)
                  throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
SchemaListener.classDropped(SchemaEvent)

subclassCreated

public void subclassCreated(SchemaEvent event)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
SchemaListener.subclassCreated(SchemaEvent)

subclassDropped

public void subclassDropped(SchemaEvent event)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException
See Also:
SchemaListener.subclassDropped(SchemaEvent)