Registry / utility / james-server-lifecycle-api

james-server-lifecycle-api

JSON →
library3.9.0javamavenunverified

Provides lifecycle management interfaces for the Apache James Mail Server.

<dependency> <groupId>org.apache.james</groupId> <artifactId>james-server-lifecycle-api</artifactId> <version>3.9.0</version> </dependency>
INSTALL
IMPORT
SIG · JAMES-SERVER-LIFEC
J
james-server-lifecycle-api
utilityjavav3.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Lifecycle
org.apache.james.lifecycle.api.Lifecycle

Implements the Lifecycle interface to manage server component lifecycle.

import org.apache.james.lifecycle.api.Lifecycle; public class MyLifecycle implements Lifecycle { @Override public void init() throws Exception { System.out.println("Initializing..."); } @Override public void start() throws Exception { System.out.println("Starting..."); } @Override public void stop() throws Exception { System.out.println("Stopping..."); } @Override public void destroy() throws Exception { System.out.println("Destroying..."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.9.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
james-server-lifecycle-api — mvn dependency:get james-server-lifecycle-api · libregistry