public class EmbeddedOSGiGlassFishImpl extends GlassFishDecorator
EmbeddedOSGiGlassFishRuntimeGlassFish.Status| Constructor and Description |
|---|
EmbeddedOSGiGlassFishImpl(GlassFish decoratedGf,
org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Start GlassFish.
|
void |
stop()
Stop GlassFish.
|
dispose, getCommandRunner, getDeployer, getService, getService, getStatuspublic EmbeddedOSGiGlassFishImpl(GlassFish decoratedGf, org.osgi.framework.BundleContext bundleContext)
public void start()
throws GlassFishException
GlassFishGlassFish.Status.STARTED state is a no-op.start in interface GlassFishstart in class GlassFishDecoratorGlassFishException - if server can't be started for some unknown reason.public void stop()
throws GlassFishException
GlassFishGlassFish.Status.STARTED state is a no-op.stop in interface GlassFishstop in class GlassFishDecoratorGlassFishException - if server can't be started for some unknown reason.Copyright © 2019. All rights reserved.