org.apache.jcs.engine.behavior
Interface ICacheServiceAdmin

All Known Subinterfaces:
IRemoteCacheServiceAdmin

public interface ICacheServiceAdmin

Description of the Interface


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

Method Detail

getStats

String getStats()
                throws IOException
Gets the stats attribute of the ICacheServiceAdmin object

Returns:
The stats value
Throws:
IOException

shutdown

void shutdown()
              throws IOException
Description of the Method

Throws:
IOException

shutdown

void shutdown(String host,
              int port)
              throws IOException
Description of the Method

Parameters:
host -
port -
Throws:
IOException


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