Interface OfficeSupplierThreadLocal
- All Superinterfaces:
OfficeDependencyRequireNode
- All Known Subinterfaces:
SupplierThreadLocalNode
- All Known Implementing Classes:
SupplierThreadLocalNodeImpl
SupplierThreadLocal within the Office.- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionObtains the name of thisOfficeSupplierThreadLocal.Obtains the qualifier.getType()Obtains the required type.
-
Method Details
-
getOfficeSupplierThreadLocalName
String getOfficeSupplierThreadLocalName()Obtains the name of thisOfficeSupplierThreadLocal.- Returns:
- Name of this
OfficeSupplierThreadLocal.
-
getQualifier
String getQualifier()Obtains the qualifier.- Returns:
- Qualifier. May be
null.
-
getType
String getType()Obtains the required type.- Returns:
- Required type.
-