net.dpml.transit
Interface CacheManager


@MXBean
public interface CacheManager

Cache management interface.

Version:
2.0.3
Author:
Digital Product Management Laboratory

Method Summary
 java.lang.String getDirectory()
          Return the Transit cache directory location as a string.
 HostManager[] getHosts()
          Return the hosts assigned in this Transit configuration
 java.lang.String getLayoutID()
          Return the Transit cache layout id.
 java.lang.String getPath()
          Return the Transit cache directory path.
 

Method Detail

getPath

java.lang.String getPath()
Return the Transit cache directory path.

Returns:
the cache path

getDirectory

java.lang.String getDirectory()
Return the Transit cache directory location as a string.

Returns:
the cache file value

getLayoutID

java.lang.String getLayoutID()
Return the Transit cache layout id.

Returns:
the cache layout identifier

getHosts

HostManager[] getHosts()
Return the hosts assigned in this Transit configuration

Returns:
the host manager array