程序包 bsh
类 XThis
java.lang.Object
bsh.This
bsh.XThis
- 所有已实现的接口:
Serializable
,Runnable
XThis is a dynamically loaded extension which extends This.java and adds
support for the generalized interface proxy mechanism introduced in
JDK1.3. XThis allows bsh scripted objects to implement arbitrary
interfaces (be arbitrary event listener types).
Note: This module relies on new features of JDK1.3 and will not compile
with JDK1.2 or lower. For those environments simply do not compile this
class.
Eventually XThis should become simply This, but for backward compatability
we will maintain This without requiring support for the proxy mechanism.
XThis stands for "eXtended This" (I had to call it something).
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getInterface
(Class clas) Get dynamic proxy for interface, caching those it creates.getInterface
(Class[] ca) Get dynamic proxy for interface, caching those it creates.toString()
从类继承的方法 bsh.This
bind, getNameSpace, invokeMethod, invokeMethod, run
-
构造器详细资料
-
XThis
-
-
方法详细资料
-
toString
-
getInterface
Get dynamic proxy for interface, caching those it creates.- 覆盖:
getInterface
在类中This
-
getInterface
Get dynamic proxy for interface, caching those it creates.- 覆盖:
getInterface
在类中This
-