JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
domino.java.capsule
Interface Capsule
All Known Implementing Classes:
ServiceProviderCapsule
,
ServiceWatcherCapsule
public interface
Capsule
A capsule represents something which is startable and stoppable. After being started and before being stopped, the capsule is active. Otherwise, it's inactive.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
start
()
Starts the capsule.
void
stop
()
Stops the capsule.
Method Detail
start
void start()
Starts the capsule. After that, the capsule is active.
stop
void stop()
Stops the capsule. After that, the capsule is inactive.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method