Interface OfficeSupplierThreadLocal
-
- All Superinterfaces:
OfficeDependencyRequireNode
- All Known Subinterfaces:
SupplierThreadLocalNode
- All Known Implementing Classes:
SupplierThreadLocalNodeImpl
public interface OfficeSupplierThreadLocal extends OfficeDependencyRequireNode
SupplierThreadLocalwithin theOffice.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetOfficeSupplierThreadLocalName()Obtains the name of thisOfficeSupplierThreadLocal.java.lang.StringgetQualifier()Obtains the qualifier.java.lang.StringgetType()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.
-
-