public abstract class Service extends Object
Constructor and Description |
---|
Service() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This method closes the service.
|
void |
init()
This method initializes the service.
|
@PostConstruct public void init() throws Exception
Exception
- Failed to initialize@PreDestroy public void close() throws Exception
Exception
- Failed to closeCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.