- java.lang.Object
-
- org.glassfish.osgiweb.WebExtender
-
- All Implemented Interfaces:
- org.glassfish.osgijavaeebase.Extender
public class WebExtender
extends java.lang.Object
implements org.glassfish.osgijavaeebase.Extender
An extender that listens to web application bundle's lifecycle
events and does the necessary deployment/undeployment.
- Author:
- Sanjeeb.Sahoo@Sun.COM
-
-
Constructor Summary
Constructors
| Constructor and Description |
WebExtender(org.osgi.framework.BundleContext context) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
start() |
void |
stop() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
start
public void start()
- Specified by:
start in interface org.glassfish.osgijavaeebase.Extender
-
stop
public void stop()
- Specified by:
stop in interface org.glassfish.osgijavaeebase.Extender
Copyright © 2018 GlassFish Community. All Rights Reserved.