SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal
Class AbstractLoggedComponent

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
Direct Known Subclasses:
AbstractQueueServicesAccessPoint, AbstractRule, AbstractTask, ListenerWorker

public abstract class AbstractLoggedComponent
extends java.lang.Object

The Class LoggedComponent.


Field Summary
protected  java.lang.String _id
          The _id.
protected  Log _log
          The _log.
 
Constructor Summary
AbstractLoggedComponent(java.lang.String id)
          Instantiates a new abstract logged component.
 
Method Summary
protected  java.lang.String msg(java.lang.String message)
          Format message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_log

protected final Log _log
The _log.


_id

protected final java.lang.String _id
The _id.

Constructor Detail

AbstractLoggedComponent

public AbstractLoggedComponent(java.lang.String id)
Instantiates a new abstract logged component.

Parameters:
id - the id
Method Detail

msg

protected java.lang.String msg(java.lang.String message)
Format message.

Parameters:
message - the message
Returns:
the string

SMILA (incubation) API documentation