Qizx fe-4.4p2 API

Uses of Interface
com.qizx.api.PostCommitTrigger

Packages that use PostCommitTrigger
com.qizx.api API of the embeddable version of the Qizx XML Query engine. 
 

Uses of PostCommitTrigger in com.qizx.api
 

Methods in com.qizx.api that return PostCommitTrigger
 PostCommitTrigger[] LibraryManager.getPostCommitTriggers(String libraryName)
          Returns a list of post-commit Triggers.
 

Methods in com.qizx.api with parameters of type PostCommitTrigger
 void LibraryManager.addPostCommitTrigger(String libraryName, PostCommitTrigger trigger)
          Adds a post-commit Trigger.
 void LibraryManager.removePostCommitTrigger(String libraryName, PostCommitTrigger trigger)
          Removes a post-commit Trigger.
 


© 2010 Axyana Software