public class EmbeddedOSGiGlassFishImpl extends GlassFishDecorator
EmbeddedOSGiGlassFishRuntime
GlassFish.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, getStatus
public EmbeddedOSGiGlassFishImpl(GlassFish decoratedGf, org.osgi.framework.BundleContext bundleContext)
public void start() throws GlassFishException
GlassFish
GlassFish.Status.STARTED
state is a no-op.start
in interface GlassFish
start
in class GlassFishDecorator
GlassFishException
- if server can't be started for some unknown reason.public void stop() throws GlassFishException
GlassFish
GlassFish.Status.STARTED
state is a no-op.stop
in interface GlassFish
stop
in class GlassFishDecorator
GlassFishException
- if server can't be started for some unknown reason.Copyright © 2018. All rights reserved.