1 23 24 28 29 30 package com.sun.enterprise.management.support.oldconfig; 31 32 35 36 38 41 42 public interface OldSystemServicesMBean { 43 44 48 public java.io.File downloadFile( final Integer chunkIndex ); 50 51 55 public String getClientStubJarLocation( final Integer chunkIndex ); 56 57 61 public Object prepareDownload( final String fileName ); 62 63 67 69 public String uploadToServer( java.io.File file); 71 } 72 | Popular Tags |