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