org.eclipse.jetty.osgi.boot.internal.serverfactory
Interface IManagedJettyServerRegistry

All Known Implementing Classes:
JettyServerServiceTracker, JettyServersManagedFactory

public interface IManagedJettyServerRegistry

Keeps track of the running jetty servers. They are named.


Method Summary
 ServerInstanceWrapper getServerInstanceWrapper(String managedServerName)
           
 

Method Detail

getServerInstanceWrapper

ServerInstanceWrapper getServerInstanceWrapper(String managedServerName)
Parameters:
managedServerName - The server name
Returns:
the corresponding jetty server wrapped with its deployment properties.


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.