A B C D E F G H I J K L M N O P R S T U V W X _

A

actionPerformed(ActionEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter
 
ActiveScriptEngine - class org.apache.bsf.engines.activescript.ActiveScriptEngine.
This is the interface to active scripting engines from the Bean Scripting Framework.
ActiveScriptEngine() - Constructor for class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
AdapterClassLoader - class org.apache.bsf.util.event.generator.AdapterClassLoader.
 
AdapterClassLoader() - Constructor for class org.apache.bsf.util.event.generator.AdapterClassLoader
 
addBreakpoint(BreakPoint) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
addBreakpoint(BreakPoint) - Method in class org.apache.bsf.dbline.Buffer
 
addBreakpoint(String, int) - Method in class org.apache.bsf.dbline.JsDb
 
addBreakpointAtLine(int, int) - Method in class org.apache.bsf.util.DocumentCell
 
addBreakpointAtLine(int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
Add a breakpoint.
addBreakpointAtOffset(int, int) - Method in class org.apache.bsf.util.DocumentCell
 
addBreakpointAtOffset(int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
Same as above, except the breakpoint is specified at an character offset rather than a line number.
addBuffer(String, String) - Method in class org.apache.bsf.dbline.JsDb
 
addBytes(byte[], byte) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], int) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], long) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], short) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addBytes(byte[], String) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
addClass(byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addCompilationUnit(Context, DebuggableScript, StringBuffer) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
addConstructorArgument(ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 
addConstructorException(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addConstructorStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addEventListener(Object, String, EventProcessor) - Static method in class org.apache.bsf.util.ReflectionUtils
Add an event processor as a listener to some event coming out of an object.
addEventListener(Object, String, String, BSFEngine, BSFManager, String, int, int, Object) - Static method in class org.apache.bsf.util.EngineUtils
Add a script as a listener to some event coming out of an object.
addEventListener(Object, String, String, Object) - Method in class org.apache.bsf.util.BSFFunctions
 
addEventListener(Object, String, String, String) - Method in interface org.apache.bsf.engines.activescript.JavaBeanAddEventListener
 
addEventListener(Object, String, String, String) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
add an event listener
addFieldDeclaration(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addFieldRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addImplements(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addImport(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addInitializerStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addInteger(byte[], int) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addInterfaceMethodRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addListener(RemoteServiceListener) - Method in interface org.apache.bsf.debug.util.RemoteService
 
addListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Stub
 
addListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Skeleton
 
addLong(byte[], long) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addMethodDeclaration(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addMethodRef(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addNameAndType(byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addRef(byte, byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addRef(byte, byte[], short, short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addServiceMethodException(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addServiceMethodStatement(String) - Method in class org.apache.bsf.util.CodeBuffer
 
addString(byte[], short) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
addUtf8(byte[], String) - Static method in class org.apache.bsf.util.event.generator.Bytecode
 
adjustmentValueChanged(AdjustmentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter
 
allocOid(SocketConnection) - Method in class org.apache.bsf.debug.util.Skeleton
 
apply(String, int, int, Object, Vector, Vector) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to invoke an anonymous function.
apply(String, int, int, Object, Vector, Vector) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of apply - calls eval ignorning parameters and returns the result.
apply(String, String, int, int, Object, Vector, Vector) - Method in class org.apache.bsf.BSFManager
Apply the given anonymous function of the given language to the given parameters and return the resulting value.
attachToFnOrScript(FnOrScript) - Method in class org.apache.bsf.engines.javascript.BreakPoint
attaches this breakpoint to the specified FnOrScript.
awake() - Method in class org.apache.bsf.debug.serverImpl.GatedListener
 
awake() - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
 

B

bean - Variable in class org.apache.bsf.BSFDeclaredBean
 
Bean - class org.apache.bsf.util.Bean.
A Bean is the class used to represent a bean: it holds a type and a value.
Bean(Class, Object) - Constructor for class org.apache.bsf.util.Bean
 
bind(String) - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
bind(String) - Method in class org.apache.bsf.debug.meta.JsContextStub
 
bind(String) - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
bindMember(Class, String) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Bind the member to a unique index.
bindMember(Class, String, short) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Bind the member to a unique index.
bindMember(Object, String, short) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Binds a method to an integer so it can be later referenced to invoke the method via callMethod.
bool - Variable in class org.apache.bsf.debug.util.ResultCell
 
booleanResult(boolean) - Method in class org.apache.bsf.debug.util.ResultCell
 
breakConnection() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
 
BreakPoint - class org.apache.bsf.util.BreakPoint.
This is a class for the debug manager to remember a breakpoint.
BreakPoint - class org.apache.bsf.engines.javascript.BreakPoint.
Materializes a breakpoint.
BreakPoint - class org.apache.bsf.dbline.BreakPoint.
This class instances represent breakpoints as known by the client debugger.
BreakPoint() - Constructor for class org.apache.bsf.dbline.BreakPoint
BreakPoint constructor comment.
BreakPoint(BreakPoint) - Constructor for class org.apache.bsf.engines.javascript.BreakPoint
 
BreakPoint(DocumentCell, int) - Constructor for class org.apache.bsf.util.BreakPoint
 
BreakPoint(DocumentCell, int) - Constructor for class org.apache.bsf.engines.javascript.BreakPoint
 
BSF_DEBUG_MANAGER_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_MANAGER_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_PROTOCOL_ACCEPT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_PROTOCOL_MAJOR - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_PROTOCOL_MINOR - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_PROTOCOL_REJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUG_SERVER_PORT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_DEBUGGER_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSF_LOG_L0 - Static variable in class org.apache.bsf.debug.util.DebugLog
 
BSF_LOG_L1 - Static variable in class org.apache.bsf.debug.util.DebugLog
 
BSF_LOG_L2 - Static variable in class org.apache.bsf.debug.util.DebugLog
 
BSF_LOG_L3 - Static variable in class org.apache.bsf.debug.util.DebugLog
 
BSFConnect - class org.apache.bsf.debug.BSFConnect.
 
BSFConnect() - Constructor for class org.apache.bsf.debug.BSFConnect
 
BSFD_CREATED_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSFD_DELETED_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSFD_DISCONNECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
BSFDebugger - interface org.apache.bsf.debug.BSFDebugger.
This is the interface a client debugger has to implement in order to be able to register itself to the BSF debug manager.
BSFDebugManager - interface org.apache.bsf.debug.BSFDebugManager.
Debug Manager.
BSFDebugManagerImpl - class org.apache.bsf.util.BSFDebugManagerImpl.
 
BSFDebugManagerImpl() - Constructor for class org.apache.bsf.util.BSFDebugManagerImpl
 
BSFDeclaredBean - class org.apache.bsf.BSFDeclaredBean.
BSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines.
BSFEngine - interface org.apache.bsf.BSFEngine.
This is the view of a scripting engine assumed by the bean scripting framework.
BSFEngineImpl - class org.apache.bsf.util.BSFEngineImpl.
This is a base implementation of the BSFEngine interface which engine implementations may choose to extend to get the basic methods of the interface implemented.
BSFEngineImpl() - Constructor for class org.apache.bsf.util.BSFEngineImpl
Get the debug manager in the constructor, not in initialize.
BSFEventProcessor - class org.apache.bsf.util.BSFEventProcessor.
This is used to support binding scripts to be run when an event occurs.
BSFException - exception org.apache.bsf.BSFException.
If something goes wrong while doing some scripting stuff, one of these is thrown.
BSFException(int, String) - Constructor for class org.apache.bsf.BSFException
 
BSFException(int, String, Throwable) - Constructor for class org.apache.bsf.BSFException
 
BSFException(String) - Constructor for class org.apache.bsf.BSFException
 
BSFFunctions - class org.apache.bsf.util.BSFFunctions.
This is a utility that engine implementors may use as the Java object they expose in the scripting language as "bsf".
BSFFunctions(BSFManager, BSFEngine) - Constructor for class org.apache.bsf.util.BSFFunctions
 
BSFManager - class org.apache.bsf.BSFManager.
This class is the entry point to the bean scripting framework.
BSFManager() - Constructor for class org.apache.bsf.BSFManager
 
BSFSCRIPTOBJECTFACTORY - Static variable in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
bsftag - class org.apache.taglibs.bsf.bsftag.
 
bsftag() - Constructor for class org.apache.taglibs.bsf.bsftag
 
Buffer - class org.apache.bsf.dbline.Buffer.
A buffer represents a document such as a JSP.
Buffer(String, String, File) - Constructor for class org.apache.bsf.dbline.Buffer
 
buildNewSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
 
byteArrayToDouble(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToDounle(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToFloat(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToInt(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToLong(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToLong(byte[], byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
byteArrayToShort(byte[]) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
Bytecode - class org.apache.bsf.util.event.generator.Bytecode.
Bytecode handling utilities Handle standard byte arrays as defined in Java VM and Class File 5 April 1999 - functions to append Class File byte subarrays into a Class File byte array
Bytecode() - Constructor for class org.apache.bsf.util.event.generator.Bytecode
 
byteToHexString(byte) - Static method in class org.apache.bsf.util.event.generator.ByteUtility
 
ByteUtility - class org.apache.bsf.util.event.generator.ByteUtility.
Byte handling utilities 5 April 1999 - functions to append standard types to byte arrays functions to produce standard types from byte arrays
ByteUtility() - Constructor for class org.apache.bsf.util.event.generator.ByteUtility
 

C

C_Class - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Double - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_FieldRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Float - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Integer - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_InterfaceMethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Long - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_MethodRef - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_NameAndType - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_String - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
C_Utf8 - Static variable in class org.apache.bsf.util.event.generator.Bytecode
 
call(JsContext, JsObject, JsObject, Object[]) - Method in interface org.apache.bsf.debug.jsdi.JsFunction
Call the function.
call(Object, String, Object[]) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to call into the scripting engine to make a function/method call.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jacl.JaclEngine
 
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Return an object from an extension.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.jython.JythonEngine
call the named method of the given object.
call(Object, String, Object[]) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
call the named method of the given object.
Callbacks - class org.apache.bsf.dbline.Callbacks.
This object is the remote object that will be passed to the remote debug manager as both the BSFDebugger and the JavaScript-specific callback object.
callBeanMethod(Object, String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
Finds and invokes a method with the given signature on the given bean.
callMethod(JavaBeanAddEventListener, Object, int, Object[]) - Static method in class org.apache.bsf.engines.activescript.JavaBean
Call a method, property getter, or property setter.
callMethod(Object, int, Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Invokes the method assocaited with methodID on the bean with parameters in the array args.
cancelStepping() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
CB_HANDLE_BREAKPOINT_HIT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CB_HANDLE_ENGINE_STOPPED - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CB_HANDLE_EXCEPTION_THROWN - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CB_HANDLE_STEPPING_DONE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CB_POLL - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CFDriver - class org.apache.bsf.util.cf.CFDriver.
This is an example of how a CodeFormatter bean can be used.
CFDriver() - Constructor for class org.apache.bsf.util.cf.CFDriver
Not used.
CircularBuffer - class org.apache.bsf.debug.clientImpl.CircularBuffer.
 
CircularBuffer() - Constructor for class org.apache.bsf.debug.clientImpl.CircularBuffer
 
classId - Variable in class org.apache.bsf.debug.util.ResultCell
 
classLoader - Variable in class org.apache.bsf.BSFManager
 
classLoader - Variable in class org.apache.bsf.util.BSFEngineImpl
 
classNameToVarName(String) - Static method in class org.apache.bsf.util.StringUtils
 
classPath - Variable in class org.apache.bsf.BSFManager
 
classPath - Variable in class org.apache.bsf.util.BSFEngineImpl
 
cleanString(String) - Static method in class org.apache.bsf.util.StringUtils
 
clear() - Method in class org.apache.bsf.debug.util.IntHashtable
Removes all key/value pairs from this IntHashtable, leaving the size zero and the capacity unchanged.
clearSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
ClientConnection - class org.apache.bsf.debug.clientImpl.ClientConnection.
 
ClientConnection(String, int) - Constructor for class org.apache.bsf.debug.clientImpl.ClientConnection
 
ClientStubTable - class org.apache.bsf.debug.clientImpl.ClientStubTable.
This class provides the resident object table for the mirrors.
ClientStubTable(SocketConnection) - Constructor for class org.apache.bsf.debug.clientImpl.ClientStubTable
 
clone() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
clone() - Method in class org.apache.bsf.debug.util.IntHashtable
Answers a new IntHashtable with the same key/value pairs, capacity and load factor.
cmdId - Variable in class org.apache.bsf.debug.util.ResultCell
 
cmdParser(String) - Method in class org.apache.bsf.dbline.JsDb
 
CodeBuffer - class org.apache.bsf.util.CodeBuffer.
A CodeBuffer object is used as a code repository for generated Java code.
CodeBuffer() - Constructor for class org.apache.bsf.util.CodeBuffer
 
CodeBuffer(CodeBuffer) - Constructor for class org.apache.bsf.util.CodeBuffer
 
CodeFormatter - class org.apache.bsf.util.cf.CodeFormatter.
A CodeFormatter bean is used to format raw Java code.
CodeFormatter() - Constructor for class org.apache.bsf.util.cf.CodeFormatter
 
COMIDispatchBean - class org.apache.bsf.engines.activescript.COMIDispatchBean.
 
COMIDispatchBean(byte[]) - Constructor for class org.apache.bsf.engines.activescript.COMIDispatchBean
 
COMIDispatchBeanFactory(byte[]) - Static method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
CompilationUnit - class org.apache.bsf.engines.javascript.CompilationUnit.
A compilation unit is a Rhino concept.
CompilationUnit(FnOrScript, DebuggableScript) - Constructor for class org.apache.bsf.engines.javascript.CompilationUnit
CompilationUnit constructor comment.
compile(Context, Scriptable) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile an anonymous function.
compileApply(String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileApply - calls compileExpr ignorning parameters.
compileApply(String, String, int, int, Object, Vector, Vector, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the application of the given anonymous function of the given language to the given parameters into the given CodeBuffer.
compileExpr(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile a value-returning expression.
compileExpr(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileExpr - generates code that'll create a new manager, evaluate the expression, and return the value.
compileExpr(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the given expression of the given language into the given CodeBuffer.
compileScript(String, int, int, Object, CodeBuffer) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to compile some script.
compileScript(String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of compileScript - generates code that'll create a new manager, and execute the script.
compileScript(String, String, int, int, Object, CodeBuffer) - Method in class org.apache.bsf.BSFManager
Compile the given script of the given language into the given CodeBuffer.
completeFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
 
completeFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
 
completeFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
 
completionNotify() - Method in class org.apache.bsf.debug.util.ResultCell
 
completionNotify(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
 
componentAdded(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
componentHidden(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentMoved(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentRemoved(ContainerEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
componentResized(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
componentShown(ComponentEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
connect(String, int) - Static method in class org.apache.bsf.debug.BSFConnect
 
construct(JsContext, JsObject, Object[]) - Method in interface org.apache.bsf.debug.jsdi.JsFunction
Call the function as a constructor.
contains(Object) - Method in class org.apache.bsf.debug.util.IntHashtable
Answers if this Hashtable contains the specified object as the value of at least one of the key/value pairs.
containsKey(int) - Method in class org.apache.bsf.debug.util.IntHashtable
Answers if this Hashtable contains the specified object as a key of one of the key/value pairs.
Context - class org.apache.bsf.dbline.Context.
Context objects represent remote JsContext in the JavaScript engine.
Context(JsContext, Buffer) - Constructor for class org.apache.bsf.dbline.Context
 
convert(Class, Class, Object) - Method in interface org.apache.bsf.util.type.TypeConvertor
 
createBean(ClassLoader, String, Class[], Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args of the given arg types.
createBean(ClassLoader, String, Object[]) - Static method in class org.apache.bsf.util.ReflectionUtils
Create a bean using given class loader and using the appropriate constructor for the given args.
createBean(Object[]) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
createBean
createBean(String, Object[]) - Static method in class org.apache.bsf.util.EngineUtils
Creates a new bean.
createBreakpoint(BreakPoint) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
createBSFException(int, String, Throwable) - Static method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
createdEngine(JsEngine) - Method in class org.apache.bsf.dbline.JsDb
 
createdEngine(String, Object) - Method in interface org.apache.bsf.debug.BSFDebugger
An language engine has been created.
createdEngine(String, Object) - Method in class org.apache.bsf.debug.meta.DebuggerStub
 
createdEngine(String, Object) - Method in class org.apache.bsf.dbline.Callbacks
 
createFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
 
createFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
 
createFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
 
CX_BIND - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_CODE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_DEPTH - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_ENGINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_LINE_NUMBER - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_SOURCE_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
CX_GET_THIS - Static variable in class org.apache.bsf.debug.util.DebugConstants
 

D

dbgmgr - Variable in class org.apache.bsf.util.BSFEngineImpl
 
DebugConstants - class org.apache.bsf.debug.util.DebugConstants.
 
DebugConstants() - Constructor for class org.apache.bsf.debug.util.DebugConstants
 
DebuggerDispatcher - class org.apache.bsf.debug.meta.DebuggerDispatcher.
 
DebuggerDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebuggerDispatcher
 
DebuggerStub - class org.apache.bsf.debug.meta.DebuggerStub.
 
DebuggerStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.DebuggerStub
 
DebugLog - class org.apache.bsf.debug.util.DebugLog.
 
DebugLog() - Constructor for class org.apache.bsf.debug.util.DebugLog
 
DebugManagerDispatcher - class org.apache.bsf.debug.meta.DebugManagerDispatcher.
 
DebugManagerDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebugManagerDispatcher
 
DebugManagerStub - class org.apache.bsf.debug.meta.DebugManagerStub.
 
DebugManagerStub(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.DebugManagerStub
 
debugPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
debugPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
declareBean(BSFDeclaredBean) - Method in interface org.apache.bsf.BSFEngine
Declare a bean after the engine has been started.
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.util.BSFEngineImpl
 
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Declare a bean after the engine has been started.
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Declare a bean
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Declare a bean by setting it as a parameter
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Declare a bean
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
declareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jython.JythonEngine
Declare a bean
declareBean(String, Object, Class) - Method in class org.apache.bsf.BSFManager
Declare a bean.
declaredBeans - Variable in class org.apache.bsf.BSFManager
 
declaredBeans - Variable in class org.apache.bsf.util.BSFEngineImpl
 
DEFAULT_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of delimiters.
DEFAULT_MAX - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default maximum line length.
DEFAULT_S_DELIM - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default set of sticky delimiters.
DEFAULT_STEP - Static variable in class org.apache.bsf.util.cf.CodeFormatter
The default size of the indentation step.
define(String, JsObject, int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
define(String, Object, int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
define(String, Object, int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
The value can be any of the following type: java.lang.Boolean java.lang.Number java.lang.String org.apache.bsf.debug.jsdi.JsObject
define(String, Object, int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
The value can be any of the following type: java.lang.Boolean java.lang.Number java.lang.String org.apache.bsf.debug.jsdi.JsObject
defineClass(String, byte[]) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
delete(int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
delete(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Removes a property from this object.
delete(int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Removes a property from this object.
delete(String) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
delete(String) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Removes a property from this object.
delete(String) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Removes a property from this object.
deletedEngine(JsEngine) - Method in class org.apache.bsf.dbline.JsDb
 
deletedEngine(Object) - Method in interface org.apache.bsf.debug.BSFDebugger
An language engine has been terminated.
deletedEngine(Object) - Method in class org.apache.bsf.debug.meta.DebuggerStub
An language engine has been terminated.
deletedEngine(Object) - Method in class org.apache.bsf.dbline.Callbacks
 
disconnect() - Static method in class org.apache.bsf.debug.BSFConnect
 
disconnect() - Method in interface org.apache.bsf.debug.BSFDebugger
The connection to the debug manager has been revoked.
disconnect() - Method in class org.apache.bsf.debug.meta.DebuggerStub
The connection to the debug manager has been revoked.
disconnect() - Method in class org.apache.bsf.dbline.Callbacks
 
disconnected - Variable in class org.apache.bsf.debug.util.ResultCell
 
disconnectedDebuggerNotify() - Method in interface org.apache.bsf.BSFEngine
Notify the engine that the connection to its debugger has been lost.
disconnectedDebuggerNotify() - Method in class org.apache.bsf.util.BSFEngineImpl
Basic engines are not supporting breakpoints for the meaning and support is something that is language-specific.
disconnectedDebuggerNotify() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
Called when our debugger has been disconnected.
disconnectedDebuggerNotify() - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
disconnectNotify() - Method in class org.apache.bsf.debug.util.StubTable
 
disconnectNotify(Exception) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
A communication error occured, simply disconnect and therefore clean everything up.
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.DebugManagerDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.DebuggerDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsObjectDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsContextDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsCallbacksDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.meta.JsEngineDispatcher
 
dispatch(ResultCell) - Method in class org.apache.bsf.debug.util.Dispatcher
 
Dispatcher - class org.apache.bsf.debug.util.Dispatcher.
 
Dispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.util.Dispatcher
 
dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
 
dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.util.SocketConnection
 
dispatchInvocation(ResultCell) - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
 
DM_GET_LANG_FROM_FILENAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_IS_LANGUAGE_REGISTERED - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_PLACE_BREAKPOINT_AT_LINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_QUIT_NOTIFY - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_REGISTER_DEBUGGER_FOR_LANG - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_REMOVE_BREAKPOINT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_SET_ENTRY_EXIT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DM_UNREGISTER_DEBUGGER_FOR_LANG - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
DocumentCell - class org.apache.bsf.util.DocumentCell.
A DocumentCell allows the debug manager to keep track of known documents for which it has breakpoints.
DocumentCell - class org.apache.bsf.engines.javascript.DocumentCell.
A document cell materializes a known document.
DocumentCell(BSFDebugManagerImpl, String) - Constructor for class org.apache.bsf.util.DocumentCell
 
DocumentCell(RhinoEngineDebugger, String) - Constructor for class org.apache.bsf.engines.javascript.DocumentCell
 
doEndTag() - Method in class org.apache.taglibs.bsf.expression
 
doEndTag() - Method in class org.apache.taglibs.bsf.scriptlet
 
done - Variable in class org.apache.bsf.debug.util.ResultCell
 
DONTDELETE - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
Property attribute indicating property cannot be deleted.
DONTENUM - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
Property attribute indicating property is not enumerated.
doubleResult(double) - Method in class org.apache.bsf.debug.util.ResultCell
 
down() - Method in class org.apache.bsf.dbline.JsDb
 
dval - Variable in class org.apache.bsf.debug.util.ResultCell
 

E

elements() - Method in class org.apache.bsf.debug.util.IntHashtable
Answers an Enumeration on the values of this Hashtable.
EMPTY - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
The empty property attribute.
engine - Variable in class org.apache.bsf.debug.util.ResultCell
 
EngineUtils - class org.apache.bsf.util.EngineUtils.
This class contains utilities that language integrators can use when implementing the BSFEngine interface.
EngineUtils() - Constructor for class org.apache.bsf.util.EngineUtils
 
entry_exit_mode() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
equals(Object) - Method in class org.apache.bsf.debug.util.Stub
 
equals(Object) - Method in class org.apache.bsf.debug.util.Skeleton
 
ERROR_OCCURED - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
eval(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jacl.JaclEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
This is used by an application to evaluate a string containing some expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Override impl of execute.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
Evaluate an expression.
eval(String, int, int, Object) - Method in class org.apache.bsf.engines.javaclass.JavaClassEngine
This is used by an application to evaluate an object containing some expression - clearly not possible for compiled code ..
eval(String, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
eval(String, String, int) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
eval(String, String, int) - Method in class org.apache.bsf.debug.meta.JsEngineStub
Allow the debugger to evaluate an expression within the current context.
eval(String, String, int) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Allow the debugger to evaluate an expression within the current context.
eval(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
Evaluate the given expression of the given language and return the resulting value.
EventAdapter - interface org.apache.bsf.util.event.EventAdapter.
EventAdapter is the interface that all event adapters must implement in order to work with the automatic event adapter generation model.
EventAdapterGenerator - class org.apache.bsf.util.event.generator.EventAdapterGenerator.
EventAdapterGenerator Generate an "Event Adapter" dynamically during program execution
EventAdapterGenerator() - Constructor for class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
EventAdapterImpl - class org.apache.bsf.util.event.EventAdapterImpl.
EventAdapterImpl is a default implementation of the EventAdapter interface that specific event adapters may choose to subclass from instead of implementing the interface themselves.
EventAdapterImpl() - Constructor for class org.apache.bsf.util.event.EventAdapterImpl
 
EventAdapterRegistry - class org.apache.bsf.util.event.EventAdapterRegistry.
The EventAdapterRegistry is the registry of event adapters.
EventAdapterRegistry() - Constructor for class org.apache.bsf.util.event.EventAdapterRegistry
 
eventProcessor - Variable in class org.apache.bsf.util.event.EventAdapterImpl
 
EventProcessor - interface org.apache.bsf.util.event.EventProcessor.
EventProcessor is the interface that event adapters use to delegate events they received to be delivered to the appropriate target.
exceptionThrown() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
exec(JsContext, JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsScript
Execute the script.
exec(String, int, int, Object) - Method in interface org.apache.bsf.BSFEngine
This is used by an application to execute some script.
exec(String, int, int, Object) - Method in class org.apache.bsf.util.BSFEngineImpl
Default impl of execute - calls eval and ignores the result.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
This is used by an application to execute a string containing a script to execute.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Execute a script.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
Override impl of execute.
exec(String, int, int, Object) - Method in class org.apache.bsf.engines.jython.JythonEngine
Execute a script.
exec(String, String, int, int, Object) - Method in class org.apache.bsf.BSFManager
Execute the given script of the given language.
execEvalShared(String, int, int, Object, boolean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
This is shared code for the exec() and eval() operations.
exitDebugger(int) - Static method in class org.apache.bsf.dbline.JsDb
 
exportSkeleton(Skeleton) - Method in class org.apache.bsf.debug.util.SocketConnection
 
expression - class org.apache.taglibs.bsf.expression.
 
expression() - Constructor for class org.apache.taglibs.bsf.expression
 
extn2Lang - Static variable in class org.apache.bsf.BSFManager
 

F

factory(int, int) - Method in class org.apache.bsf.debug.serverImpl.ServerStubTable
 
factory(int, int) - Method in class org.apache.bsf.debug.util.StubTable
 
factory(int, int) - Method in class org.apache.bsf.debug.clientImpl.ClientStubTable
 
factory(String, String) - Static method in class org.apache.bsf.dbline.Buffer
 
fDataInputStream - Variable in class org.apache.bsf.debug.util.SocketConnection
 
fDataOutputStream - Variable in class org.apache.bsf.debug.util.SocketConnection
 
fDispatchers - Variable in class org.apache.bsf.debug.serverImpl.ObjectServer
 
fEngines - Variable in class org.apache.bsf.debug.meta.DebugManagerStub
 
finalize() - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
finalize() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
finalize() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
findBreakpointAtLine(int) - Method in class org.apache.bsf.util.DocumentCell
 
findBreakpointAtLine(int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
findBreakpointAtLine(int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
findBreakpointAtOffset(int) - Method in class org.apache.bsf.util.DocumentCell
 
findBreakpointAtOffset(int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
findBreakpointAtOffset(int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
findClass(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
findFnOrScript(int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
findFnOrScriptContaining(int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
fInputStream - Variable in class org.apache.bsf.debug.util.SocketConnection
 
FIRST_NON_RESERVED_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
floatResult(float) - Method in class org.apache.bsf.debug.util.ResultCell
 
FnOrScript - class org.apache.bsf.engines.javascript.FnOrScript.
This class represents a function or script, that is, a piece of a document that is provided to the JavaScript engine for evaluation, execution, or simply compilation.
FnOrScript - class org.apache.bsf.dbline.FnOrScript.
Insert the type's description here.
FnOrScript(DocumentCell) - Constructor for class org.apache.bsf.engines.javascript.FnOrScript
 
fnOrScripts() - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
focusGained(FocusEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
focusLost(FocusEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
formatCode(Reader, Writer) - Method in class org.apache.bsf.util.cf.CodeFormatter
Formats the code read from source, and writes the formatted code to target.
fOutputStream - Variable in class org.apache.bsf.debug.util.SocketConnection
 
fStubs - Variable in class org.apache.bsf.debug.util.SocketConnection
 
fval - Variable in class org.apache.bsf.debug.util.ResultCell
 

G

GatedListener - class org.apache.bsf.debug.serverImpl.GatedListener.
 
GatedListener(ObjectServer, int) - Constructor for class org.apache.bsf.debug.serverImpl.GatedListener
 
get(int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
get(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
 
get(int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
 
get(int) - Method in class org.apache.bsf.debug.util.IntHashtable
Answers the value associated with the specified key in this Hashtable.
get(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
get(String) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
get(String) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Get a named property from the object.
get(String) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Get a named property from the object.
getArgumentCount() - Method in interface org.apache.bsf.debug.jsdi.JsFunction
 
getBreakpoint(int) - Method in class org.apache.bsf.dbline.Buffer
 
getBreakpoints() - Method in class org.apache.bsf.dbline.Buffer
 
getCharCount() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getChars(int, char) - Static method in class org.apache.bsf.util.StringUtils
Get a string consisting of numberOfChars theChars.
getClassLoader() - Method in class org.apache.bsf.BSFManager
Get classLoader
getClassName() - Method in class org.apache.bsf.util.CodeBuffer
 
getClassName() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
getClassName() - Method in class org.apache.bsf.debug.meta.JsObjectStub
Get the name of the set of objects implemented by this Java class.
getClassName() - Method in interface org.apache.bsf.debug.jsdi.JsObject
Get the name of the set of objects implemented by this Java class.
getClassName(Class) - Static method in class org.apache.bsf.util.StringUtils
 
getClassPath() - Method in class org.apache.bsf.BSFManager
Get classPath
getCode() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getCode() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getCode() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getCodeGenString() - Method in interface org.apache.bsf.util.type.TypeConvertor
 
getColumn() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getCommaListFromVector(Vector) - Static method in class org.apache.bsf.util.StringUtils
 
getConnection() - Method in class org.apache.bsf.debug.util.Stub
 
getConstantName(int) - Static method in class org.apache.bsf.debug.util.DebugConstants
 
getConstructor(Class, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
Class.getConstructor() finds only the entry point (if any) _exactly_ matching the specified argument types.
getConstructorArguments() - Method in class org.apache.bsf.util.CodeBuffer
 
getConstructorBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getConstructorExceptions() - Method in class org.apache.bsf.util.CodeBuffer
 
getContentAsReader(URL) - Static method in class org.apache.bsf.util.StringUtils
 
getContentAsString(URL) - Static method in class org.apache.bsf.util.StringUtils
 
getContext(int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getContext(int) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getContext(int) - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
getContext(int) - Method in class org.apache.bsf.debug.meta.JsEngineStub
Returns the JsContext at a certain depth.
getContext(int) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Returns the JsContext at a certain depth.
getContextCount() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getContextCount() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getContextCount() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
getContextCount() - Method in class org.apache.bsf.debug.meta.JsEngineStub
Returns the count of JsContext on the current stack.
getContextCount() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Returns the count of JsContext on the current stack.
getCurrentLine() - Method in class org.apache.bsf.dbline.Buffer
 
getDebugger() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
Return the current debugger.
getDebugger() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
Return the current debugger.
getDebugger() - Method in class org.apache.bsf.debug.meta.JsEngineStub
Return the current debugger.
getDebugger() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Return the current debugger.
getDebugInterface() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getDebugManager() - Static method in class org.apache.bsf.BSFManager
Get debug manager
getDebugManager() - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
 
getDebugManager() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
 
getDebugStream() - Static method in class org.apache.bsf.debug.util.DebugLog
 
getDefaultValue(Class) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
getDefaultValue(Class) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Get the default value of the object with a given hint.
getDefaultValue(Class) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Get the default value of the object with a given hint.
getDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of delimiters.
getDepth() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getDepth() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getDepth() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getDocument() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getDocumentCell(String) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getEngine() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getEngine() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getEngine() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getEntryExit() - Method in class org.apache.bsf.util.DocumentCell
 
getEntryExit() - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
getException() - Method in class org.apache.bsf.debug.util.ResultCell
 
getExtends() - Method in class org.apache.bsf.util.CodeBuffer
 
getField(Object, String) - Static method in class org.apache.bsf.util.ReflectionUtils
 
getFieldBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getFileName() - Method in class org.apache.bsf.dbline.Buffer
 
getFinalServiceMethodStatement() - Method in class org.apache.bsf.util.CodeBuffer
 
getFirstLine() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getFnOrScriptAsStringBuffer() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getFrame(int) - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
getFunctionName() - Method in interface org.apache.bsf.debug.jsdi.JsFunction
 
getGlobalObject() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getGlobalObject() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getGlobalObject() - Method in class org.apache.bsf.debug.meta.JsEngineStub
Any execution in JavaScript happen with respect to a global object, sort of the top-level name space for properties.
getGlobalObject() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Any execution in JavaScript happen with respect to a global object, sort of the top-level name space for properties.
getId() - Method in class org.apache.bsf.util.BreakPoint
 
getId() - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
getIDispatchInterface() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
getIds(boolean) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
getIds(boolean) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Returns an array of property ids defined on this object.
getIds(boolean) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Returns an array of property ids defined on this object.
getImplements() - Method in class org.apache.bsf.util.CodeBuffer
 
getImports() - Method in class org.apache.bsf.util.CodeBuffer
 
getIndentationStep() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the size of the indentation step.
getInitializerBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getLangFromFilename(String) - Static method in class org.apache.bsf.BSFManager
Determine the language of a script file by looking at the file extension.
getLangFromFilename(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
Determine the language of a script file by looking at the file extension.
getLangFromFilename(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
Determine the language of a script file by looking at the file extension.
getLangFromFilename(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Determine the language of a script file by looking at the file extension.
getLastFnOrScript() - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
getLine(int) - Method in class org.apache.bsf.dbline.Buffer
 
getLineCount() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getLineCount() - Method in class org.apache.bsf.dbline.Buffer
 
getLineNo() - Method in class org.apache.bsf.util.BreakPoint
 
getLineNo() - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
getLineNumber() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getLineNumber() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
getLineNumber() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getLineNumber() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getLineNumbers() - Method in class org.apache.bsf.debug.meta.JsCodeStub
Get array containing the line numbers that can have breakpoints placed on them.
getLineNumbers() - Method in interface org.apache.bsf.debug.jsdi.JsCode
Get array containing the line numbers that can have breakpoints placed on them.
getLoadedClass(String) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
getLogLevel() - Static method in class org.apache.bsf.debug.util.DebugLog
 
getMaxLineLength() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the maximum line length.
getMethod(Class, String, Class[], boolean) - Static method in class org.apache.bsf.util.MethodUtils
 
getMethod(Object, String, Class[]) - Static method in class org.apache.bsf.util.MethodUtils
Class.getMethod() finds only the entry point (if any) _exactly_ matching the specified argument types.
getMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getName() - Method in class org.apache.bsf.util.DocumentCell
 
getName() - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
getName() - Method in class org.apache.bsf.dbline.Buffer
 
getNode() - Method in class org.apache.bsf.engines.xslt.XSLTResultNode
 
getObjectRegistry() - Method in class org.apache.bsf.BSFManager
Return the current object registry of the manager.
getOffset() - Method in class org.apache.bsf.util.BreakPoint
 
getOffset() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getOffset() - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
getPackageName() - Method in class org.apache.bsf.util.CodeBuffer
 
getProperty(Object, String, Integer) - Static method in class org.apache.bsf.util.ReflectionUtils
Get a property of a bean.
getPrototype() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
getPrototype() - Method in class org.apache.bsf.debug.meta.JsObjectStub
Get the prototype of the object.
getPrototype() - Method in interface org.apache.bsf.debug.jsdi.JsObject
Get the prototype of the object.
getReason() - Method in class org.apache.bsf.BSFException
 
getRhinoContextProxy() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getRhinoEngineDebugger() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
getSafeString(String) - Static method in class org.apache.bsf.util.StringUtils
 
getScope() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
getScope() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getScope() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getScope() - Method in class org.apache.bsf.debug.meta.JsObjectStub
The scope is for supporting two things.
getScope() - Method in interface org.apache.bsf.debug.jsdi.JsObject
The scope is for supporting two things.
getScope() - Method in interface org.apache.bsf.debug.jsdi.JsContext
Scope of a context.
getScript() - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
getServiceMethodBuffer() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodExceptions() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodName() - Method in class org.apache.bsf.util.CodeBuffer
 
getServiceMethodReturnType() - Method in class org.apache.bsf.util.CodeBuffer
 
getSkeleton(int) - Method in class org.apache.bsf.debug.util.SocketConnection
 
getSourceName() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getSourceName() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getSourceName() - Method in class org.apache.bsf.debug.meta.JsCodeStub
Get the name of the source (usually filename or URL) of the script.
getSourceName() - Method in interface org.apache.bsf.debug.jsdi.JsCode
Get the name of the source (usually filename or URL) of the script.
getSourceName() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getSpecificDebuggingInterface() - Method in interface org.apache.bsf.BSFEngine
The language-specific interface on the engine for debugging...
getSpecificDebuggingInterface() - Method in class org.apache.bsf.util.BSFEngineImpl
By default, an engine does not support debugging.
getSpecificDebuggingInterface() - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
getStickyDelimiters() - Method in class org.apache.bsf.util.cf.CodeFormatter
Gets the set of sticky delimiters.
getStringFromReader(Reader) - Static method in class org.apache.bsf.util.IOUtils
 
getStub(int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
 
getSymbol(String) - Method in class org.apache.bsf.util.CodeBuffer
 
getSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
getTargetException() - Method in class org.apache.bsf.BSFException
 
getTempDir() - Method in class org.apache.bsf.BSFManager
Get tempDir
getThis() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
getThis() - Method in class org.apache.bsf.debug.meta.JsContextStub
 
getThis() - Method in interface org.apache.bsf.debug.jsdi.JsContext
 
getThread() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getThread() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getThread() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
getThread() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Returns name of the thread currently running in the engine
getThreadGroup() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getThreadGroup() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getThreadGroup() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
getThreadGroup() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Returns name of the ThreadGroup of the thread currently running in the engine
getTid() - Method in class org.apache.bsf.debug.util.Stub
 
getTid() - Method in class org.apache.bsf.debug.util.Skeleton
 
getTypeSignatureString(Class) - Static method in class org.apache.bsf.util.EngineUtils
Given a class return the type signature string fragment for it.
getUid() - Method in class org.apache.bsf.debug.util.Stub
 
getUid() - Method in class org.apache.bsf.debug.util.Skeleton
 
getUndefinedValue() - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
getUndefinedValue() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
getUndefinedValue() - Method in class org.apache.bsf.debug.meta.JsEngineStub
As per ECMA specification, each JavaScript execution defines a unique object for the undefined value.
getUndefinedValue() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
As per ECMA specification, each JavaScript execution defines a unique object for the undefined value.
getURI() - Method in class org.apache.bsf.dbline.Buffer
 
getURL(URL, String) - Static method in class org.apache.bsf.util.StringUtils
 
getValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
 

H

handleBreakpointHit(Context) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
handleBreakpointHit(JsContext) - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
Callback when a breakpoint is hit in the debuggee.
handleBreakpointHit(JsContext) - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
Callback when a breakpoint is hit in the debuggee.
handleBreakpointHit(JsContext) - Method in class org.apache.bsf.dbline.Callbacks
 
handleBreakpointHit(JsContext) - Method in class org.apache.bsf.dbline.JsDb
initialize the engine.
handleCompilationDone(Context, DebuggableScript, StringBuffer) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
handleEngineStopped(JsContext) - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
Callback when an engine stops after a stop-request.
handleEngineStopped(JsContext) - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
Callback when an engine stops after a stop-request.
handleEngineStopped(JsContext) - Method in class org.apache.bsf.dbline.Callbacks
 
handleEngineStopped(JsContext) - Method in class org.apache.bsf.dbline.JsDb
 
handleExceptionThrown(Context, Object) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
handleExceptionThrown(JsContext, Object) - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
Callback when an exception is thrown in the debuggee.
handleExceptionThrown(JsContext, Object) - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
Callback when an exception is thrown in the debuggee.
handleExceptionThrown(JsContext, Object) - Method in class org.apache.bsf.dbline.Callbacks
 
handleExceptionThrown(JsContext, Object) - Method in class org.apache.bsf.dbline.JsDb
 
handleSteppingDone(JsContext) - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
Callback when a step-request has finished.
handleSteppingDone(JsContext) - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
Callback when a step-request has finished.
handleSteppingDone(JsContext) - Method in class org.apache.bsf.dbline.Callbacks
 
handleSteppingDone(JsContext) - Method in class org.apache.bsf.dbline.JsDb
initialize the engine.
has(int) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
has(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Indicates whether or not an indexed property is defined in an object.
has(int) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Indicates whether or not an indexed property is defined in an object.
has(String) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
has(String) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Indicates whether or not a named property is defined in an object.
has(String) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Indicates whether or not a named property is defined in an object.
hasInstance(JsObject) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
hasInstance(JsObject) - Method in class org.apache.bsf.debug.meta.JsObjectStub
The instanceof operator.
hasInstance(JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsObject
The instanceof operator.
hasNoUid() - Method in class org.apache.bsf.debug.util.Skeleton
 
hitBreakpoint() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 

I

IndentWriter - class org.apache.bsf.util.IndentWriter.
An IndentWriter object behaves the same as a PrintWriter object, with the additional capability of being able to print strings that are prepended with a specified amount of spaces.
IndentWriter(OutputStream) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(OutputStream, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
IndentWriter(Writer, boolean) - Constructor for class org.apache.bsf.util.IndentWriter
Forwards its arguments to the PrintWriter constructor with the same signature.
Init(SocketConnection) - Static method in class org.apache.bsf.debug.util.Stub
 
initBSFDebugManager() - Static method in class org.apache.bsf.BSFManager
This is the init for the debugging framework.
initialize(BSFManager, String, Vector) - Method in interface org.apache.bsf.BSFEngine
This method is used to initialize the engine right after construction.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.util.BSFEngineImpl
initialize the engine; called right after construction by the manager.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Initialize the engine.
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
initialize(BSFManager, String, Vector) - Method in class org.apache.bsf.engines.jython.JythonEngine
Initialize the engine.
INTERNAL - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
Property attribute indicating property cannot be deleted.
IntHashtable - class org.apache.bsf.debug.util.IntHashtable.
Hashtable associates keys with values.
IntHashtable() - Constructor for class org.apache.bsf.debug.util.IntHashtable
Constructs a new Hashtable using the default capacity and load factor.
IntHashtable(int) - Constructor for class org.apache.bsf.debug.util.IntHashtable
Constructs a new IntHashtable using the specified capacity and the default load factor.
IntHashtable(int, float) - Constructor for class org.apache.bsf.debug.util.IntHashtable
Constructs a new IntHashtable using the specified capacity and load factor.
intResult(int) - Method in class org.apache.bsf.debug.util.ResultCell
 
IOUtils - class org.apache.bsf.util.IOUtils.
This file is a collection of input/output utilities.
IOUtils() - Constructor for class org.apache.bsf.util.IOUtils
 
isA(int) - Method in class org.apache.bsf.debug.meta.JsObjectStub
 
isCaseSensitive() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isEmpty() - Method in class org.apache.bsf.debug.util.IntHashtable
Answers if this Hashtable has no key/value pairs, a size of zero.
isEmpty() - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
 
isEvalContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
isExecutable() - Method in class org.apache.bsf.util.ObjInfo
 
isFunction() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
isFunction() - Method in class org.apache.bsf.debug.meta.JsObjectStub
 
isFunction() - Method in interface org.apache.bsf.debug.jsdi.JsObject
 
isFunctionContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
isJScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isLanguageRegistered(String) - Static method in class org.apache.bsf.BSFManager
Determine whether a language is registered.
isLanguageRegistered(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
Determine whether a language is registered.
isLanguageRegistered(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
Determine whether a language is registered.
isLanguageRegistered(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Determine whether a language is registered.
isLineDefined() - Method in class org.apache.bsf.util.BreakPoint
 
isNotFound() - Method in class org.apache.bsf.debug.meta.JsObjectStub
True if this object represents the "NOT_FOUND" value for a code.
isPerlScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isScript() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
isScript() - Method in class org.apache.bsf.debug.meta.JsObjectStub
 
isScript() - Method in interface org.apache.bsf.debug.jsdi.JsObject
 
isScriptContext() - Method in class org.apache.bsf.engines.javascript.JsContextStub
 
isSuspended() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
isSuspended() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
isSuspended() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
 
isUndefined() - Method in class org.apache.bsf.debug.meta.JsObjectStub
Value returned when a property is undefined.
isValidIdentifierName(String) - Static method in class org.apache.bsf.util.StringUtils
 
isValidPackageName(String) - Static method in class org.apache.bsf.util.StringUtils
 
isValueReturning() - Method in class org.apache.bsf.util.ObjInfo
 
isVBScript() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
isWrapper() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
itemStateChanged(ItemEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
 

J

JaclEngine - class org.apache.bsf.engines.jacl.JaclEngine.
This is the interface to Scriptics's Jacl (Tcl) from the Bean Scripting Framework.
JaclEngine() - Constructor for class org.apache.bsf.engines.jacl.JaclEngine
 
java_awt_event_ActionAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter.
 
java_awt_event_ActionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ActionAdapter
 
java_awt_event_AdjustmentAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter.
 
java_awt_event_AdjustmentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_AdjustmentAdapter
 
java_awt_event_ComponentAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter.
 
java_awt_event_ComponentAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ComponentAdapter
 
java_awt_event_ContainerAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter.
 
java_awt_event_ContainerAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ContainerAdapter
 
java_awt_event_FocusAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter.
 
java_awt_event_FocusAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_FocusAdapter
 
java_awt_event_ItemAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter.
 
java_awt_event_ItemAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_ItemAdapter
 
java_awt_event_KeyAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter.
 
java_awt_event_KeyAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
java_awt_event_MouseAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter.
 
java_awt_event_MouseAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
java_awt_event_MouseMotionAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter.
 
java_awt_event_MouseMotionAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
java_awt_event_TextAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter.
 
java_awt_event_TextAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter
 
java_awt_event_WindowAdapter - class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter.
 
java_awt_event_WindowAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
java_beans_PropertyChangeAdapter - class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter.
 
java_beans_PropertyChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
 
java_beans_VetoableChangeAdapter - class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter.
 
java_beans_VetoableChangeAdapter() - Constructor for class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter
 
JavaBean - class org.apache.bsf.engines.activescript.JavaBean.
 
JavaBean() - Constructor for class org.apache.bsf.engines.activescript.JavaBean
 
JavaBeanAddEventListener - interface org.apache.bsf.engines.activescript.JavaBeanAddEventListener.
 
JavaClassEngine - class org.apache.bsf.engines.javaclass.JavaClassEngine.
This is the interface to scripts consisting of Java objects from the Bean Scripting Framework.
JavaClassEngine() - Constructor for class org.apache.bsf.engines.javaclass.JavaClassEngine
 
JavaOLEENUMVAR - class org.apache.bsf.engines.activescript.JavaOLEENUMVAR.
 
JavaOLEENUMVAR() - Constructor for class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
JavaScriptEngine - class org.apache.bsf.engines.javascript.JavaScriptEngine.
This is the interface to Netscape's Rhino (JavaScript) from the Bean Scripting Framework.
JavaScriptEngine() - Constructor for class org.apache.bsf.engines.javascript.JavaScriptEngine
 
JavaUtils - class org.apache.bsf.util.JavaUtils.
 
JavaUtils() - Constructor for class org.apache.bsf.util.JavaUtils
 
JC_GET_LINE_NUMBERS - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JDKcompile(String, String) - Static method in class org.apache.bsf.util.JavaUtils
 
JE_GET_CONTEXT_AT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_GET_CONTEXT_COUNT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_GET_GLOBAL_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_GET_THREAD - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_GET_THREADGROUP - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_GET_UNDEFINED_VALUE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_RUN - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_SET_DEBUGGER - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_STEP_IN - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_STEP_OUT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JE_STEP_OVER - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_DEFINE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_DELETE_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_DELETE_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_FUNCTION - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_CLASSNAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_DEFAULT_VALUE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_IDS - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_PROTOTYPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_GET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_HAS_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_HAS_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_HAS_INSTANCE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_PUT_BY_INDEX - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_PUT_BY_NAME - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_SCRIPT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_SET_PROTOTYPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JO_SET_SCOPE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JPythonEngine - class org.apache.bsf.engines.jpython.JPythonEngine.
This is the interface to JPython (http://www.jpython.org/) from BSF.
JPythonEngine() - Constructor for class org.apache.bsf.engines.jpython.JPythonEngine
 
JS_CALLBACKS_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JS_CODE_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JS_CONTEXT_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JS_ENGINE_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JS_OBJECT_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
JsCallbacks - interface org.apache.bsf.debug.jsdi.JsCallbacks.
This interface is the callback for the JavaScript debugger.
JsCallbacksDispatcher - class org.apache.bsf.debug.meta.JsCallbacksDispatcher.
 
JsCallbacksDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsCallbacksDispatcher
 
JsCallbacksStub - class org.apache.bsf.debug.meta.JsCallbacksStub.
 
JsCallbacksStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsCallbacksStub
 
JsCode - interface org.apache.bsf.debug.jsdi.JsCode.
This interface exposes debugging information from executable code (either functions or top-level scripts).
JsCodeStub - class org.apache.bsf.debug.meta.JsCodeStub.
 
JsCodeStub(SocketConnection, int, int, boolean) - Constructor for class org.apache.bsf.debug.meta.JsCodeStub
 
JsContext - interface org.apache.bsf.debug.jsdi.JsContext.
 
JsContextDispatcher - class org.apache.bsf.debug.meta.JsContextDispatcher.
 
JsContextDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsContextDispatcher
 
JsContextStub - class org.apache.bsf.engines.javascript.JsContextStub.
Insert the type's description here.
JsContextStub - class org.apache.bsf.debug.meta.JsContextStub.
 
JsContextStub(RhinoContextProxy, DebugFrame, int) - Constructor for class org.apache.bsf.engines.javascript.JsContextStub
JsContextStub constructor comment.
JsContextStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsContextStub
 
JsDb - class org.apache.bsf.dbline.JsDb.
 
JsDb(String[]) - Constructor for class org.apache.bsf.dbline.JsDb
 
JsdiException - exception org.apache.bsf.debug.jsdi.JsdiException.
Insert the type's description here.
JsdiException() - Constructor for class org.apache.bsf.debug.jsdi.JsdiException
JsdiException constructor comment.
JsdiException(String) - Constructor for class org.apache.bsf.debug.jsdi.JsdiException
 
JsEngine - interface org.apache.bsf.debug.jsdi.JsEngine.
Represents a remote engine as seen from the debugger.
JsEngineDispatcher - class org.apache.bsf.debug.meta.JsEngineDispatcher.
 
JsEngineDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsEngineDispatcher
 
JsEngineStub - class org.apache.bsf.engines.javascript.JsEngineStub.
Insert the type's description here.
JsEngineStub - class org.apache.bsf.debug.meta.JsEngineStub.
 
JsEngineStub(RhinoEngineDebugger) - Constructor for class org.apache.bsf.engines.javascript.JsEngineStub
JsEngineStub constructor comment.
JsEngineStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsEngineStub
 
JsFunction - interface org.apache.bsf.debug.jsdi.JsFunction.
Represents a function in the engine since JavaScript has code as first-class objects.
JsObject - interface org.apache.bsf.debug.jsdi.JsObject.
This is interface that all objects in JavaScript must implement.
JsObjectDispatcher - class org.apache.bsf.debug.meta.JsObjectDispatcher.
 
JsObjectDispatcher(SocketConnection) - Constructor for class org.apache.bsf.debug.meta.JsObjectDispatcher
 
JsObjectProxy - class org.apache.bsf.dbline.JsObjectProxy.
This is a proxy for remote objects in the JavaScript engine.
JsObjectProxy() - Constructor for class org.apache.bsf.dbline.JsObjectProxy
 
JsObjectStub - class org.apache.bsf.engines.javascript.JsObjectStub.
Insert the type's description here.
JsObjectStub - class org.apache.bsf.debug.meta.JsObjectStub.
 
JsObjectStub(RhinoEngineDebugger, Scriptable) - Constructor for class org.apache.bsf.engines.javascript.JsObjectStub
 
JsObjectStub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.meta.JsObjectStub
 
JsScript - interface org.apache.bsf.debug.jsdi.JsScript.
Represents a script in the engine since JavaScript has code as first-class objects.
JythonEngine - class org.apache.bsf.engines.jython.JythonEngine.
This is the interface to Jython (http://www.jython.org/) from BSF.
JythonEngine() - Constructor for class org.apache.bsf.engines.jython.JythonEngine
 

K

keyPressed(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
keyReleased(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 
keyTyped(KeyEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_KeyAdapter
 

L

lang - Variable in class org.apache.bsf.util.BSFEngineImpl
 
lang - Variable in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
LangCell - class org.apache.bsf.util.LangCell.
 
language - Static variable in class org.apache.taglibs.bsf.bsftag
 
ldr - Static variable in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
lineNo - Static variable in class org.apache.taglibs.bsf.bsftag
 
lineSeparator - Static variable in class org.apache.bsf.util.StringUtils
 
lineSeparatorStr - Static variable in class org.apache.bsf.util.StringUtils
 
listBreakpoints() - Method in class org.apache.bsf.dbline.JsDb
 
listBuffer() - Method in class org.apache.bsf.dbline.JsDb
 
listBuffer(String, int) - Method in class org.apache.bsf.dbline.JsDb
 
listBufferLines(Buffer, int, int, Context) - Method in class org.apache.bsf.dbline.JsDb
 
listBuffers() - Method in class org.apache.bsf.dbline.JsDb
 
listen() - Method in class org.apache.bsf.debug.util.SocketConnection
 
listFrames() - Method in class org.apache.bsf.dbline.JsDb
 
loadClass(BSFManager, String) - Static method in class org.apache.bsf.util.EngineUtils
Load a class using the class loader of given manager.
loadClass(String, boolean) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
loadDocumentNotify(BSFEngine, String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
loadDocumentNotify(String) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
loadedEngines - Variable in class org.apache.bsf.BSFManager
 
loadNotify(BSFEngine) - Method in class org.apache.bsf.util.DocumentCell
 
loadScriptingEngine(String) - Method in class org.apache.bsf.BSFManager
Load a scripting engine based on the lang string identifying it.
logLevels - Static variable in class org.apache.bsf.debug.util.DebugLog
 
longResult(long) - Method in class org.apache.bsf.debug.util.ResultCell
 
lookup(Class) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
 
lookup(Class, Class) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
lookup(String) - Method in class org.apache.bsf.util.ObjectRegistry
 
lookupBean(String) - Method in class org.apache.bsf.BSFManager
return a handle to a bean registered in the bean registry by the application or a scripting engine.
lookupBean(String) - Method in class org.apache.bsf.util.BSFFunctions
 
lookupBean(String) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
lookupBean
lookupByKey(Object) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
lookupName(Scriptable, String) - Method in class org.apache.bsf.engines.javascript.JsContextStub
Looks up a name in the scope chain and returns its value.
lookupName(String) - Method in class org.apache.bsf.engines.javascript.JsContextStub
 

M

m_breakpoints - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_brkptId - Variable in class org.apache.bsf.util.BreakPoint
 
m_brkptId - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_cell - Variable in class org.apache.bsf.util.BreakPoint
 
m_cell - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_cell - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_charCount - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_column - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_con - Variable in class org.apache.bsf.debug.util.StubTable
 
m_con - Variable in class org.apache.bsf.debug.util.Stub
 
m_con - Variable in class org.apache.bsf.debug.util.Dispatcher
 
m_fnOrScript - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_functionMap - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_lineCount - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_lineDefined - Variable in class org.apache.bsf.util.BreakPoint
 
m_lineDefined - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_lineDefined - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_lineno - Variable in class org.apache.bsf.util.BreakPoint
 
m_lineno - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_offset - Variable in class org.apache.bsf.util.BreakPoint
 
m_offset - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_offset - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_revoked - Variable in class org.apache.bsf.debug.util.Stub
 
m_script - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_startLine - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_stubs - Variable in class org.apache.bsf.debug.util.StubTable
 
m_text - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
m_tid - Variable in class org.apache.bsf.debug.util.Stub
 
m_uid - Variable in class org.apache.bsf.debug.util.Stub
 
m_unit - Variable in class org.apache.bsf.engines.javascript.BreakPoint
 
m_units - Variable in class org.apache.bsf.engines.javascript.FnOrScript
 
Main - class org.apache.bsf.Main.
This is the main driver for BSF to be run on the command line to eval/exec/compile scripts directly.
Main() - Constructor for class org.apache.bsf.Main
 
main(String[]) - Static method in class org.apache.bsf.Main
Static driver to be able to run BSF scripts from the command line.
main(String[]) - Static method in class org.apache.bsf.util.cf.CFDriver
A driver for CodeFormatter.
main(String[]) - Static method in class org.apache.bsf.dbline.JsDb
 
makeEventAdapterClass(Class, boolean) - Static method in class org.apache.bsf.util.event.generator.EventAdapterGenerator
 
merge(CodeBuffer) - Method in class org.apache.bsf.util.CodeBuffer
 
methodId - Variable in class org.apache.bsf.debug.util.ResultCell
 
MethodUtils - class org.apache.bsf.util.MethodUtils.
This file is a collection of reflection utilities for dealing with methods and constructors.
MethodUtils() - Constructor for class org.apache.bsf.util.MethodUtils
 
mgr - Variable in class org.apache.bsf.util.BSFEngineImpl
 
mgr - Static variable in class org.apache.taglibs.bsf.bsftag
 
mouseClicked(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseDragged(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
mouseEntered(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseExited(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseMoved(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseMotionAdapter
 
mousePressed(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 
mouseReleased(MouseEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_MouseAdapter
 

N

name - Variable in class org.apache.bsf.BSFDeclaredBean
 
NetRexxEngine - class org.apache.bsf.engines.netrexx.NetRexxEngine.
This is the interface to NetRexx from the Bean Scripting Framework.
NetRexxEngine() - Constructor for class org.apache.bsf.engines.netrexx.NetRexxEngine
Constructor.
Next(long) - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
NOT_FOUND - Static variable in class org.apache.bsf.debug.util.Stub
 
NOT_FOUND_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
NULL_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
NULLTID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
NULLUID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 

O

objClass - Variable in class org.apache.bsf.util.ObjInfo
 
objectRegistry - Variable in class org.apache.bsf.BSFManager
 
ObjectRegistry - class org.apache.bsf.util.ObjectRegistry.
The ObjectRegistry is used to do name-to-object reference lookups.
ObjectRegistry() - Constructor for class org.apache.bsf.util.ObjectRegistry
 
ObjectRegistry(ObjectRegistry) - Constructor for class org.apache.bsf.util.ObjectRegistry
 
objectResult(Object) - Method in class org.apache.bsf.debug.util.ResultCell
 
ObjectServer - class org.apache.bsf.debug.serverImpl.ObjectServer.
 
ObjectServer(BSFDebugManagerImpl, int) - Constructor for class org.apache.bsf.debug.serverImpl.ObjectServer
 
ObjInfo - class org.apache.bsf.util.ObjInfo.
An ObjInfo object is used by a compiler to track the name and type of a bean.
ObjInfo(Class, String) - Constructor for class org.apache.bsf.util.ObjInfo
 
objName - Variable in class org.apache.bsf.util.ObjInfo
 
org.apache.bsf - package org.apache.bsf
 
org.apache.bsf.dbline - package org.apache.bsf.dbline
 
org.apache.bsf.debug - package org.apache.bsf.debug
 
org.apache.bsf.debug.clientImpl - package org.apache.bsf.debug.clientImpl
 
org.apache.bsf.debug.jsdi - package org.apache.bsf.debug.jsdi
 
org.apache.bsf.debug.meta - package org.apache.bsf.debug.meta
 
org.apache.bsf.debug.serverImpl - package org.apache.bsf.debug.serverImpl
 
org.apache.bsf.debug.util - package org.apache.bsf.debug.util
 
org.apache.bsf.engines.activescript - package org.apache.bsf.engines.activescript
 
org.apache.bsf.engines.jacl - package org.apache.bsf.engines.jacl
 
org.apache.bsf.engines.javaclass - package org.apache.bsf.engines.javaclass
 
org.apache.bsf.engines.javascript - package org.apache.bsf.engines.javascript
 
org.apache.bsf.engines.jpython - package org.apache.bsf.engines.jpython
 
org.apache.bsf.engines.jython - package org.apache.bsf.engines.jython
 
org.apache.bsf.engines.netrexx - package org.apache.bsf.engines.netrexx
 
org.apache.bsf.engines.xslt - package org.apache.bsf.engines.xslt
 
org.apache.bsf.util - package org.apache.bsf.util
 
org.apache.bsf.util.cf - package org.apache.bsf.util.cf
 
org.apache.bsf.util.event - package org.apache.bsf.util.event
 
org.apache.bsf.util.event.adapters - package org.apache.bsf.util.event.adapters
 
org.apache.bsf.util.event.generator - package org.apache.bsf.util.event.generator
 
org.apache.bsf.util.type - package org.apache.bsf.util.type
 
org.apache.taglibs.bsf - package org.apache.taglibs.bsf
 
oval - Variable in class org.apache.bsf.debug.util.ResultCell
 

P

parent - Variable in class org.apache.bsf.debug.util.ResultCell
 
parseCmd(String) - Method in class org.apache.bsf.dbline.JsDb
Parses a command line.
parseResult() - Method in class org.apache.bsf.debug.util.ResultCell
 
pcs - Variable in class org.apache.bsf.BSFManager
 
placeBreakpointAtLine(int, String, int) - Method in interface org.apache.bsf.BSFEngine
 
placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
 
placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
placeBreakpointAtLine(int, String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
Breakpoints are placed within documents either at a specific line or offset.
placeBreakpointAtLine(int, String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Breakpoints are placed within documents either at a specific line or offset.
placeBreakpointAtOffset(int, String, int) - Method in interface org.apache.bsf.BSFEngine
 
placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
 
placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
placeBreakpointAtOffset(int, String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
 
placeBreakpointAtOffset(int, String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
 
poll() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
poll() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
poll() - Method in class org.apache.bsf.debug.meta.JsCallbacksStub
Allows the server to poll the connection.
poll() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Allows the client debugger to poll the connection.
poll() - Method in interface org.apache.bsf.debug.jsdi.JsCallbacks
Allows the server to poll the connection.
poll() - Method in class org.apache.bsf.dbline.Callbacks
 
pop() - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
 
popSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
prepareOutgoingInvoke(Stub, int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
First call made by a stub.
print() - Method in class org.apache.bsf.debug.util.ResultCell
 
print(int, String) - Method in class org.apache.bsf.util.IndentWriter
Print the text (indented the specified amount) without inserting a linefeed.
print(PrintWriter, boolean) - Method in class org.apache.bsf.util.CodeBuffer
 
println(int, String) - Method in class org.apache.bsf.util.IndentWriter
Print the text (indented the specified amount) and insert a linefeed.
printStackTrace() - Method in class org.apache.bsf.BSFException
 
processEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
 
processEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
 
processExceptionableEvent(String, Object[]) - Method in class org.apache.bsf.util.BSFEventProcessor
 
processExceptionableEvent(String, Object[]) - Method in interface org.apache.bsf.util.event.EventProcessor
 
propagate() - Method in class org.apache.bsf.engines.javascript.BreakPoint
Propagating the breakpoint to its corresponding compilation unit, the side effect of that is to set the breakpoint in the Rhino engine.
propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.BSFEngineImpl
Receive property change events from the manager and update my fields as needed.
propertyChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.event.adapters.java_beans_PropertyChangeAdapter
 
push(Object) - Method in class org.apache.bsf.debug.clientImpl.CircularBuffer
 
pushInvocation(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
 
pushLoopback(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
 
pushSymbolTable() - Method in class org.apache.bsf.util.CodeBuffer
 
put(int, Object) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
put(int, Object) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Sets an indexed property in this object.
put(int, Object) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Sets an indexed property in this object.
put(int, Object) - Method in class org.apache.bsf.debug.util.IntHashtable
Associate the specified value with the specified key in this Hashtable.
put(String, Class) - Method in class org.apache.bsf.util.event.generator.AdapterClassLoader
 
put(String, Object) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
put(String, Object) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Sets a named property in this object.
put(String, Object) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Sets a named property in this object.
putSymbol(String, ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 

R

readBoolean() - Method in class org.apache.bsf.debug.util.ResultCell
Default reading methods for unmarshalling in parameters from remote method calls.
readCmd() - Method in class org.apache.bsf.dbline.JsDb
 
readDouble() - Method in class org.apache.bsf.debug.util.ResultCell
 
readException() - Method in class org.apache.bsf.debug.util.ResultCell
 
readFloat() - Method in class org.apache.bsf.debug.util.ResultCell
 
readId() - Method in class org.apache.bsf.debug.util.ResultCell
 
readInt() - Method in class org.apache.bsf.debug.util.ResultCell
 
readLong() - Method in class org.apache.bsf.debug.util.ResultCell
 
readObject() - Method in class org.apache.bsf.debug.util.ResultCell
 
READONLY - Static variable in interface org.apache.bsf.debug.jsdi.JsObject
Property attribute indicating assignment to this property is ignored.
REASON_EXECUTION_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_INVALID_ARGUMENT - Static variable in class org.apache.bsf.BSFException
 
REASON_IO_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_OTHER_ERROR - Static variable in class org.apache.bsf.BSFException
 
REASON_UNKNOWN_LANGUAGE - Static variable in class org.apache.bsf.BSFException
 
REASON_UNSUPPORTED_FEATURE - Static variable in class org.apache.bsf.BSFException
 
ReflectionUtils - class org.apache.bsf.util.ReflectionUtils.
This file is a collection of reflection utilities.
ReflectionUtils() - Constructor for class org.apache.bsf.util.ReflectionUtils
 
register(BSFManager, String, Object) - Method in class org.apache.taglibs.bsf.bsftag
 
register(Class, Class) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
 
register(Class, Class, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
register(String, Object) - Method in class org.apache.bsf.util.ObjectRegistry
 
registerBean(String, Object) - Method in class org.apache.bsf.BSFManager
Registering a bean allows a scripting engine or the application to access that bean by name and to manipulate it.
registerBean(String, Object) - Method in class org.apache.bsf.util.BSFFunctions
 
registerByKey(Object, TypeConvertor) - Method in class org.apache.bsf.util.type.TypeConvertorRegistry
 
registerDebugger(String, BSFDebugger) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
Register a debugger for a scripting engine.
registerDebugger(String, BSFDebugger) - Method in interface org.apache.bsf.debug.BSFDebugManager
Register a debugger for a scripting engine.
registerDebugger(String, BSFDebugger) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Register a debugger for a scripting engine.
registeredEngines - Static variable in class org.apache.bsf.BSFManager
 
registerEngine(BSFManager, BSFEngine, String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
registerFnOrScriptLines(Reader, int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
registerFnOrScriptLines(String, int, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
registerFnOrScriptRange(Reader, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
registerFnOrScriptRange(String, int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
registerManager(BSFManager) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
registerScriptingEngine(String, String, String[]) - Static method in class org.apache.bsf.BSFManager
Register a scripting engine in the static registry of the BSFManager.
rehash() - Method in class org.apache.bsf.debug.util.IntHashtable
Increases the capacity of this Hashtable.
RemoteService - interface org.apache.bsf.debug.util.RemoteService.
 
RemoteServiceListener - interface org.apache.bsf.debug.util.RemoteServiceListener.
 
remove(int) - Method in class org.apache.bsf.debug.util.IntHashtable
Remove the key/value pair with the specified key from this Hashtable.
removeAllBreakpoints() - Method in class org.apache.bsf.util.DocumentCell
 
removeAllBreakpoints() - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
removeBreakpoint(int) - Method in class org.apache.bsf.util.DocumentCell
 
removeBreakpoint(int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
removeBreakpoint(int) - Method in class org.apache.bsf.engines.javascript.DocumentCell
Removing a breakpoint.
removeBreakpoint(int) - Method in class org.apache.bsf.dbline.Buffer
 
removeBreakpoint(String, int) - Method in interface org.apache.bsf.BSFEngine
 
removeBreakpoint(String, int) - Method in class org.apache.bsf.util.BSFEngineImpl
 
removeBreakpoint(String, int) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
removeBreakpoint(String, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
removeBreakpoint(String, int) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
removeBreakpoint(String, int) - Method in interface org.apache.bsf.debug.BSFDebugManager
Allows to remove a breakpoint.
removeBreakpoint(String, int) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Allows to remove a breakpoint.
removeListener(RemoteServiceListener) - Method in interface org.apache.bsf.debug.util.RemoteService
 
removeListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Stub
 
removeListener(RemoteServiceListener) - Method in class org.apache.bsf.debug.util.Skeleton
 
Reset() - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
ResultCell - class org.apache.bsf.debug.util.ResultCell.
 
resumed() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
revoked() - Method in class org.apache.bsf.debug.util.Stub
 
revokedNotify(RemoteService) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
Callback from the socket/stub layer.
revokedNotify(RemoteService) - Method in interface org.apache.bsf.debug.util.RemoteServiceListener
 
revokeFuture(Object, Exception) - Method in class org.apache.bsf.debug.util.Stub
 
RhinoContextProxy - class org.apache.bsf.engines.javascript.RhinoContextProxy.
 
RhinoEngineDebugger - class org.apache.bsf.engines.javascript.RhinoEngineDebugger.
 
RhinoEngineDebugger(JavaScriptEngine) - Constructor for class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
run() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
run() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
run() - Method in class org.apache.bsf.debug.serverImpl.GatedListener
 
run() - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
 
run() - Method in class org.apache.bsf.debug.meta.JsEngineStub
Stepping commands: run: resume execution until it finishes or a breakpoint is hit.
run() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Stepping commands: run: resume execution until it finishes or a breakpoint is hit.
run() - Method in class org.apache.bsf.debug.util.ThreadCell
Simply allows to switch to this thread...
run() - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
 
run() - Method in class org.apache.bsf.dbline.JsDb
 
run(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 

S

scriptlet - class org.apache.taglibs.bsf.scriptlet.
 
scriptlet() - Constructor for class org.apache.taglibs.bsf.scriptlet
 
searchCell(int) - Method in class org.apache.bsf.debug.util.SocketConnection
 
selfSkel - Variable in class org.apache.bsf.debug.util.ResultCell
 
selfStub - Variable in class org.apache.bsf.debug.util.ResultCell
 
sendInvocation() - Method in class org.apache.bsf.debug.util.ResultCell
 
sendQuitNotice() - Method in class org.apache.bsf.debug.meta.DebugManagerStub
 
sendResult() - Method in class org.apache.bsf.debug.util.ResultCell
 
ServerStubTable - class org.apache.bsf.debug.serverImpl.ServerStubTable.
This class provides the resident object table for the mirrors.
ServerStubTable(ObjectServer) - Constructor for class org.apache.bsf.debug.serverImpl.ServerStubTable
 
setBreakNextLine(JsContext, boolean) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
Set whether the engine should break when it encounters the next line.
setClassLoader(ClassLoader) - Method in class org.apache.bsf.BSFManager
Set the class loader for those that need to use it.
setClassLoader(ClassLoader) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
Class loader to use to load event adapter classes.
setClassName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setClassPath(String) - Method in class org.apache.bsf.BSFManager
Set the classpath for those that need to use it.
setCurrentLine(int) - Method in class org.apache.bsf.dbline.Buffer
 
setDebugger(JsCallbacks) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
Set the associated debugger.
setDebugger(JsCallbacks) - Method in class org.apache.bsf.engines.javascript.JsEngineStub
Set the associated debugger.
setDebugger(JsCallbacks) - Method in class org.apache.bsf.debug.meta.JsEngineStub
Set the associated debugger.
setDebugger(JsCallbacks) - Method in interface org.apache.bsf.debug.jsdi.JsEngine
Set the associated debugger.
setDebugStream(PrintStream) - Static method in class org.apache.bsf.debug.util.DebugLog
 
setDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of delimiters; default set is "(+".
setDynamic(boolean) - Static method in class org.apache.bsf.util.event.EventAdapterRegistry
Indicates whether or not to dynamically generate adapters; default is true.
setEntryExit(boolean) - Method in class org.apache.bsf.util.DocumentCell
 
setEntryExit(boolean) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
setEntryExit(String, boolean) - Method in interface org.apache.bsf.BSFEngine
 
setEntryExit(String, boolean) - Method in class org.apache.bsf.util.BSFEngineImpl
 
setEntryExit(String, boolean) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
setEntryExit(String, boolean) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
setEntryExit(String, boolean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
setEntryExit(String, boolean) - Method in interface org.apache.bsf.debug.BSFDebugManager
Allows setting entry/exit mode
setEntryExit(String, boolean) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Allows setting entry/exit mode
setEvalRet(Object) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
setEventProcessor(EventProcessor) - Method in interface org.apache.bsf.util.event.EventAdapter
 
setEventProcessor(EventProcessor) - Method in class org.apache.bsf.util.event.EventAdapterImpl
 
setException(Exception) - Method in class org.apache.bsf.debug.util.ResultCell
 
setExtends(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setField(Object, String, Bean, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
 
setFinalServiceMethodStatement(ObjInfo) - Method in class org.apache.bsf.util.CodeBuffer
 
setIndentationStep(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the size of the indentation step; default size is 2.
setIOStreams(InputStream, OutputStream, DataInputStream, DataOutputStream) - Method in class org.apache.bsf.debug.serverImpl.ObjectServer
 
setLanguage(String) - Method in class org.apache.taglibs.bsf.bsftag
 
setLastFnOrScript(FnOrScript) - Method in class org.apache.bsf.engines.javascript.DocumentCell
 
setLineNo(int) - Method in class org.apache.bsf.util.BreakPoint
 
setLineNo(int) - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
setLogLevel(int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
setMaxLineLength(int) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the (desired) maximum line length; default length is 74.
setObjectRegistry(ObjectRegistry) - Method in class org.apache.bsf.BSFManager
Set the object registry used by this manager.
setOffset(int) - Method in class org.apache.bsf.util.BreakPoint
 
setOffset(int) - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
setPackageName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setPacketBytes(byte[]) - Method in class org.apache.bsf.debug.util.ResultCell
Once a packet has been read from the socket, it is passed to the ResultCell and further processed to parse the remaining data item.
setProperty(Object, String, Integer, Object, Class, TypeConvertorRegistry) - Static method in class org.apache.bsf.util.ReflectionUtils
Set a property of a bean to a given value.
setPrototype(JsObject) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
setPrototype(JsObject) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Set the prototype of the object.
setPrototype(JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Set the prototype of the object.
setScope(JsObject) - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
setScope(JsObject) - Method in class org.apache.bsf.debug.meta.JsObjectStub
Set the prototype of the object.
setScope(JsObject) - Method in interface org.apache.bsf.debug.jsdi.JsObject
Set the prototype of the object.
setServiceMethodName(String) - Method in class org.apache.bsf.util.CodeBuffer
 
setServiceMethodReturnType(Class) - Method in class org.apache.bsf.util.CodeBuffer
 
setStickyDelimiters(String) - Method in class org.apache.bsf.util.cf.CodeFormatter
Sets the set of sticky delimiters; default set is ",".
setSymbolTable(Hashtable) - Method in class org.apache.bsf.util.CodeBuffer
 
setTempDir(String) - Method in class org.apache.bsf.BSFManager
Temporary directory to put stuff into (for those who need to).
setUnit(CompilationUnit) - Method in class org.apache.bsf.engines.javascript.BreakPoint
 
showCurrentFrame() - Method in class org.apache.bsf.dbline.JsDb
 
showObject(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
 
showPrototype(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
 
showScope(Integer, boolean) - Method in class org.apache.bsf.dbline.JsDb
 
showThrInfo() - Method in class org.apache.bsf.dbline.JsDb
 
size() - Method in class org.apache.bsf.debug.util.IntHashtable
Answers the number of key/value pairs in this Hashtable.
SKEL_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
Skeleton - class org.apache.bsf.debug.util.Skeleton.
 
Skeleton(int) - Constructor for class org.apache.bsf.debug.util.Skeleton
 
Skeleton(int, int) - Constructor for class org.apache.bsf.debug.util.Skeleton
 
Skip(long) - Method in class org.apache.bsf.engines.activescript.JavaOLEENUMVAR
 
SocketConnection - class org.apache.bsf.debug.util.SocketConnection.
 
SocketConnection() - Constructor for class org.apache.bsf.debug.util.SocketConnection
 
SPECIAL_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
specifyLinesPos(Reader, int, int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
specifyRange(Reader, int) - Method in class org.apache.bsf.engines.javascript.FnOrScript
 
stderrPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
stderrPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
stdoutPrint(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
stdoutPrintln(Object, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
stepIn() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
stepIn() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
stepIn() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
stepIn() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
 
stepIn(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
stepOut() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
stepOut() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
stepOut() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
stepOut() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
 
stepOut(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
stepOver() - Method in class org.apache.bsf.engines.javascript.JsEngineStub
 
stepOver() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
stepOver() - Method in class org.apache.bsf.debug.meta.JsEngineStub
 
stepOver() - Method in interface org.apache.bsf.debug.jsdi.JsEngine
 
stepOver(JsEngineStub) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 
stepping() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
stopEngine() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 
stopListening() - Method in class org.apache.bsf.debug.util.SocketConnection
 
streamPrint(Object, OutputStream, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
streamPrintln(Object, OutputStream, int) - Static method in class org.apache.bsf.debug.util.DebugLog
 
StringUtils - class org.apache.bsf.util.StringUtils.
Deals with strings (probably need to elaborate some more).
StringUtils() - Constructor for class org.apache.bsf.util.StringUtils
 
Stub - class org.apache.bsf.debug.util.Stub.
 
STUB_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
Stub(SocketConnection, int, int) - Constructor for class org.apache.bsf.debug.util.Stub
 
StubTable - class org.apache.bsf.debug.util.StubTable.
This class provides the resident object table for the mirrors.
StubTable(SocketConnection) - Constructor for class org.apache.bsf.debug.util.StubTable
 
supportBreakpointAtLine(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
supportBreakpointAtLine(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
 
supportBreakpointAtLine(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
 
supportBreakpointAtOffset(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
Allows a debugger to ask if the engine for a given language will support either line or offset breakpoints.
supportBreakpointAtOffset(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
Allows a debugger to ask if the engine for a given language will support either line or offset breakpoints.
supportBreakpointAtOffset(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
Allows a debugger to ask if the engine for a given language will support either line or offset breakpoints.
suspendFuture(Object) - Method in interface org.apache.bsf.debug.util.RemoteService
 
suspendFuture(Object) - Method in class org.apache.bsf.debug.util.Stub
 
suspendFuture(Object) - Method in class org.apache.bsf.debug.util.Skeleton
 
swizzle(int, int) - Method in class org.apache.bsf.debug.util.SocketConnection
 
swizzle(int, int) - Method in class org.apache.bsf.debug.util.StubTable
 
swizzle(int, int) - Method in class org.apache.bsf.debug.util.Stub
 
symbolTableIsStacked() - Method in class org.apache.bsf.util.CodeBuffer
 

T

tempDir - Variable in class org.apache.bsf.BSFManager
 
tempDir - Variable in class org.apache.bsf.util.BSFEngineImpl
 
terminate() - Method in interface org.apache.bsf.BSFEngine
Graceful termination
terminate() - Method in class org.apache.bsf.BSFManager
Gracefully terminate all engines
terminate() - Method in class org.apache.bsf.util.BSFEngineImpl
 
terminate() - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
terminate() - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
 
terminateEngineNotify(BSFEngine) - Method in class org.apache.bsf.util.DocumentCell
 
terminateEngineNotify(BSFManager, BSFEngine, String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
terminateManagerNotify(BSFManager) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
textValueChanged(TextEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_TextAdapter
 
thread - Variable in class org.apache.bsf.debug.util.ResultCell
 
ThreadCell - class org.apache.bsf.debug.util.ThreadCell.
 
tid - Variable in class org.apache.bsf.debug.util.ResultCell
 
toString() - Method in class org.apache.bsf.util.CodeBuffer
 
toString() - Method in class org.apache.bsf.util.ObjInfo
 
toString() - Method in class org.apache.bsf.util.BreakPoint
 
toString() - Method in class org.apache.bsf.engines.activescript.COMIDispatchBean
 
toString() - Method in class org.apache.bsf.debug.util.ResultCell
 
toString() - Method in class org.apache.bsf.debug.util.IntHashtable
Answers the string representation of this Hashtable.
type - Variable in class org.apache.bsf.BSFDeclaredBean
 
type - Variable in class org.apache.bsf.util.Bean
 
TypeConvertor - interface org.apache.bsf.util.type.TypeConvertor.
A TypeConvertor is used to convert an object of one type to one of another type.
TypeConvertorRegistry - class org.apache.bsf.util.type.TypeConvertorRegistry.
The TypeConvertorRegistry is the registry of type convertors.
TypeConvertorRegistry() - Constructor for class org.apache.bsf.util.type.TypeConvertorRegistry
 

U

uid - Variable in class org.apache.bsf.debug.util.ResultCell
 
undeclareBean(BSFDeclaredBean) - Method in interface org.apache.bsf.BSFEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.util.BSFEngineImpl
 
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.activescript.ActiveScriptEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jacl.JaclEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.javascript.JavaScriptEngine
 
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.xslt.XSLTEngine
Undeclare a bean by setting he parameter represeting it to null
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
Undeclare a previously declared bean.
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.netrexx.NetRexxEngine
 
undeclareBean(BSFDeclaredBean) - Method in class org.apache.bsf.engines.jython.JythonEngine
Undeclare a previously declared bean.
undeclareBean(String) - Method in class org.apache.bsf.BSFManager
Undeclare a previously declared bean.
UNDEFINED - Static variable in class org.apache.bsf.debug.util.Stub
 
UNDEFINED_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
UNKNOWN_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
UNKNOWN_UID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
unpropagate() - Method in class org.apache.bsf.engines.javascript.BreakPoint
Unpropagating the breakpoint to its corresponding compilation unit, the side effect of that is to unset the breakpoint in the Rhino engine.
unregister(String) - Method in class org.apache.bsf.util.ObjectRegistry
 
unregisterBean(String) - Method in class org.apache.bsf.BSFManager
Unregister a previously registered bean.
unregisterBean(String) - Method in class org.apache.bsf.util.BSFFunctions
 
unregisterDebugger(String) - Method in class org.apache.bsf.util.BSFDebugManagerImpl
 
unregisterDebugger(String) - Method in interface org.apache.bsf.debug.BSFDebugManager
 
unregisterDebugger(String) - Method in class org.apache.bsf.debug.meta.DebugManagerStub
 
unwrap() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
unwrap(PyObject) - Method in class org.apache.bsf.engines.jpython.JPythonEngine
 
unwrap(PyObject) - Method in class org.apache.bsf.engines.jython.JythonEngine
 
up() - Method in class org.apache.bsf.dbline.JsDb
 
updateStack() - Method in class org.apache.bsf.engines.javascript.RhinoContextProxy
 

V

val32 - Variable in class org.apache.bsf.debug.util.ResultCell
 
val64 - Variable in class org.apache.bsf.debug.util.ResultCell
 
value - Variable in class org.apache.bsf.util.Bean
 
VALUE_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
VALUE_OBJECT_TID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
vbEmpty - class org.apache.bsf.engines.activescript.vbEmpty.
This class is only used as an ojbect to be returned to scripting engine the VB_EMPTY variant which is not necessarly threated the same as null.
vbEmpty() - Constructor for class org.apache.bsf.engines.activescript.vbEmpty
 
vetoableChange(PropertyChangeEvent) - Method in class org.apache.bsf.util.event.adapters.java_beans_VetoableChangeAdapter
 
voidResult() - Method in class org.apache.bsf.debug.util.ResultCell
 

W

WAIT_FOR_BOOLEAN - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_DOUBLE - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_FLOAT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_INT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_LONG - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_MIRROR - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_OBJECT - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
WAIT_FOR_VOID - Static variable in class org.apache.bsf.debug.util.DebugConstants
 
waitForBooleanValue() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForCompletion() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForDoubleValue() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForFloatValue() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForIntValue() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForLongValue() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForObject() - Method in class org.apache.bsf.debug.util.ResultCell
 
waitForValueObject() - Method in class org.apache.bsf.debug.util.ResultCell
The following methods are for waiting for the result of an outgoing method invocation.
waitingForCode - Variable in class org.apache.bsf.debug.util.ResultCell
 
waitOnCompletion(ResultCell) - Method in class org.apache.bsf.debug.util.ThreadCell
Wait for completion of an outgoing invocation.
windowActivated(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowClosed(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowClosing(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowDeactivated(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowDeiconified(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowIconified(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
windowOpened(WindowEvent) - Method in class org.apache.bsf.util.event.adapters.java_awt_event_WindowAdapter
 
wireExceptionNotify(Exception) - Method in class org.apache.bsf.debug.util.SocketConnection
A Wire-related exception occurred.
wireExceptionNotify(Exception) - Method in class org.apache.bsf.debug.clientImpl.ClientConnection
 
wrapsJavaObject() - Method in class org.apache.bsf.engines.javascript.JsObjectStub
 
writeBoolean(boolean) - Method in class org.apache.bsf.debug.util.ResultCell
Default writing methods for marshalling out parameters in remote method calls.
writeDouble(double) - Method in class org.apache.bsf.debug.util.ResultCell
 
writeException() - Method in class org.apache.bsf.debug.util.ResultCell
 
writeFloat(float) - Method in class org.apache.bsf.debug.util.ResultCell
 
writeId(int) - Method in class org.apache.bsf.debug.util.ResultCell
 
writeInt(int) - Method in class org.apache.bsf.debug.util.ResultCell
 
writeLong(long) - Method in class org.apache.bsf.debug.util.ResultCell
 
writeObject(Object) - Method in class org.apache.bsf.debug.util.ResultCell
 

X

XSLTEngine - class org.apache.bsf.engines.xslt.XSLTEngine.
Xerces XSLT interface to BSF.
XSLTEngine() - Constructor for class org.apache.bsf.engines.xslt.XSLTEngine
 
XSLTResultNode - class org.apache.bsf.engines.xslt.XSLTResultNode.
 
XSLTResultNode(Node) - Constructor for class org.apache.bsf.engines.xslt.XSLTResultNode
 

_

_handleBreakpointHit(DocumentCell, int) - Method in class org.apache.bsf.engines.javascript.RhinoEngineDebugger
 

A B C D E F G H I J K L M N O P R S T U V W X _