| |
|
| clime.messadmin.model.IServerInfo
All known Subclasses: clime.messadmin.model.ServerInfo,
IServerInfo | public interface IServerInfo (Code) | | author: Cédrik LIME |
getServerSpecificData | public List getServerSpecificData()(Code) | | server-specific data (user plugin) |
getStartupTime | public Date getStartupTime()(Code) | | startup time of this server |
getSystemProperties | public Map getSystemProperties()(Code) | | |
getUsableSpaceForFile | public long getUsableSpaceForFile(String fileName)(Code) | | number of bytes available on the partition and includes checks for write permissions and other operating system restrictions since: 1.6 See Also: File.getUsableSpace |
getUsableSpaceForFile | public long getUsableSpaceForFile(File file)(Code) | | number of bytes available on the partition and includes checks for write permissions and other operating system restrictions since: 1.6 See Also: File.getUsableSpace |
|
|
|