Package org.wildfly.clustering.ejb.timer
Interface TimerServiceConfiguration
-
- All Superinterfaces:
DeploymentConfiguration,DeploymentConfiguration
public interface TimerServiceConfiguration extends DeploymentConfiguration
Encapsulates the configuration of a timer service.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of the component containing the timer service.-
Methods inherited from interface org.wildfly.clustering.ee.DeploymentConfiguration
getDeploymentName
-
Methods inherited from interface org.wildfly.clustering.ejb.DeploymentConfiguration
getDeploymentServiceName, getModule
-
-
-
-
Method Detail
-
getName
String getName()
The name of the component containing the timer service.- Returns:
- a component name
-
-