org.apache.bsf
Class BSFDeclaredBean

java.lang.Object
  extended by org.apache.bsf.BSFDeclaredBean

public class BSFDeclaredBean
extends 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
 Object bean
           
 String name
           
 Class type
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

bean

public Object bean

type

public Class type