org.apache.jcs.utils.discovery
Class UDPDiscoveryInfo
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
UDPDiscoveryInfo
public UDPDiscoveryInfo()
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.