org.apache.jcs.engine.behavior
Interface ICacheServiceAdmin

All Known Subinterfaces:
IRemoteCacheServiceAdmin
All Known Implementing Classes:
RemoteCacheServer

public interface ICacheServiceAdmin

Description of the Interface


Method Summary
 java.lang.String getStats()
          Gets the stats attribute of the ICacheServiceAdmin object
 void shutdown()
          Description of the Method
 void shutdown(java.lang.String host, int port)
          Description of the Method
 

Method Detail

getStats

public java.lang.String getStats()
                          throws java.io.IOException
Gets the stats attribute of the ICacheServiceAdmin object

Returns:
The stats value
Throws:
java.io.IOException

shutdown

public void shutdown()
              throws java.io.IOException
Description of the Method

Throws:
java.io.IOException

shutdown

public void shutdown(java.lang.String host,
                     int port)
              throws java.io.IOException
Description of the Method

Throws:
java.io.IOException


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