wt.pom
Class DataServicesRegistry.PdsApplicationContext

java.lang.Object
  extended bywt.pom.DataServicesRegistry.PdsApplicationContext
All Implemented Interfaces:
ApplicationContextChild
Enclosing class:
DataServicesRegistry

class DataServicesRegistry.PdsApplicationContext
extends Object
implements ApplicationContextChild


Field Summary
private  ApplicationContext applicationContext
           
 
Fields inherited from interface wt.services.applicationcontext.ApplicationContextChild
APPLICATION_CONTEXT
 
Constructor Summary
(package private) DataServicesRegistry.PdsApplicationContext()
           
 
Method Summary
 ApplicationContext getApplicationContext()
          Gets the object for the association that plays role: APPLICATION_CONTEXT.
 void setApplicationContext(ApplicationContext a_ApplicationContext)
          Sets the object for the association that plays role: APPLICATION_CONTEXT.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

applicationContext

private ApplicationContext applicationContext
Constructor Detail

DataServicesRegistry.PdsApplicationContext

DataServicesRegistry.PdsApplicationContext()
Method Detail

setApplicationContext

public void setApplicationContext(ApplicationContext a_ApplicationContext)
                           throws WTPropertyVetoException
Description copied from interface: ApplicationContextChild
Sets the object for the association that plays role: APPLICATION_CONTEXT.

Supported API: false

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

getApplicationContext

public ApplicationContext getApplicationContext()
Description copied from interface: ApplicationContextChild
Gets the object for the association that plays role: APPLICATION_CONTEXT.

Supported API: false

Specified by:
getApplicationContext in interface ApplicationContextChild
Returns:
ApplicationContext