public interface Service
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Readies the service for garbage collection, shutting down any
resources used.
|
void |
init()
Initializes the service, sanity checking required properties
and defaulting optional properties.
|
@PostConstruct void init()
@PreDestroy void destroy()
Copyright © 2012–2018 1&1. All rights reserved.