Uses of Interface
wt.inf.sharing.DataSharingDelegate

Packages that use DataSharingDelegate
wt.inf.sharing   
 

Uses of DataSharingDelegate in wt.inf.sharing
 

Classes in wt.inf.sharing that implement DataSharingDelegate
 class AbstractDataSharingDelegate
          Provides empty body implementations of DataSharingDelegate interface.
 class CtmDataSharingDelegate
          Data sharing delegate for ContainerTeamManaged containers.
 class DefaultDataSharingDelegate
          Default implementation of the DataSharingDelegate interface.
 

Methods in wt.inf.sharing that return DataSharingDelegate
protected  DataSharingDelegate DataSharingDelegateFactory.get(WTContainer container)
          Returns a data sharing delegate given the container.