jar

org.ow2.petals.dsb : dsb-launcher

Maven & Gradle

Sep 27, 2012
2 usages
1 stars

dsb-launcher · This launcher extends the default Petals ESB kernel one and allows developers to specify the main server class and the JARs of the kernel in a configuration file 'launcher.cfg' under the Petals 'conf' directory. A sample is available in src/test/resources folder.

Table Of Contents

Latest Version

Download org.ow2.petals.dsb : dsb-launcher JAR file - Latest Versions:

All Versions

Download org.ow2.petals.dsb : dsb-launcher JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dsb-launcher-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.ow2.petals.launcher.util

├─ org.ow2.petals.launcher.util.CommandReader.class - [JAR]

├─ org.ow2.petals.launcher.util.Locker.class - [JAR]

├─ org.ow2.petals.launcher.util.SystemExitHook.class - [JAR]

org.ow2.petals.launcher

├─ org.ow2.petals.launcher.AbstractLauncher.class - [JAR]

├─ org.ow2.petals.launcher.PetalsLauncher.class - [JAR]

├─ org.ow2.petals.launcher.PlatformLauncher.class - [JAR]

org.ow2.petals.launcher.tasks

├─ org.ow2.petals.launcher.tasks.EndpointListTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.GetComponentsTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.GetCurrentPathTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.GetRepositoryContentTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.HotDeployTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.HotUndeployTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.InfoTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.InstallFromRepositoryTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.JNDITask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.SetPathTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.ShutdownTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.StopTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.SynchronizeRegistryTask.class - [JAR]

├─ org.ow2.petals.launcher.tasks.Task.class - [JAR]

org.petalslink.dsb.launcher

├─ org.petalslink.dsb.launcher.GenericPetalsLauncher.class - [JAR]

├─ org.petalslink.dsb.launcher.PetalsStateListener.class - [JAR]

Advertisement