org.apache.jcs.auxiliary.remote.server
Class RemoteCacheServerInfo

java.lang.Object
  extended byorg.apache.jcs.auxiliary.remote.server.RemoteCacheServerInfo

public class RemoteCacheServerInfo
extends java.lang.Object

A shared static variable holder for the server

Author:
asmuts

Field Summary
static byte listenerId
          Description of the Field
protected static java.rmi.dgc.VMID vmid
          Shouldn't be used till after reconneting, after setting = thread safe Used to identify a client, so we can run multiple clients off one host.
 
Constructor Summary
private RemoteCacheServerInfo()
          Constructor for the RemoteCacheServerInfo object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vmid

protected static java.rmi.dgc.VMID vmid
Shouldn't be used till after reconneting, 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 byte listenerId
Description of the Field

Constructor Detail

RemoteCacheServerInfo

private RemoteCacheServerInfo()
Constructor for the RemoteCacheServerInfo object