Package org.teiid.adminapi
Interface DomainAware
-
- All Known Subinterfaces:
CacheStatistics,EngineStatistics,Request,Session,Transaction,Translator,VDB,WorkerPoolStatistics
- All Known Implementing Classes:
CacheStatisticsMetadata,EngineStatisticsMetadata,RequestMetadata,SessionMetadata,TransactionMetadata,VDBMetaData,VDBTranslatorMetaData,WorkerPoolStatisticsMetadata
public interface DomainAwareThe admin objects that implement this interface have domain information on them when Teiid is running in the domain mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHostName()getHostName of the Server this admin object belongs toStringgetServerGroup()Server group that admin object belongs toStringgetServerName()Name of the Server that this admin object belongs to
-