COSMOS ${releaseVersion} data-collection Project
Internal API Specification
G H I L O P R S

G

getComponentConfigPath() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the name of the file containing the configurations for the components of the contexts.
getContextConfigPath() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the name of the file containing the configurations for the contexts
getContexts() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the set of Context objects
getLoggingLevel() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the logging level of the Adapter object.
getLogOutputter() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the custom Outputter that the internal logging context is using.
getStatus() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Get the status of the contexts
GLAController - Class in org.eclipse.cosmos.dc.tptp.gla.components.source.internal
Controller manages a set of Context objects by setting the configurations and then starting each context.
GLAController(Element) - Constructor for class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Constructor for Controller.

H

hardStop() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
This stop method will still cause the contexts to be stopped but will not call the context listener methods when flushing the components.

I

isRunning() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Returns whether the Controller is running.

L

log(String) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Log the string message to standard error since the logging outputter(s) associated with the AdapterSensor logger will never be started.

O

org.eclipse.cosmos.dc.tptp.gla.components.source.internal - package org.eclipse.cosmos.dc.tptp.gla.components.source.internal
 

P

prepareAdapter(boolean) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Prepare the adapter for execution.
prepareConfiguration(boolean) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Prepare the adapter configuration for execution.

R

run() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
run provides the basic loop for a Controller thread.

S

setComponentConfigPath(String) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Set the name of the file containing the configurations for the components of the contexts.
setContextConfigPath(String) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Set the name of the file containing the configurations for the contexts.
setLoggingLevel(short) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Sets the loggingLevel of the Adapter object.
setLogOutputter(IOutputter) - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Sets the custom Outputter for the internal logging context to use.
start() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Start running the controller which means starting up each of the contexts.
stop() - Method in class org.eclipse.cosmos.dc.tptp.gla.components.source.internal.GLAController
Stop the controller which means stopping all of the contexts if they are still running.

G H I L O P R S
COSMOS ${releaseVersion} data-collection Project
Internal API Specification