20120618, rgf

Uses of Interface
org.rexxla.bsf.engines.rexx.RexxExitHandler

Packages that use RexxExitHandler
org.rexxla.bsf.engines.rexx   
 

Uses of RexxExitHandler in org.rexxla.bsf.engines.rexx
 

Methods in org.rexxla.bsf.engines.rexx that return RexxExitHandler
 RexxExitHandler RexxConfiguration.getExitHandler(int function)
           
 RexxExitHandler RexxConfiguration.setExitHandler(int function, RexxExitHandler exitHandler)
          Allows to replace a defined RexxExitHandler with a new one or to remove it.
 

Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxExitHandler
 void RexxConfiguration.addExitHandler(int function, RexxExitHandler exitHandler)
          Allows to define a RexxExitHandler to serve the given Rexx exit.
 RexxExitHandler RexxConfiguration.setExitHandler(int function, RexxExitHandler exitHandler)
          Allows to replace a defined RexxExitHandler with a new one or to remove it.
 


20120618, rgf