Interface OfficeSupplierThreadLocal
-
- All Superinterfaces:
OfficeDependencyRequireNode
- All Known Subinterfaces:
SupplierThreadLocalNode
- All Known Implementing Classes:
SupplierThreadLocalNodeImpl
public interface OfficeSupplierThreadLocal extends OfficeDependencyRequireNode
SupplierThreadLocal
within theOffice
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getOfficeSupplierThreadLocalName()
Obtains the name of thisOfficeSupplierThreadLocal
.java.lang.String
getQualifier()
Obtains the qualifier.java.lang.String
getType()
Obtains the required type.
-
-
-
Method Detail
-
getOfficeSupplierThreadLocalName
java.lang.String getOfficeSupplierThreadLocalName()
Obtains the name of thisOfficeSupplierThreadLocal
.- Returns:
- Name of this
OfficeSupplierThreadLocal
.
-
getQualifier
java.lang.String getQualifier()
Obtains the qualifier.- Returns:
- Qualifier. May be
null
.
-
getType
java.lang.String getType()
Obtains the required type.- Returns:
- Required type.
-
-