Oracle Content Management SDK

Uses of Class
oracle.ifs.common.IfsEvent

Packages that use IfsEvent
oracle.ifs.beans   
oracle.ifs.common   
oracle.ifs.management.domain   
oracle.ifs.server   
 

Uses of IfsEvent in oracle.ifs.beans
 

Methods in oracle.ifs.beans with parameters of type IfsEvent
 void LibraryObject.handleEvent(IfsEvent event)
          Handles the specified event.
 void PublicObject.handleEvent(IfsEvent event)
          Handles the specified event.
 void VersionSeries.handleEvent(IfsEvent event)
          Handles the specified event.
 void Property.handleEvent(IfsEvent event)
          Handles the specified event.
 void PropertyBundle.handleEvent(IfsEvent event)
          Handles the specified event.
 void AccessControlList.handleEvent(IfsEvent event)
          Handles the specified event.
 void Template.handleEvent(IfsEvent event)
          Handles the specified event.
 void SearchObject.handleEvent(IfsEvent event)
          Handles the specified event.
 void Folder.handleEvent(IfsEvent event)
          Handles the specified event.
protected  void LibrarySession.postEvent(IfsEvent event)
          Post the specified event.
 void LibrarySession.handleEvent(IfsEvent event)
          Handles the specified event.
protected  void LibrarySession.DMPostEvent(IfsEvent event)
          Invokes the identically-named remote S_LibrarySession method.
 

Uses of IfsEvent in oracle.ifs.common
 

Methods in oracle.ifs.common with parameters of type IfsEvent
 void CachedCollection.handleEvent(IfsEvent event)
          Handles the specified event.
 void IfsEventHandler.handleEvent(IfsEvent event)
          Handles the specified event.
 void UncachedSelectorCollection.handleEvent(IfsEvent event)
          Handles the specified event.
 

Uses of IfsEvent in oracle.ifs.management.domain
 

Methods in oracle.ifs.management.domain with parameters of type IfsEvent
protected  void IfsServer.queueEvent(IfsEvent event)
          Queues an IfsEvent for this Server.
protected  void IfsServer.processEvent(IfsEvent event)
          Processes an IfsEvent previously placed in this Server's event queue by queueEvent.
 

Uses of IfsEvent in oracle.ifs.server
 

Methods in oracle.ifs.server with parameters of type IfsEvent
 void S_LibraryObject.handleEvent(IfsEvent event)
          Handles the specified event.
 void S_Media.handleEvent(IfsEvent event)
          Handles the specified event.
 void S_Property.handleEvent(IfsEvent event)
          Handles the specified event.
protected  void S_LibraryService.postEvent(IfsEvent event)
          Posts the specified event.
protected  void S_LibraryService.processEvent(IfsEvent event)
          Processes the specified event.
 void S_LibraryService.handleEvent(IfsEvent event)
          Handles the specified event.
 void S_LibrarySession.DMPostEvent(IfsEvent event)
          Posts the specified event.
protected  void S_LibrarySession.postEvent(IfsEvent event)
          Post the specified event.
protected  void S_LibrarySession.queueEventForProcessing(IfsEvent event)
          Queues the specified event for processing by this S_LibrarySession.
 void S_LibrarySession.handleEvent(IfsEvent event)
          Handles the specified event.
 void S_LibraryServiceEventExchanger.postEvent(IfsEvent event)
          Posts the specified event to all other services.
 void S_Folder.handleEvent(IfsEvent event)
          Handles the specified event.
 void S_ClassDomain.handleEvent(IfsEvent event)
          Handles the specified event.
protected  void UncommittedLibraryObjectDataCache.scheduleEvent(IfsEvent event)
          Schedules a committed or rolled-back event for the specified uncommitted event.
 void S_LibrarySessionInterface.DMPostEvent(IfsEvent event)
           
 void S_LibraryServiceRdbmsEventExchanger.postEvent(IfsEvent event)
          Posts the specified event to all other services.
 


Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.