wt.admin.cache
Class AdminDomainCache.Server

java.lang.Object
  extended bywt.admin.cache.AdminDomainCache.Server
All Implemented Interfaces:
RemoteAccess
Enclosing class:
AdminDomainCache

public static class AdminDomainCache.Server
extends Object
implements RemoteAccess

Defines the remote method that is invoked by main in order to report the current contents of this cache. Used for debugging purposes only.


Field Summary
 
Fields inherited from interface wt.method.RemoteAccess
versionID
 
Constructor Summary
AdminDomainCache.Server()
           
 
Method Summary
static void report(String path)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminDomainCache.Server

public AdminDomainCache.Server()
Method Detail

report

public static void report(String path)
                   throws Throwable
Throws:
Throwable

reset

public static void reset()
                  throws Throwable
Throws:
Throwable