Package com.ibm.websphere.filetransfer
Class FileServiceMXBean.MetaData
- java.lang.Object
- 
- com.ibm.websphere.filetransfer.FileServiceMXBean.MetaData
 
- 
- Enclosing interface:
- FileServiceMXBean
 
 public static class FileServiceMXBean.MetaData extends java.lang.ObjectReturn type for the getMetaData and getDirectoryEntries methods. The JMX framework will convert this to a CompositeData object on the client side.
- 
- 
Constructor SummaryConstructors Constructor Description MetaData(java.lang.Boolean directory, java.util.Date lastModified, java.lang.Long size, java.lang.Boolean readOnly, java.lang.String fileName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetDirectory()Boolean value indicating whether or not the entity is a directory.java.lang.StringgetFileName()java.util.DategetLastModified()java.lang.BooleangetReadOnly()Boolean value indicating whether or not the entity is read-only.java.lang.LonggetSize()
 
- 
- 
- 
Method Detail- 
getDirectorypublic java.lang.Boolean getDirectory() Boolean value indicating whether or not the entity is a directory.- Returns:
- trueif the entity is a directory,- falseotherwise.
 
 - 
getLastModifiedpublic java.util.Date getLastModified() - Returns:
- Date object representing the time the entity was last modified
 
 - 
getSizepublic java.lang.Long getSize() - Returns:
- Long object indicating the size of the entity.
 
 - 
getReadOnlypublic java.lang.Boolean getReadOnly() Boolean value indicating whether or not the entity is read-only.- Returns:
- trueif the entity is read-only,- falseotherwise.
 
 - 
getFileNamepublic java.lang.String getFileName() - Returns:
- String value indicating the entity's absolute path.
 
 
- 
 
-