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 Annotation> scopeClass)
Signals a started scope 
 | 
void | 
stopScope(Class<? extends Annotation> scopeClass)
Signals a stopped scope 
 | 
void boot()
void shutdown()
int getOrdinal()
void startScope(Class<? extends Annotation> scopeClass)
scopeClass - annotation-class of the scopevoid stopScope(Class<? extends Annotation> scopeClass)
scopeClass - annotation-class of the scopeCopyright © 2017 The Apache Software Foundation. All rights reserved.