TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.outputter
Interface LoggingAgentOutputterTypeType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
LoggingAgentOutputterTypeTypeImpl

public interface LoggingAgentOutputterTypeType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Logging Agent Outputter Type Type'.

The following features are supported:

See Also:
OutputterPackage.getLoggingAgentOutputterTypeType()
Generated
[EMF] Model
extendedMetaData="name='LoggingAgentOutputterType_._type' kind='empty'"

Method Summary
 java.lang.String getAgentName()
          Returns the value of the 'Agent Name' attribute
 java.lang.String getWaitUntilLoggingTime()
          Returns the value of the 'Wait Until Logging Time' attribute
 void setAgentName(java.lang.String value)
          Sets the value of the 'Agent Name' attribute
 void setWaitUntilLoggingTime(java.lang.String value)
          Sets the value of the 'Wait Until Logging Time' 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

getAgentName

java.lang.String getAgentName()
Returns the value of the 'Agent Name' attribute. Name of the destination logging agent.

Returns:
the value of the 'Agent Name' attribute.
See Also:
setAgentName(String), OutputterPackage.getLoggingAgentOutputterTypeType_AgentName()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='agentName'"

setAgentName

void setAgentName(java.lang.String value)
Sets the value of the 'Agent Name' attribute.

Parameters:
value - the new value of the 'Agent Name' attribute.
See Also:
getAgentName()
Generated

getWaitUntilLoggingTime

java.lang.String getWaitUntilLoggingTime()
Returns the value of the 'Wait Until Logging Time' attribute. The time in milliseconds to wait for the agent to be monitored.

Returns:
the value of the 'Wait Until Logging Time' attribute.
See Also:
setWaitUntilLoggingTime(String), OutputterPackage.getLoggingAgentOutputterTypeType_WaitUntilLoggingTime()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='waitUntilLoggingTime'"

setWaitUntilLoggingTime

void setWaitUntilLoggingTime(java.lang.String value)
Sets the value of the 'Wait Until Logging Time' attribute.

Parameters:
value - the new value of the 'Wait Until Logging Time' attribute.
See Also:
getWaitUntilLoggingTime()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification