org.apache.jcs.utils.discovery
Class UDPDiscoveryInfo

java.lang.Object
  extended by org.apache.jcs.utils.discovery.UDPDiscoveryInfo

public class UDPDiscoveryInfo
extends Object

Provides info for the udp discovery service.

Author:
Aaron Smuts

Field Summary
static long listenerId
          Identifies the listener, so we don't add ourselves to the list of known services.
protected static VMID vmid
          jvm unique identifier.
 
Constructor Summary
UDPDiscoveryInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmid

protected static VMID vmid
jvm unique identifier.


listenerId

public static long listenerId
Identifies the listener, so we don't add ourselves to the list of known services.

Constructor Detail

UDPDiscoveryInfo

public UDPDiscoveryInfo()


Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.