TPTP 4.0.0 Monitoring Tools Project
Public API Specification

org.eclipse.hyades.logging.adapter.impl
Class AdapterContext

java.lang.Object
  extended byorg.eclipse.hyades.logging.adapter.impl.Component
      extended byorg.eclipse.hyades.logging.adapter.impl.Context
          extended byorg.eclipse.hyades.logging.adapter.impl.BasicContext
              extended byorg.eclipse.hyades.logging.adapter.impl.AdapterContext
All Implemented Interfaces:
IComponent, IContext, java.lang.Runnable

public class AdapterContext
extends BasicContext

This is a specialized IContext that is intended to be used by contexts that are internal to the adapter. Internal contexts are not specified in the external configuration. Contexts which are of this type will not block the adapter from exiting if all other IContext realizations are complete.


Field Summary
 
Fields inherited from class org.eclipse.hyades.logging.adapter.impl.Context
listener
 
Fields inherited from class org.eclipse.hyades.logging.adapter.impl.Component
logger, status, stopping
 
Constructor Summary
AdapterContext()
           
 
Methods inherited from class org.eclipse.hyades.logging.adapter.impl.BasicContext
init, run, stop
 
Methods inherited from class org.eclipse.hyades.logging.adapter.impl.Context
getCharset, getContextListener, getContextStatus, getContinuousOperation, getLocale, getMaximumIdleTime, getPauseCount, getPauseInterval, handleControledStop, incrementPauseCount, isHardStop, resetControledStop, resetPauseCount, setCharset, setContextListener, setContinuousOperation, setHardStop, setLocale, setMaximumIdleTime, setPauseCount, setPauseInterval, update
 
Methods inherited from class org.eclipse.hyades.logging.adapter.impl.Component
clean, getComponents, getComponentStatus, getConfiguration, getContextConfiguration, getDescription, getEventFactory, getExecutableClassName, getImplementationCreationDate, getImplementationVersion, getImplementationVersionDescription, getItemsProcessedCount, getLogger, getLoggingLevel, getName, getParent, getRole, getRoleCreationDate, getRoleVersion, getRoleVersionDescription, getUniqueID, incrementItemsProcessedCount, incrementItemsProcessedCount, isStopping, log, log, setComponents, setConfiguration, setContextConfiguration, setDescription, setExecutableClassName, setImplemenationCreationDate, setImplementationVersion, setImplementationVersionDescription, setLogger, setLoggingLevel, setName, setParent, setRole, setRoleCreationDate, setRoleVersion, setRoleVersionDescription, setStopping, setUniqueID, start, stop, trace, trace, trace, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.hyades.logging.adapter.IComponent
getComponents, getConfiguration, getContextConfiguration, getDescription, getExecutableClassName, getImplementationCreationDate, getImplementationVersion, getImplementationVersionDescription, getLogger, getLoggingLevel, getName, getParent, getRole, getRoleCreationDate, getRoleVersion, getRoleVersionDescription, getUniqueID, log, log, setComponents, setConfiguration, setContextConfiguration, setDescription, setExecutableClassName, setImplemenationCreationDate, setImplementationVersion, setImplementationVersionDescription, setLogger, setLoggingLevel, setName, setParent, setRole, setRoleCreationDate, setRoleVersion, setRoleVersionDescription, setUniqueID, start, update
 

Constructor Detail

AdapterContext

public AdapterContext()

TPTP 4.0.0 Monitoring Tools Project
Public API Specification