wt.inf.container
Class FolderServiceEventHandler.ContainerChange

java.lang.Object
  extended bywt.inf.container.FolderServiceEventHandler.ContainerChange
Enclosing class:
FolderServiceEventHandler

final class FolderServiceEventHandler.ContainerChange
extends Object


Field Summary
(package private)  WTValuedMap containedToDestinations
           
(package private)  WTValuedMap containedToSources
           
(package private)  WTKeyedMap destinationsToContained
           
(package private)  WTKeyedMap sourcesToContained
           
 
Constructor Summary
(package private) FolderServiceEventHandler.ContainerChange()
           
 
Method Summary
(package private)  void addTarget(WTContained target, WTContainer source, WTContainer destination)
           
(package private)  void changeContainers(FolderServiceEvent event)
           
(package private)  void dispatch(String event_type)
           
(package private)  void freeze()
           
(package private)  void prepare(FolderServiceEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

containedToDestinations

WTValuedMap containedToDestinations

containedToSources

WTValuedMap containedToSources

destinationsToContained

WTKeyedMap destinationsToContained

sourcesToContained

WTKeyedMap sourcesToContained
Constructor Detail

FolderServiceEventHandler.ContainerChange

FolderServiceEventHandler.ContainerChange()
Method Detail

changeContainers

void changeContainers(FolderServiceEvent event)
                throws WTException
Throws:
WTException

dispatch

void dispatch(String event_type)
        throws WTException
Throws:
WTException

prepare

void prepare(FolderServiceEvent event)
       throws WTException
Throws:
WTException

addTarget

void addTarget(WTContained target,
               WTContainer source,
               WTContainer destination)

freeze

void freeze()
      throws WTException
Throws:
WTException