~ubuntu-branches/ubuntu/vivid/tomcat6/vivid-proposed

« back to all changes in this revision

Viewing changes to java/org/apache/catalina/tribes/membership/MemberImpl.java

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2014-02-17 00:02:00 UTC
  • mfrom: (1.2.10)
  • Revision ID: package-import@ubuntu.com-20140217000200-qs6ki7bhqnfhkas7
Tags: 6.0.39-1
* Team upload.
* New upstream release.
  - Refreshed the patches
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* Use XZ compression for the upstream tarball
* Use canonical URL for the Vcs-Git field

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 * Carries the host, and port of the this or other cluster nodes.
33
33
 *
34
34
 * @author Filip Hanik
35
 
 * @version $Id: MemberImpl.java 939515 2010-04-29 23:59:49Z kkolinko $
 
35
 * @version $Id: MemberImpl.java 1561773 2014-01-27 18:19:12Z markt $
36
36
 */
37
37
public class MemberImpl implements Member, java.io.Externalizable {
38
38
 
118
118
 
119
119
    /**
120
120
     * Construct a new member object
121
 
     * @param name - the name of this member, cluster unique
122
 
     * @param domain - the cluster domain name of this member
123
121
     * @param host - the tcp listen host
124
122
     * @param port - the tcp listen port
125
123
     */