org.jboss.deployment.vfs
Interface VFSCacheStatisticsMBean

All Known Implementing Classes:
VFSCacheStatistics

public interface VFSCacheStatisticsMBean

Author:
Ales Justin

Method Summary
 String cacheToString()
          Get cache impl to string info.
 Date lastInsert()
          Get last insert timestamp.
 String listCachedContexts()
          List cached contexts.
 int size()
          Get cache size.
 

Method Detail

listCachedContexts

String listCachedContexts()
List cached contexts.

Returns:
the cached contexts table

size

int size()
Get cache size.

Returns:
the cache size.

lastInsert

Date lastInsert()
Get last insert timestamp.

Returns:
the last insert timestamp

cacheToString

String cacheToString()
Get cache impl to string info.

Returns:
cache to string info


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.