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
-
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:
true
if the entity is a directory,false
otherwise.
-
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:
true
if the entity is read-only,false
otherwise.
-
getFileName
- Returns:
- String value indicating the entity's absolute path.
-