public class SessionInformation extends Object implements Serializable
Constructor and Description |
---|
SessionInformation(String id,
List<Endpoint> endpointList,
long expiryTime) |
SessionInformation(String id,
org.apache.axis2.clustering.Member member,
long expiryTime,
long expireTimeWindow) |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
getEndpointList() |
long |
getExpiryTime() |
String |
getId() |
org.apache.axis2.clustering.Member |
getMember() |
List<String> |
getPath() |
String |
getRootEndpointName() |
boolean |
isExpired() |
void |
setExpiryTime(long expiryTime) |
void |
setId(String id) |
void |
setPath(List<String> path) |
void |
setRootEndpointName(String rootEndpointName) |
void |
updateExpiryTime() |
public SessionInformation(String id, List<Endpoint> endpointList, long expiryTime)
public SessionInformation(String id, org.apache.axis2.clustering.Member member, long expiryTime, long expireTimeWindow)
public String getId()
public void setId(String id)
public long getExpiryTime()
public void setExpiryTime(long expiryTime)
public void updateExpiryTime()
public String getRootEndpointName()
public void setRootEndpointName(String rootEndpointName)
public boolean isExpired()
public org.apache.axis2.clustering.Member getMember()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.