Class FileServiceMXBean.MetaData

java.lang.Object
com.ibm.websphere.filetransfer.FileServiceMXBean.MetaData
Enclosing interface:
FileServiceMXBean

public static class FileServiceMXBean.MetaData extends Object
Return type for the getMetaData and getDirectoryEntries methods. The JMX framework will convert this to a CompositeData object on the client side.
  • Constructor Details

  • Method Details

    • getDirectory

      public Boolean getDirectory()
      Boolean value indicating whether or not the entity is a directory.
      Returns:
      true if the entity is a directory, false otherwise.
    • getLastModified

      public Date getLastModified()
      Returns:
      Date object representing the time the entity was last modified
    • getSize

      public Long getSize()
      Returns:
      Long object indicating the size of the entity.
    • getReadOnly

      public Boolean getReadOnly()
      Boolean value indicating whether or not the entity is read-only.
      Returns:
      true if the entity is read-only, false otherwise.
    • getFileName

      public String getFileName()
      Returns:
      String value indicating the entity's absolute path.