org.apache.bsf
Class BSFDeclaredBean

java.lang.Object
  extended byorg.apache.bsf.BSFDeclaredBean

public class BSFDeclaredBean
extends java.lang.Object

BSFDeclaredBeans are used internally by BSF to encapsulate information being passed between a BSFManager and its various BSFEngines. Note that the constructor is not public because this is not a public class.

Author:
Matthew J. Duftler, Sanjiva Weerawarana

Field Summary
 java.lang.Object bean
           
 java.lang.String name
           
 java.lang.Class type
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

bean

public java.lang.Object bean

type

public java.lang.Class type