public abstract class AbstractRegion extends Object implements Region
| Constructor and Description |
|---|
AbstractRegion(String name,
RegionFactory regionFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Retrieve the name of this region.
|
RegionFactory |
getRegionFactory()
The RegionFactory that generated this Region
|
public AbstractRegion(String name, RegionFactory regionFactory)
public String getName()
RegionRetrieve the name of this region.
public RegionFactory getRegionFactory()
RegionThe RegionFactory that generated this Region
getRegionFactory in interface RegionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.