EclipseLink 2.2.0, build 'v20110202-r8913' API Reference

org.eclipse.persistence.sdo.helper.delegates
Class AbstractHelperDelegator

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.delegates.AbstractHelperDelegator
Direct Known Subclasses:
SDODataFactoryDelegator, SDOTypeHelperDelegator, SDOXMLHelperDelegator, SDOXSDHelperDelegator

public abstract class AbstractHelperDelegator
extends java.lang.Object

Abstract class for SDO helper delegators. Delegates will shared on an application basis. This class will return the key to be used to store/retrieve the delegates for a given application.


Field Summary
protected  HelperContext aHelperContext
           
 
Constructor Summary
AbstractHelperDelegator()
           
 
Method Summary
 HelperContext getHelperContext()
          Return the helperContext that this instance is associated with.
 void setHelperContext(HelperContext helperContext)
          INTERNAL: Set the helperContext that this instance is associated with.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aHelperContext

protected HelperContext aHelperContext
Constructor Detail

AbstractHelperDelegator

public AbstractHelperDelegator()
Method Detail

getHelperContext

public HelperContext getHelperContext()
Return the helperContext that this instance is associated with. This context contains all helpers. If null, the default context is returned.

Returns:
set helper context or, if null, the default context
See Also:
HelperContext, HelperProvider

setHelperContext

public void setHelperContext(HelperContext helperContext)
INTERNAL: Set the helperContext that this instance is associated with. This context will contain all helpers, so inter-helper relationships are preserved.

Parameters:
helperContext -
See Also:
HelperContext

EclipseLink 2.2.0, build 'v20110202-r8913' API Reference