Interface SectionManagedObjectPool
-
- All Superinterfaces:
PropertyConfigurable
- All Known Subinterfaces:
ManagedObjectPoolNode
- All Known Implementing Classes:
ManagedObjectPoolNodeImpl
public interface SectionManagedObjectPool extends PropertyConfigurable
ManagedObjectPoolwithin theOfficeSection.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSectionManagedObjectPoolName()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.
-
-