Package net.officefloor.test
Interface TestDependencyServiceContext
public interface TestDependencyServiceContext
Context for the
TestDependencyService.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionlongObtains the load timeout for theAutoWireStateManager.Class<?>Obtains the type of required dependency.Obtains the qualifier of required dependency.Obtains theAutoWireStateManager.
-
Method Details
-
getQualifier
String getQualifier()Obtains the qualifier of required dependency.- Returns:
- Qualifier of required dependency. May be
null.
-
getObjectType
Class<?> getObjectType()Obtains the type of required dependency.- Returns:
- Type of required dependency. May be
null.
-
getStateManager
AutoWireStateManager getStateManager()Obtains theAutoWireStateManager.- Returns:
AutoWireStateManager.
-
getLoadTimeout
long getLoadTimeout()Obtains the load timeout for theAutoWireStateManager.- Returns:
- Load timeout for the
AutoWireStateManager.
-