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


Field Summary
protected static long 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerId

protected static long 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.



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