| Home >> All >> org >> apache >> bsf >> debug >> [ util Javadoc ] |
org.apache.bsf.debug.util: Javadoc index of package org.apache.bsf.debug.util.
Package Samples:
org.apache.bsf.debug.util
Classes:
StubTable: This class provides the resident object table for the mirrors. A Stub represents a remote JavaScript object or any remote concept that needs to be identified such engines or contexts which are not JavaScript objects. A Stub has a unique identifier allocated on the server. This is called its oid, for object identifier. The oid is not only carrying the identity but also the type of the remote object. Knowing the type is essential when a Stub has to be created. For instance, it is important to know if a remote object is just an object or a reified code as a script or a function. The oid is a long, ...
IntHashtable: Hashtable associates keys with values. Keys and values cannot be null. The size of the Hashtable is the number of key/value pairs it contains. The capacity is the number of key/value pairs the Hashtable can hold. The load factor is a float value which determines how full the Hashtable gets before expanding the capacity. If the load factor of the Hashtable is exceeded, the capacity is doubled.
IntHashMapEntry: HashMapEntry is an internal class which is used to hold the entries of a Hashtable.
DebugConstants
DebugLog
Dispatcher
Skeleton
Stub
RemoteService
SocketConnection
RemoteServiceListener
ResultCell
ThreadCell
| Home | Contact Us | Privacy Policy | Terms of Service |