Interface Lifecycle
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
Deployment,DeploymentContainer
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
getName
String getName() -
start
void start() -
stop
void stop() -
isStarted
boolean isStarted() -
close
default void close()- Specified by:
closein interfaceAutoCloseable
-