Uses of Class
org.ops4j.pax.runner.platform.PlatformException

Packages that use PlatformException
org.ops4j.pax.runner   
org.ops4j.pax.runner.platform   
org.ops4j.pax.runner.platform.concierge.internal   
org.ops4j.pax.runner.platform.equinox.internal   
org.ops4j.pax.runner.platform.felix.internal   
org.ops4j.pax.runner.platform.internal   
org.ops4j.pax.runner.platform.knopflerfish.internal   
 

Uses of PlatformException in org.ops4j.pax.runner
 

Methods in org.ops4j.pax.runner that throw PlatformException
 void NoopJavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDir)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 

Uses of PlatformException in org.ops4j.pax.runner.platform
 

Methods in org.ops4j.pax.runner.platform that throw PlatformException
 void InProcessJavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDirectory)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 void JavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDir)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 void ScriptJavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDirectory)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 void ZipJavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDir)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 void InitDScriptRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDir)
          retrieve template, replace some values and write to m_applicationName
 void DefaultJavaRunner.exec(java.lang.String[] vmOptions, java.lang.String[] classpath, java.lang.String mainClass, java.lang.String[] programOptions, java.lang.String javaHome, java.io.File workingDirectory)
          Starts the selected Java program, up to service implementation whether it waits for it to exit.
 void PlatformBuilder.prepare(PlatformContext context)
          Prepares platform for running.
 void Platform.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties platformProperties, java.util.Dictionary config, JavaRunner runner)
          Starts the platform using an external Java runner service, which may not wait for it to exit.
 

Uses of PlatformException in org.ops4j.pax.runner.platform.concierge.internal
 

Methods in org.ops4j.pax.runner.platform.concierge.internal that throw PlatformException
 void ConciergePlatformBuilder.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 

Uses of PlatformException in org.ops4j.pax.runner.platform.equinox.internal
 

Methods in org.ops4j.pax.runner.platform.equinox.internal that throw PlatformException
 void EquinoxPlatformBuilder.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/equinox directory.
 

Uses of PlatformException in org.ops4j.pax.runner.platform.felix.internal
 

Methods in org.ops4j.pax.runner.platform.felix.internal that throw PlatformException
 void FelixPlatformBuilderF140T141.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/felix directory.
 void FelixPlatformBuilderF100T122.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/felix directory.
 

Uses of PlatformException in org.ops4j.pax.runner.platform.internal
 

Methods in org.ops4j.pax.runner.platform.internal that throw PlatformException
 void PlatformImpl.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties properties, java.util.Dictionary config, JavaRunner javaRunner)
           
 

Uses of PlatformException in org.ops4j.pax.runner.platform.knopflerfish.internal
 

Methods in org.ops4j.pax.runner.platform.knopflerfish.internal that throw PlatformException
 void KnopflerfishPlatformBuilderF200T233.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 void KnopflerfishPlatformBuilderF300.prepare(PlatformContext context)
          Creates a config.ini file under the working directory/knopflerfish directory.
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.