Interface ManagedObjectPoolSourceSpecification
-
public interface ManagedObjectPoolSourceSpecification
Specification of aManagedObjectPoolSource
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ManagedObjectPoolSourceProperty[]
getProperties()
Obtains the specification of the properties for theManagedObjectPoolSource
.
-
-
-
Method Detail
-
getProperties
ManagedObjectPoolSourceProperty[] getProperties()
Obtains the specification of the properties for theManagedObjectPoolSource
.- Returns:
- Property specification.
-
-