anvil.server
Interface PersistentNamespace

All Superinterfaces:
Namespace
All Known Implementing Classes:
PersistentFileNamespace, SimplePersistentNamespace

public interface PersistentNamespace
extends Namespace

interface Realm


Method Summary
 void commit()
           
 void initialize(Zone zone, NamespacePreferences prefs)
           
 void stop()
           
 
Methods inherited from interface anvil.script.Namespace
checkVariable, deleteVariable, getName, getVariable, getVariables, setVariable
 

Method Detail

initialize

public void initialize(Zone zone,
                       NamespacePreferences prefs)

commit

public void commit()

stop

public void stop()