org.apache.jcs.auxiliary.remote.server
Class RemoteCacheServerInfo
java.lang.Object
org.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo
public class RemoteCacheServerInfo
- extends Object
A shared static variable holder for the server.
Field Summary |
static long |
listenerId
By default it is the VMID. |
protected static VMID |
vmid
Shouldn't be used until after reconnecting, after setting = thread safe
Used to identify a client, so we can run multiple clients off one host. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
vmid
protected static VMID vmid
- Shouldn't be used until after reconnecting, after setting = thread safe
Used to identify a client, so we can run multiple clients off one host.
Need since there is no way to identify a client other than by host in
rmi.
listenerId
public static long listenerId
- By default it is the VMID.
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.