com.trendmicro.grid.acl.l0
Interface InternalCacheControlService


public interface InternalCacheControlService

Defines an internal service API of CacheControlService used to access cache control without requiring auth.

Version:
1.0
Author:
Juergen_Kellerer, 2011-04-18

Method Summary
 List<String> getCacheClusterNodeAddressListInternal()
          Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
 List<String> getCacheIdentifiersInternal()
          Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
 List<CacheInformation> getCacheInformationListInternal()
          Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
 CacheInformation getCombinedCacheInformationInternal()
          Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
 List<String> getLocalClusterNodeAddressListInternal()
          Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).
 

Method Detail

getCacheIdentifiersInternal

List<String> getCacheIdentifiersInternal()
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).

Returns:
the return value is specified in CacheControlService.getCacheIdentifiers().

getCacheClusterNodeAddressListInternal

List<String> getCacheClusterNodeAddressListInternal()
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).

Returns:
the return value is specified in CacheControlService.getCacheClusterNodeAddressList().

getLocalClusterNodeAddressListInternal

List<String> getLocalClusterNodeAddressListInternal()
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).

Returns:
the return value is specified in CacheControlService.getLocalClusterNodeAddressList().

getCombinedCacheInformationInternal

CacheInformation getCombinedCacheInformationInternal()
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).

Returns:
the return value is specified in CacheControlService.getCombinedCacheInformation().

getCacheInformationListInternal

List<CacheInformation> getCacheInformationListInternal()
Is the actual implementation of the attribute not requiring auth (methods with throws clause are proxied).

Returns:
the return value is specified in CacheControlService.getCacheInformationList().