org.codehaus.wadi.dindex
Interface StateManager
- All Known Implementing Classes:
- SimpleStateManager
- public interface StateManager
init
public void init(StateManagerConfig config)
start
public void start()
throws Exception
- Throws:
Exception
stop
public void stop()
throws Exception
- Throws:
Exception
offerEmigrant
public boolean offerEmigrant(String key,
Motable emotable,
long timeout)
acceptImmigrant
public void acceptImmigrant(ObjectMessage message,
Location location,
String name,
Motable immotable)
setImmigrationListener
public void setImmigrationListener(StateManager.ImmigrationListener listener)
unsetImmigrationListener
public void unsetImmigrationListener(StateManager.ImmigrationListener listener)
Copyright © 2004-2008 Core Developers Network Ltd.. All Rights Reserved.