com.almende.eve.state
Interface State
- All Superinterfaces:
- Map<String,Object>
- All Known Implementing Classes:
- AbstractState, ConcurrentFileState, FileState, MemoryState, OriginalFileState
public interface State
- extends Map<String,Object>
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
KEY_AGENT_TYPE
static final String KEY_AGENT_TYPE
- See Also:
- Constant Field Values
putIfUnchanged
boolean putIfUnchanged(String key,
Object newVal,
Object oldVal)
init
void init()
destroy
void destroy()
getAgentId
String getAgentId()
setAgentType
void setAgentType(Class<?> agentType)
getAgentType
Class<?> getAgentType()
throws ClassNotFoundException
- Throws:
ClassNotFoundException
Copyright © 2013 Almende BV. All Rights Reserved.