org.objectweb.jonathan.libs.kernel

Class JContextFactory.ContextElement

Enclosing Class:
JContextFactory
Implemented Interfaces:
Element

public static class JContextFactory.ContextElement
extends JElement

Class of the context elements used by JContextFactory.

Constructor Summary

ContextElement(Context container)
Constructs a new context element.

Method Summary

protected boolean
checkType()
protected void
reset()
Resets the element, setting all object reference members to null, and possibly recycling the element in a pool.
String
toString()
Contructs a new context element, using the provided component.

Methods inherited from class org.objectweb.jonathan.libs.kernel.JElement

getComponent, getContainer, getIntValue, getName, getType, getValue, toString

Constructor Details

ContextElement

public ContextElement(Context container)
Constructs a new context element.

Method Details

checkType

protected boolean checkType()


reset

protected void reset()
Resets the element, setting all object reference members to null, and possibly recycling the element in a pool.


toString

public String toString()
Contructs a new context element, using the provided component. After contruction, the containing element of the provided component is the newly created element.
Overrides:
toString in interface JElement

Parameters: