org.apache.catalina.ha

Interface ClusterMessage

public interface ClusterMessage extends Serializable

Author: Filip Hanik

Method Summary
MembergetAddress()
longgetTimestamp()
StringgetUniqueId()
voidsetAddress(Member member)
voidsetTimestamp(long timestamp)
voidsetUniqueId(String id)

Method Detail

getAddress

public Member getAddress()

getTimestamp

public long getTimestamp()

getUniqueId

public String getUniqueId()

setAddress

public void setAddress(Member member)

setTimestamp

public void setTimestamp(long timestamp)

setUniqueId

public void setUniqueId(String id)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.