|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TRCNode
A representation of the model object 'TRC Node'. A Node is a machine, or at least a machine execution partition. It owns process proxies for processes with agents attached and data collected. There is one server/service installed for each Node. An analogy is a service running on NT that hooks to the process being monitored.
The following features are supported:
HierarchyPackage.getTRCNode()| Method Summary | |
|---|---|
double |
getDeltaTime()
Returns the value of the 'Delta Time' attribute |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
java.lang.String |
getIpAddress()
Returns the value of the 'Ip Address' attribute |
TRCMonitor |
getMonitor()
Returns the value of the 'Monitor' reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
int |
getPort()
Returns the value of the 'Port' attribute. |
org.eclipse.emf.common.util.EList |
getProcessProxies()
Returns the value of the 'Process Proxies' reference list. |
java.lang.String |
getRuntimeId()
Returns the value of the 'Runtime Id' attribute |
double |
getTimezone()
Returns the value of the 'Timezone' attribute |
void |
setDeltaTime(double value)
Sets the value of the ' Delta Time' attribute |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute |
void |
setIpAddress(java.lang.String value)
Sets the value of the ' Ip Address' attribute |
void |
setMonitor(TRCMonitor value)
Sets the value of the ' Monitor' reference |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setPort(int value)
Sets the value of the ' Port' attribute |
void |
setRuntimeId(java.lang.String value)
Sets the value of the ' Runtime Id' attribute |
void |
setTimezone(double value)
Sets the value of the ' Timezone' attribute |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
java.lang.String getRuntimeId()
If the meaning of the 'Runtime Id' attribute isn't clear, there really should be more of a description here...
setRuntimeId(String),
HierarchyPackage.getTRCNode_RuntimeId()void setRuntimeId(java.lang.String value)
Runtime Id' attribute.
value - the new value of the 'Runtime Id' attribute.getRuntimeId()double getTimezone()
If the meaning of the 'Timezone' attribute isn't clear, there really should be more of a description here...
setTimezone(double),
HierarchyPackage.getTRCNode_Timezone()void setTimezone(double value)
Timezone' attribute.
value - the new value of the 'Timezone' attribute.getTimezone()int getPort()
"10002".
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int),
HierarchyPackage.getTRCNode_Port()void setPort(int value)
Port' attribute.
value - the new value of the 'Port' attribute.getPort()double getDeltaTime()
If the meaning of the 'Delta Time' attribute isn't clear, there really should be more of a description here...
Used to synchronize entry, exit events between different nodes, on a distributed application. It is in microseconds.
setDeltaTime(double),
HierarchyPackage.getTRCNode_DeltaTime()void setDeltaTime(double value)
Delta Time' attribute.
value - the new value of the 'Delta Time' attribute.getDeltaTime()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
The machine/host name
setName(String),
HierarchyPackage.getTRCNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String),
HierarchyPackage.getTRCNode_Description()void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()java.lang.String getIpAddress()
If the meaning of the 'Ip Address' attribute isn't clear, there really should be more of a description here...
The IP address of the node
setIpAddress(String),
HierarchyPackage.getTRCNode_IpAddress()void setIpAddress(java.lang.String value)
Ip Address' attribute.
value - the new value of the 'Ip Address' attribute.getIpAddress()org.eclipse.emf.common.util.EList getProcessProxies()
TRCProcessProxy.
It is bidirectional and its opposite is 'Node'.
If the meaning of the 'Process Proxies' reference list isn't clear, there really should be more of a description here...
HierarchyPackage.getTRCNode_ProcessProxies(),
TRCProcessProxy.getNode()TRCMonitor getMonitor()
Nodes'.
If the meaning of the 'Monitor' reference isn't clear, there really should be more of a description here...
setMonitor(TRCMonitor),
HierarchyPackage.getTRCNode_Monitor(),
TRCMonitor.getNodes()void setMonitor(TRCMonitor value)
Monitor' reference.
value - the new value of the 'Monitor' reference.getMonitor()
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||