public interface ExternalContainer
Modifier and Type | Method and Description |
---|---|
void |
boot()
Bootstraps the container
|
int |
getOrdinal() |
void |
shutdown()
Closes the container
|
void |
startScope(Class<? extends java.lang.annotation.Annotation> scopeClass)
Signals a started scope
|
void |
stopScope(Class<? extends java.lang.annotation.Annotation> scopeClass)
Signals a stopped scope
|
void boot()
void shutdown()
int getOrdinal()
void startScope(Class<? extends java.lang.annotation.Annotation> scopeClass)
scopeClass
- annotation-class of the scopevoid stopScope(Class<? extends java.lang.annotation.Annotation> scopeClass)
scopeClass
- annotation-class of the scopeCopyright © 2015 The Apache Software Foundation. All rights reserved.