Interface ManagerContainerService
- All Known Implementing Classes:
Container
public interface ManagerContainerService
Remote interface to access a web application container and list its
contexts.
- Author:
- Chris Burdess
-
Method Summary
Modifier and TypeMethodDescriptiongetContext(String contextPath) Returns the context with the given context path.Returns a collection of the contexts in this container.
-
Method Details
-
getContexts
Collection<ManagerContextService> getContexts()Returns a collection of the contexts in this container. -
getContext
Returns the context with the given context path.
-