org.jboss.test.cluster.ds
Interface IDistributedState
- All Known Implementing Classes:
- DistributedStateUser (src)
- public interface IDistributedState
The public DistributedStateUser interface
Method Summary |
void |
flush()
|
java.io.Serializable |
get(java.io.Serializable key)
|
void |
put(java.io.Serializable key,
java.io.Serializable value)
|
void |
remove(java.io.Serializable key)
|
int |
size()
|
get
public java.io.Serializable get(java.io.Serializable key)
put
public void put(java.io.Serializable key,
java.io.Serializable value)
throws java.lang.Exception
- Throws:
java.lang.Exception
remove
public void remove(java.io.Serializable key)
throws java.lang.Exception
- Throws:
java.lang.Exception
flush
public void flush()
size
public int size()