org.apache.jcs.engine.behavior
Interface ICacheServiceAdmin

All Known Subinterfaces:
IRemoteCacheServiceAdmin

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

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

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

Throws:
java.io.IOException

shutdown

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

Parameters:
host -
port -
Throws:
java.io.IOException


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