public class DMFileHandler
extends java.lang.Object
Constructor and Description |
---|
DMFileHandler() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
action(java.lang.String path,
java.lang.String fileName,
java.lang.String jarName,
MboRemote pkgMbo,
MboRemote infoMbo)
Create a new jar file for all staging records for a package
|
static void |
copyToFileURL(java.lang.String fileName,
MboRemote infoMbo,
java.lang.String jarName)
Copy the jar file from outbound folder to the folder specified in URL column.
|
static void |
copyToFileURL(java.lang.String fileName,
java.lang.String filePath,
java.lang.String jarName)
Copy the jar file from outbound folder to the folder specified in URL column.
|
public java.lang.String action(java.lang.String path, java.lang.String fileName, java.lang.String jarName, MboRemote pkgMbo, MboRemote infoMbo) throws MXException, java.rmi.RemoteException
pkgMbo
- infoMbo
- MXException
java.rmi.RemoteException
public static void copyToFileURL(java.lang.String fileName, MboRemote infoMbo, java.lang.String jarName) throws java.lang.Exception
fileName-
- Name with full path of the file in inboundfolderinfoMbo
- - dmpkgdsttrgt mbojarName
- - Name of the jarfilejava.lang.Exception
public static void copyToFileURL(java.lang.String fileName, java.lang.String filePath, java.lang.String jarName) throws java.lang.Exception
fileName-
- Name with full path of the file in inboundfolderinfoMbo
- - dmpkgdsttrgt mbojarName
- - Name of the jarfilejava.lang.Exception