com.hazelcast.web
public class SessionState extends Object implements IdentifiedDataSerializable
| Constructor and Description |
|---|
SessionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addJvmId(String jvmId) |
Map<String,Data> |
getAttributes() |
int |
getFactoryId() |
int |
getId() |
Set<String> |
getJvmIds() |
void |
readData(ObjectDataInput in) |
boolean |
removeJvmId(String jvmId) |
void |
set(Map<String,Data> attributes) |
void |
setAttribute(String key,
Data value) |
String |
toString() |
void |
writeData(ObjectDataOutput out) |
public int getFactoryId()
getFactoryId in interface IdentifiedDataSerializablepublic int getId()
getId in interface IdentifiedDataSerializablepublic boolean addJvmId(String jvmId)
public boolean removeJvmId(String jvmId)
public void writeData(ObjectDataOutput out) throws IOException
writeData in interface DataSerializableIOExceptionpublic void readData(ObjectDataInput in) throws IOException
readData in interface DataSerializableIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.