Interface SectionManagedObjectPool
-
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
ManagedObjectPoolNode
- All Known Implementing Classes:
ManagedObjectPoolNodeImpl
public interface SectionManagedObjectPool extends PropertyConfigurable
ManagedObjectPool
within theOfficeSection
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSectionManagedObjectPoolName()
Obtains the name of thisSectionManagedObjectPool
.-
Methods inherited from interface net.officefloor.compile.properties.PropertyConfigurable
addProperty
-
-
-
-
Method Detail
-
getSectionManagedObjectPoolName
java.lang.String getSectionManagedObjectPoolName()
Obtains the name of thisSectionManagedObjectPool
.- Returns:
- Name of this
SectionManagedObjectPool
.
-
-