|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.distributed.DurableClientAttributes
public class DurableClientAttributes
Class DurableClientAttributes represents durable member
attributes.
| Constructor Summary | |
|---|---|
DurableClientAttributes()
|
|
DurableClientAttributes(String id,
int timeout)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
String |
getId()
Returns the durable client's id. |
int |
getTimeout()
Returns the durable client's timeout. |
int |
hashCode()
|
String |
toString()
|
void |
updateTimeout(int newValue)
Used to update the timeout when a durable client comes back to a server |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DurableClientAttributes()
public DurableClientAttributes(String id,
int timeout)
id - The id of the durable client.timeout - The timeout period of the durable client.| Method Detail |
|---|
public String getId()
public int getTimeout()
public void updateTimeout(int newValue)
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
GemFire 6.5.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||