wt.inf.sharing
Class DataSharingDelegateFactory

java.lang.Object
  extended bywt.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

Field Summary
private  ApplicationContext applicationContext
           
private static String CLASSNAME
           
private static String RESOURCE
           
private  ApplicationContextServices services
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
protected DataSharingDelegateFactory()
          

Supported API: false
 
Method Summary
protected  DataSharingDelegate get(WTContainer container)
          Returns a data sharing delegate given the container.
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: applicationContext.
 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

applicationContext

private ApplicationContext applicationContext

services

private ApplicationContextServices services
Constructor Detail

DataSharingDelegateFactory

protected DataSharingDelegateFactory()


Supported API: false

Method Detail

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