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 DomainAware
The 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 String
getHostName()
getHostName of the Server this admin object belongs toString
getServerGroup()
Server group that admin object belongs toString
getServerName()
Name of the Server that this admin object belongs to
-