Package com.ibm.websphere.filetransfer
Class FileServiceMXBean.MetaData
java.lang.Object
com.ibm.websphere.filetransfer.FileServiceMXBean.MetaData
- Enclosing interface:
 - FileServiceMXBean
 
Return type for the getMetaData and getDirectoryEntries methods.
 
 The JMX framework will convert this to a CompositeData object on the client side.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionBoolean value indicating whether or not the entity is a directory.Boolean value indicating whether or not the entity is read-only.getSize() 
- 
Constructor Details
- 
MetaData
 
 - 
 - 
Method Details
- 
getDirectory
Boolean value indicating whether or not the entity is a directory.- Returns:
 trueif the entity is a directory,falseotherwise.
 - 
getLastModified
- Returns:
 - Date object representing the time the entity was last modified
 
 - 
getSize
- Returns:
 - Long object indicating the size of the entity.
 
 - 
getReadOnly
Boolean value indicating whether or not the entity is read-only.- Returns:
 trueif the entity is read-only,falseotherwise.
 - 
getFileName
- Returns:
 - String value indicating the entity's absolute path.
 
 
 -