public class InternalLocationFactory extends InternalFactory
InternalFactory.FactoryConstructionTracker| Constructor and Description |
|---|
InternalLocationFactory(ManagementContextInternal managementContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Location> |
constructLocation(java.lang.Class<T> clazz)
Constructs a new-style entity (fails if no no-arg constructor).
|
<T extends Location> |
createLocation(LocationSpec<T> spec) |
isNewStylepublic InternalLocationFactory(ManagementContextInternal managementContext)
public <T extends Location> T createLocation(LocationSpec<T> spec)
public <T extends Location> T constructLocation(java.lang.Class<T> clazz)