@Service public class EmbeddedSecurityLifeCycle extends Object implements EmbeddedLifecycle
| Constructor and Description |
|---|
EmbeddedSecurityLifeCycle() |
| Modifier and Type | Method and Description |
|---|---|
void |
creation(Server server)
Notification of embedded server creation
|
void |
destruction(Server server)
Notification of embedded server destruction
|
public void creation(Server server)
EmbeddedLifecyclecreation in interface EmbeddedLifecycleserver - the newly created serverpublic void destruction(Server server)
EmbeddedLifecycledestruction in interface EmbeddedLifecycleserver - the stopped embedded server instanceCopyright © 2019. All rights reserved.