public class UploadJarTask extends SessionedTask<java.lang.Object>
| Constructor and Description |
|---|
UploadJarTask(byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
_execute()
Subclasses implement this method
|
static void |
uploadJar(ConfigService configService, java.lang.String session, byte[] data)
Convenience method for uploading a jar file for the purpose of import
|
assertExists, assertLocation, assertNONResource, assertNotExists, assertNotLocationData, assertNotNull, assertNotNullElement, assertResource, assertSimple, call, doExecute, doExecute, doExecute, doExecute, expand, getConfigContext, getConfigMBean, getConfigService, getDescription, getSession, isLocation, isReadOnlyTransaction, requiresSystemTransactionpublic static void uploadJar(ConfigService configService, java.lang.String session, byte[] data) throws java.lang.Exception
data - binary contents of the jar filejava.lang.Exceptionprotected java.lang.Object _execute()
throws java.lang.Exception
SessionedTask_execute in class SessionedTask<java.lang.Object>java.lang.Exception