public class JettyServerServiceTracker extends java.lang.Object implements org.osgi.framework.ServiceListener, IManagedJettyServerRegistry
| Constructor and Description |
|---|
JettyServerServiceTracker() |
| Modifier and Type | Method and Description |
|---|---|
ServerInstanceWrapper |
getServerInstanceWrapper(java.lang.String managedServerName) |
void |
serviceChanged(org.osgi.framework.ServiceEvent ev)
Receives notification that a service has had a lifecycle change.
|
void |
stop()
Stops each one of the registered servers.
|
public void stop()
public void serviceChanged(org.osgi.framework.ServiceEvent ev)
serviceChanged in interface org.osgi.framework.ServiceListenerev - The ServiceEvent object.public ServerInstanceWrapper getServerInstanceWrapper(java.lang.String managedServerName)
getServerInstanceWrapper in interface IManagedJettyServerRegistrymanagedServerName - The server nameCopyright © 2013 FuseSource, Corp.. All Rights Reserved.