Class 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

      Fields 
      Modifier and Type Field Description
      java.lang.Object bean  
      java.lang.String name  
      java.lang.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 java.lang.String name
      • bean

        public java.lang.Object bean
      • type

        public java.lang.Class type