org.apache.jcs.auxiliary.remote
Class RemoteCacheInfo

java.lang.Object
  extended byorg.apache.jcs.auxiliary.remote.RemoteCacheInfo

public class RemoteCacheInfo
extends java.lang.Object

A shared static variable holder for the remote cache

Author:
asmuts

Field Summary
protected static byte listenerId
          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 RemoteCacheInfo()
          Constructor for the RemoteCacheInfo object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerId

protected static byte listenerId
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.

Constructor Detail

RemoteCacheInfo

private RemoteCacheInfo()
Constructor for the RemoteCacheInfo object