biz.hammurapi.rules
Interface ObjectStorage
- All Superinterfaces:
- biz.hammurapi.config.Context
- All Known Implementing Classes:
- FileObjectStorage
public interface ObjectStorage
- extends biz.hammurapi.config.Context
Implementations of this class can be used by Handle and Collection managers implementations to persist
engine state
- Author:
- Pavel Vlasov
Method Summary |
void |
put(java.lang.String key,
java.lang.Object value)
Puts object to storage. |
Methods inherited from interface biz.hammurapi.config.Context |
get |
put
void put(java.lang.String key,
java.lang.Object value)
- Puts object to storage.
- Parameters:
key
- Object key.value
- Object value.
Copyright © 2005 Hammurapi Group. All Rights Reserved.