wt.inf.sharing
Class DataSharingDelegateFactory
java.lang.Object
wt.inf.sharing.DataSharingDelegateFactory
- All Implemented Interfaces:
- ApplicationContextChild, Serializable
- public final class DataSharingDelegateFactory
- extends Object
- implements ApplicationContextChild, Serializable
Singleton class that returns DataSharingDelegate
objects.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
applicationContext
private ApplicationContext applicationContext
services
private ApplicationContextServices services
DataSharingDelegateFactory
protected DataSharingDelegateFactory()
Supported API: false
get
protected DataSharingDelegate get(WTContainer container)
throws WTException
- Returns a data sharing delegate given the container.
Supported API: false
- Parameters:
container
-
- Returns:
- DataSharingDelegate
- 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