Package org.wildfly.core.embedded
Interface Context
-
public interface ContextA context used to activate and restore the environment for embedded containers.- Author:
- James R. Perkins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()Activates the context for the current embedded environment.voidrestore()Restores the previous context.
-