00001 /*- 00002 * See the file LICENSE for redistribution information. 00003 * 00004 * Copyright (c) 2001-2005 00005 * Sleepycat Software. All rights reserved. 00006 * 00007 * $Id: Timer.java,v 12.1 2005/06/16 20:23:43 bostic Exp $ 00008 */ 00009 00010 package com.sleepycat.db.rpcserver; 00011 00018 public class Timer { 00019 Timer timer = this; 00020 long last_access; 00021 }