Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.bsf.engines.netrexx: Javadoc index of package org.apache.bsf.engines.netrexx.


Package Samples:

org.apache.bsf.engines.netrexx

Classes:

NetRexxEngine: This is the interface to NetRexx from the Bean Scripting Framework. The NetRexx code must be written script-style, without a "class" or "properties" section preceeding the executable code. The NetRexxEngine will generate a prefix for this code: class $$CLASSNAME$$; method BSFNetRexxEngineEntry(bsf=org.apache.bsf.BSFManager) public static; $$CLASSNAME$$ will be replaced by a generated classname of the form BSFNetRexx*, and the bsf parameter can be used to retrieve application objects registered with the Bean Scripting Framework. If you use the placeholder string $$CLASSNAME$$ elsewhere in your script ...

Home | Contact Us | Privacy Policy | Terms of Service