wt.pds
Class JoinDelegateFactory

java.lang.Object
  extended bywt.pds.JoinDelegateFactory
All Implemented Interfaces:
ApplicationContextChild

public class JoinDelegateFactory
extends Object
implements ApplicationContextChild

This class implements a factory for creating JoinDelegate implementations.

Supported API: false

Extendable: false


Field Summary
private  ApplicationContext applicationContext
           
private static String CLASSNAME
           
static JoinDelegateFactory FACTORY
          

Supported API: false
private static String RESOURCE
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
JoinDelegateFactory()
          

Supported API: false
 
Method Summary
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: applicationContext.
 JoinDelegate getJoinDelegate(Class a_referenceType)
          This method returns a JoinDelegate implementation for the specified reference type.
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          Sets the object for the association that plays role: applicationContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

FACTORY

public static final JoinDelegateFactory FACTORY


Supported API: false


applicationContext

private ApplicationContext applicationContext
Constructor Detail

JoinDelegateFactory

public JoinDelegateFactory()


Supported API: false

Method Detail

getJoinDelegate

public JoinDelegate getJoinDelegate(Class a_referenceType)
                             throws WTException
This method returns a JoinDelegate implementation for the specified reference type.

Supported API: false

Parameters:
a_referenceType -
Returns:
JoinDelegate
Throws:
WTException

getApplicationContext

public ApplicationContext getApplicationContext()
Gets the object for the association that plays role: applicationContext.

Supported API: false

Specified by:
getApplicationContext in interface ApplicationContextChild
Returns:
ApplicationContext

setApplicationContext

public void setApplicationContext(ApplicationContext a_ApplicationContext)
                           throws WTPropertyVetoException
Sets the object for the association that plays role: applicationContext.

Supported API: false

Specified by:
setApplicationContext in interface ApplicationContextChild
Parameters:
a_ApplicationContext -
Throws:
WTPropertyVetoException