public interface MasterServer extends EquinoxApplication
The following features are supported:
OsgiPackage.getMasterServer()
Modifier and Type | Method and Description |
---|---|
String |
getAeServerInformationPrefix()
Returns the value of the 'Ae Server Information Prefix' attribute.
|
org.eclipse.emf.common.util.EList<Average> |
getAverages()
Returns the value of the 'Averages' containment reference list.
|
org.eclipse.emf.common.util.EList<BufferedValue> |
getBufferedValues()
Returns the value of the 'Buffered Values' containment reference list.
|
org.eclipse.emf.common.util.EList<DataMapper> |
getDataMapper()
Returns the value of the 'Data Mapper' containment reference list.
|
org.eclipse.emf.common.util.EList<EventPool> |
getEventPools()
Returns the value of the 'Event Pools' containment reference list.
|
org.eclipse.emf.common.util.EList<ExternalEventFilter> |
getExternalEventFilters()
Returns the value of the 'External Event Filters' containment reference list.
|
org.eclipse.emf.common.util.EList<ExternalEventMonitor> |
getExternalEventMonitors()
Returns the value of the 'External Event Monitors' containment reference list.
|
org.eclipse.emf.common.util.EList<Item> |
getItems()
Returns the value of the 'Items' containment reference list.
|
Markers |
getMarkers()
Returns the value of the 'Markers' containment reference.
|
org.eclipse.emf.common.util.EList<MonitorPool> |
getMonitorPools()
Returns the value of the 'Monitor Pools' containment reference list.
|
org.eclipse.emf.common.util.EList<MovingAverage> |
getMovingAverages()
Returns the value of the 'Moving Averages' containment reference list.
|
org.eclipse.emf.common.util.EList<SummaryGroup> |
getSummaryGroups()
Returns the value of the 'Summary Groups' containment reference list.
|
void |
setAeServerInformationPrefix(String value)
Sets the value of the '
Ae Server Information Prefix ' attribute. |
void |
setMarkers(Markers value)
Sets the value of the '
Markers ' containment reference. |
getConnections, getCustomizationProfile, getExporter, getModules, getProfile, getSecurityConfiguration, setCustomizationProfile, setSecurityConfiguration
getName, setName
getShortDescription, setShortDescription
org.eclipse.emf.common.util.EList<SummaryGroup> getSummaryGroups()
SummaryGroup
.
If the meaning of the 'Summary Groups' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_SummaryGroups()
org.eclipse.emf.common.util.EList<Item> getItems()
Item
.
If the meaning of the 'Items' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_Items()
Markers getMarkers()
If the meaning of the 'Markers' containment reference isn't clear, there really should be more of a description here...
setMarkers(Markers)
,
OsgiPackage.getMasterServer_Markers()
void setMarkers(Markers value)
Markers
' containment reference.
value
- the new value of the 'Markers' containment reference.getMarkers()
String getAeServerInformationPrefix()
"ae.server.info"
.
If the meaning of the 'Ae Server Information Prefix' attribute isn't clear, there really should be more of a description here...
setAeServerInformationPrefix(String)
,
OsgiPackage.getMasterServer_AeServerInformationPrefix()
void setAeServerInformationPrefix(String value)
Ae Server Information Prefix
' attribute.
value
- the new value of the 'Ae Server Information Prefix' attribute.getAeServerInformationPrefix()
org.eclipse.emf.common.util.EList<MonitorPool> getMonitorPools()
MonitorPool
.
If the meaning of the 'Monitor Pools' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_MonitorPools()
org.eclipse.emf.common.util.EList<EventPool> getEventPools()
EventPool
.
If the meaning of the 'Event Pools' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_EventPools()
org.eclipse.emf.common.util.EList<DataMapper> getDataMapper()
DataMapper
.
If the meaning of the 'Data Mapper' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_DataMapper()
org.eclipse.emf.common.util.EList<ExternalEventMonitor> getExternalEventMonitors()
ExternalEventMonitor
.
If the meaning of the 'External Event Monitors' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_ExternalEventMonitors()
org.eclipse.emf.common.util.EList<ExternalEventFilter> getExternalEventFilters()
ExternalEventFilter
.
If the meaning of the 'External Event Filters' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_ExternalEventFilters()
org.eclipse.emf.common.util.EList<Average> getAverages()
Average
.
If the meaning of the 'Averages' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_Averages()
org.eclipse.emf.common.util.EList<MovingAverage> getMovingAverages()
MovingAverage
.
If the meaning of the 'Moving Averages' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_MovingAverages()
org.eclipse.emf.common.util.EList<BufferedValue> getBufferedValues()
BufferedValue
.
If the meaning of the 'Buffered Values' containment reference list isn't clear, there really should be more of a description here...
OsgiPackage.getMasterServer_BufferedValues()