Class ResourceDMBean.NoopAccessor

    • Constructor Summary

      Constructors 
      Constructor Description
      NoopAccessor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object new_val)
      Invokes a getter or setter.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoopAccessor

        public NoopAccessor()
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object new_val)
                                throws java.lang.Exception
        Description copied from interface: ResourceDMBean.Accessor
        Invokes a getter or setter. For the getter, new_val must be ignored (null)
        Specified by:
        invoke in interface ResourceDMBean.Accessor
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object